Lucene search
+L

1343 matches found

OSV
OSV
added 2024/07/29 3:15 p.m.2 views

DEBIAN-CVE-2024-41060

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bova-bo is non-NULL before using it The call to radeonvmclearfreed might clear bova-bo, so we have to check it before dereferencing it...

5.5CVSS5.7AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.5 views

UBUNTU-CVE-2024-41060

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bova-bo is non-NULL before using it The call to radeonvmclearfreed might clear bova-bo, so we have to check it before dereferencing it...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References23
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to check if the skb address is null during a transfer, which could lead to a skb memory leak if th...

5.5CVSS6.5AI score0.00532EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from not checking if coredump is NULL before assigning values to xedevcoredumpsnapshot and xedevice...

5.5CVSS6.6AI score0.00194EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/07/25 12:00 a.m.18 views

PT-2024-33755

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null pointer dereference issue was found in the dcn20 program pipe function. This issue could occur when pipe ctx-plane state is null. The problem is addressed by adding a null check...

5.5CVSS5.4AI score0.00244EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.10 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel, which stems from a failure of the drm/komeda component to check whether the returned pointer is negative or null when handling...

5.5CVSS8AI score0.00283EPSS
SaveExploits0References9
OSV
OSV
added 2024/06/28 11:07 a.m.9 views

OESA-2024-1768 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Fix DSP oops stack dump output contents Fix @buf arg given to hexdumptobuffer and stack address used in dump error output.CVE-2021-47381 In the Linux...

7.8CVSS6.8AI score0.01635EPSS
SaveExploits1References35
Positive Technologies
Positive Technologies
added 2024/06/27 12:00 a.m.14 views

PT-2024-32752

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.58 Description A vulnerability in the Linux kernel has been resolved, specifically in the drm/amd/display component. The issue arises from the functions dp enable link phy and dp disable link phy potentially...

5.5CVSS5.3AI score0.00209EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.7 views

SUSE CVE-2024-38625

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Check 'folio' pointer for NULL It can be NULL if bmap is called...

5.5CVSS6.5AI score0.00221EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/21 11:15 a.m.6 views

DEBIAN-CVE-2024-38625

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Check 'folio' pointer for NULL It can be NULL if bmap is called...

5.5CVSS5AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/21 11:15 a.m.11 views

UBUNTU-CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References13
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.45 views

CVE-2024-38625 fs/ntfs3: Check 'folio' pointer for NULL

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Check 'folio' pointer for NULL It can be NULL if bmap is called...

0.00221EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/06/21 3:06 a.m.4 views

SUSE CVE-2024-38546

In the Linux kernel, the following vulnerability has been resolved: drm: vc4: Fix possible null pointer dereference In vc4hdmiaudioinit ofgetaddress may return NULL which is later dereferenced. Fix this bug by adding NULL check. Found by Linux Verification Center linuxtesting.org with SVACE...

4.4CVSS6.2AI score0.00252EPSS
SaveExploits0References16
OSV
OSV
added 2024/06/19 2:15 p.m.4 views

DEBIAN-CVE-2024-38573

In the Linux kernel, the following vulnerability has been resolved: cppccpufreq: Fix possible null pointer dereference cppccpufreqgetrate and hisicppccpufreqgetrate can be called from different places with various parameters. So cpufreqcpuget can return null as 'policy' in some circumstances. Fix...

7.5CVSS5.7AI score0.01003EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.22 views

CVE-2024-38609

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash...

5.5CVSS5.8AI score0.0018EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/19 2:15 p.m.24 views

UBUNTU-CVE-2024-38550

In the Linux kernel, the following vulnerability has been resolved: ASoC: kirkwood: Fix potential NULL dereference In kirkwooddmahwparams mvmbusdraminfo returns NULL if CONFIGPLATORION macro is not defined. Fix this bug by adding NULL check. Found by Linux Verification Center linuxtesting.org wit...

4.4CVSS5.9AI score0.00234EPSS
SaveExploits0References20
OSV
OSV
added 2024/06/19 9:05 a.m.10 views

CLSA-2024-1718787931 libssh: Fix of CVE-2023-2283

CVE-2023-2283: src/pkicrypto.c: fix possible authentication bypass, remove unneccessary null check; tests/client/torturerekey.c: fix tests...

6.5CVSS7.2AI score0.01061EPSS
SaveExploits2References1
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.9 views

SUSE CVE-2024-36896

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix access violation during port device removal Testing with KASAN and syzkaller revealed a bug in port.c:disablestore: usbhubtostructhub can return NULL if the hub that the port belongs to is concurrently removed, but...

5.5CVSS6.3AI score0.00923EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/30 4:15 p.m.3 views

DEBIAN-CVE-2024-36896

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix access violation during port device removal Testing with KASAN and syzkaller revealed a bug in port.c:disablestore: usbhubtostructhub can return NULL if the hub that the port belongs to is concurrently removed, but...

9.1CVSS5.7AI score0.00923EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/05/25 3:34 a.m.3 views

SUSE CVE-2021-47445

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null pointer dereference on pointer edp The initialization of pointer dev dereferences pointer edp before edp is null checked, so there is a potential null pointer deference issue. Fix this by only dereferencing edp...

5.5CVSS7.4AI score0.00226EPSS
SaveExploits0References14
Rows per page
Query Builder