Lucene search
+L

418 matches found

Debian CVE
Debian CVE
added 2026/01/14 3:7 p.m.6 views

CVE-2025-71138

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add missing NULL pointer check for pingpong interface It is checked almost always in dpuencoderphyswbsetupctl, but in a single place the check is missing. Also use convenient locals instead of physenc- where availabl...

5.5CVSS5.3AI score0.00116EPSS
Exploits0
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.4 views

CVE-2023-54319

In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devmkasprintf devmkasprintf returns a pointer to dynamically allocated memory. Pointer could be NULL in case allocation fails. Check pointer validity. Identified with coccinelle kmerr.coc...

5.9AI score0.00199EPSS
Exploits0References11
OSV
OSV
added 2025/12/30 12:23 p.m.4 views

CVE-2022-50879 objtool: Fix SEGFAULT

In the Linux kernel, the following vulnerability has been resolved: objtool: Fix SEGFAULT findinsn will return NULL in case of failure. Check insn in order to avoid a kernel Oops for NULL pointer dereference...

6.3AI score0.00173EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/12/25 1:4 a.m.17 views

SUSE CVE-2022-50739

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add null pointer check for inode operations This adds a sanity check for the iop pointer of the inode which is returned after reading Root directory MFT record. We should check the iop is valid before trying to create t...

6.2AI score0.002EPSS
Exploits0References3
OSV
OSV
added 2025/12/24 1:16 p.m.17 views

UBUNTU-CVE-2022-50739

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add null pointer check for inode operations This adds a sanity check for the iop pointer of the inode which is returned after reading Root directory MFT record. We should check the iop is valid before trying to create t...

5.7AI score0.002EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.5 views

CVE-2022-50739

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add null pointer check for inode operations This adds a sanity check for the iop pointer of the inode which is returned after reading Root directory MFT record. We should check the iop is valid before trying to create t...

5.7AI score0.002EPSS
Exploits0References5
EUVD
EUVD
added 2025/12/16 6:31 p.m.7 views

EUVD-2025-203774

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interface When performing reset tests and encountering abnormal card drop issues that lead to a kernel crash, it is necessary to perform a null check before...

5.9AI score0.00168EPSS
Exploits0References4
OSV
OSV
added 2025/12/16 4:16 p.m.6 views

UBUNTU-CVE-2025-68306

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interface When performing reset tests and encountering abnormal card drop issues that lead to a kernel crash, it is necessary to perform a null check before...

5.7AI score0.00168EPSS
Exploits0References12
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.3 views

PT-2025-51589

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw where cdns pcie::ops may not be populated by all Cadence glue drivers, potentially leading to a NULL pointer dereference. This is anticipated to occur on...

5.3AI score0.00179EPSS
Exploits0
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.10 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 Linux kernel that stems from a lack of null pointer checking in dcstreamgetscanoutpos, which could lead to a crash...

6AI score0.00179EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-68176

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PCI: cadence: Check for the existence of cdnspcie::ops before using it cdnspcie::ops might not be populated by all the Cadence glue drivers. This is going to be...

5.3AI score0.00179EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-68306

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interface When performing reset tests and encountering abnormal card drop issues that lead t...

5.6AI score0.00168EPSS
Exploits0References3
OSV
OSV
added 2025/12/09 1:30 a.m.6 views

CVE-2023-53861 ext4: correct grp validation in ext4_mb_good_group

In the Linux kernel, the following vulnerability has been resolved: ext4: correct grp validation in ext4mbgoodgroup Group corruption check will access memory of grp and will trigger kernel crash if grp is NULL. So do NULL check before corruption check...

6.5AI score0.00199EPSS
Exploits0References9
EUVD
EUVD
added 2025/12/04 3:31 p.m.5 views

EUVD-2025-201235

In the Linux kernel, the following vulnerability has been resolved: hwmon: cgbc-hwmon Add missing NULL check after devmkzalloc The driver allocates memory for sensor data using devmkzalloc, but did not check if the allocation succeeded. In case of memory allocation failure, dereferencing the NULL...

5.8AI score0.00162EPSS
Exploits0References3
OSV
OSV
added 2025/12/04 3:31 p.m.6 views

CVE-2025-40224 hwmon: (cgbc-hwmon) Add missing NULL check after devm_kzalloc()

In the Linux kernel, the following vulnerability has been resolved: hwmon: cgbc-hwmon Add missing NULL check after devmkzalloc The driver allocates memory for sensor data using devmkzalloc, but did not check if the allocation succeeded. In case of memory allocation failure, dereferencing the NULL...

6.2AI score0.00162EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2025/12/04 12:0 a.m.15 views

PT-2025-49051

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel driver allocates memory for sensor data using devm kzalloc, but lacks a check to ensure the allocation was successful. If memory allocation fails, attempting to...

7.5AI score0.00519EPSS
Exploits4References391
EUVD
EUVD
added 2025/11/13 12:30 a.m.5 views

EUVD-2025-150383

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd process ref leaking when userptr unmapping kfdlookupprocessbypid hold the kfd process reference to ensure it doesn't get destroyed while sending the segfault event to user space. Calling kfdlookupprocessbypid ...

5.9AI score0.00168EPSS
Exploits0References3
OSV
OSV
added 2025/11/12 10:15 p.m.22 views

UBUNTU-CVE-2025-40191

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd process ref leaking when userptr unmapping kfdlookupprocessbypid hold the kfd process reference to ensure it doesn't get destroyed while sending the segfault event to user space. Calling kfdlookupprocessbypid ...

5.7AI score0.00168EPSS
Exploits0References10
OSV
OSV
added 2025/11/12 9:56 p.m.6 views

CVE-2025-40191 drm/amdkfd: Fix kfd process ref leaking when userptr unmapping

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd process ref leaking when userptr unmapping kfdlookupprocessbypid hold the kfd process reference to ensure it doesn't get destroyed while sending the segfault event to user space. Calling kfdlookupprocessbypid ...

6.3AI score0.00168EPSS
Exploits0References5
NVD
NVD
added 2025/11/12 11:15 a.m.5 views

CVE-2025-40156

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe The drv-sramreg pointer could be set to ERRPTR-EPROBEDEFER which would lead to a error pointer dereference. Use ISERRORNULL to check that the pointer is vali...

0.00183EPSS
Exploits0References5
Rows per page
Query Builder