Lucene search
+L

174 matches found

NVD
NVD
added 2026/08/22 4:16 p.m.10 views

CVE-2026-74717

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fwtracer, return NULL on create error Tracer creation can fail by returning either NULL or ERRPTR. The return value is stored without a check on the device, and users treat ERRPTR and NULL the same way. This also causes...

7.5CVSS0.00177EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/11 5:42 p.m.7 views

CVE-2026-68282

A flaw was found in the Linux kernel, specifically within the drm/rockchip: analogixdp driver. This vulnerability occurs due to a missing error check for the return value of the platformgetresource function. If a memory resource is unavailable, this oversight can lead to a NULL pointer dereferenc...

5.5CVSS5.3AI score0.00173EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.34 views

CVE-2026-68282 drm/rockchip: analogix_dp: Add missing error check for platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: analogixdp: Add missing error check for platformgetresource Add missing error check for platformgetresource return value to prevent NULL pointer dereference when memory resource is not available...

0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:00 p.m.30 views

CVE-2026-68208 media: ti: vpe: Fix the error code of devm_kzalloc() in vip_probe_slice()

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: Fix the error code of devmkzalloc in vipprobeslice In vipprobeslice, the error check for devmkzalloc incorrectly uses PTRERRORZERO which returns 0 for NULL pointer. Return -ENOMEM for devmkzalloc failure...

0.00198EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64297

In the Linux kernel, the following vulnerability has been resolved: module: decompress: check return value of moduleextendmaxpages moduleextendmaxpages calls kvrealloc internally and returns -ENOMEM on allocation failure. The return value is never checked. If the initial allocation fails,...

5.5CVSS0.0016EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:49 a.m.11 views

EUVD-2026-49009

In the Linux kernel, the following vulnerability has been resolved: module: decompress: check return value of moduleextendmaxpages moduleextendmaxpages calls kvrealloc internally and returns -ENOMEM on allocation failure. The return value is never checked. If the initial allocation fails,...

5.8AI score0.0016EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:49 a.m.31 views

CVE-2026-64297

Summary (CVE-2026-64297): The Linux kernel vuln arises from not checking the return value of module_extend_max_pages() inside the decompression path. When initial allocation fails, info->pages is NULL and info->max_pages is 0. Subsequent calls to module_get_next_page() may call module_exten...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.25 views

CVE-2026-64086

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/adm1266 include PEC byte in pmbusblockxfer read buffer adm1266pmbusblockxfer sets up the read transaction with .buf = data-readbuf, .len = ADM1266PMBUSBLOCKMAX + 2, but readbuf in struct adm1266data is declared as u8...

7.8CVSS5.3AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.17 views

CVE-2026-64008

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix UAF via dangling GEM handle in createbo rocketioctlcreatebo inserts a GEM handle into the file's IDR via drmgemhandlecreate early on, then performs several operations that can fail sgt allocation, drmmm insert,...

7.8CVSS5.2AI score0.00173EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:56 p.m.12 views

EUVD-2026-45581

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix UAF via dangling GEM handle in createbo rocketioctlcreatebo inserts a GEM handle into the file's IDR via drmgemhandlecreate early on, then performs several operations that can fail sgt allocation, drmmm insert,...

5.4AI score0.00173EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/06/29 12:00 a.m.23 views

PT-2026-53209

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 7.1.2-1.1 Description A NULL pointer dereference occurs in the AMD64 AGP driver when operating in virtualized environments, such as qemu/kvm, that lack a physical AMD northbridge. The issue stems from broken erro...

5.5CVSS6AI score0.00126EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/06/28 8:03 a.m.11 views

ALSA: hda/conexant: Fix missing error check for jack detection

...

5.5CVSS6.1AI score0.00162EPSS
SaveExploits0
NVD
NVD
added 2026/06/26 8:17 p.m.15 views

CVE-2026-53291

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/conexant: Fix missing error check for jack detection In cxprobe, the return value of sndhdajackdetectenablecallback is ignored. This function returns a pointer, and if it fails e.g., due to memory allocation failure, it...

5.5CVSS0.00162EPSS
SaveExploits0References7
OSV
OSV
added 2026/06/26 8:17 p.m.12 views

UBUNTU-CVE-2026-53291

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/conexant: Fix missing error check for jack detection In cxprobe, the return value of sndhdajackdetectenablecallback is ignored. This function returns a pointer, and if it fails e.g., due to memory allocation failure, it...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0References43
EUVD
EUVD
added 2026/06/26 7:40 p.m.19 views

EUVD-2026-39896

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/conexant: Fix missing error check for jack detection In cxprobe, the return value of sndhdajackdetectenablecallback is ignored. This function returns a pointer, and if it fails e.g., due to memory allocation failure, it...

5.8AI score0.00162EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/06/08 3:46 p.m.11 views

CVE-2026-46308

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix use-after-free in scpsysgetbusprotectionlegacy In scpsysgetbusprotectionlegacy, offindnodewithproperty returns a device node with its reference count incremented. The function then calls ofnodeputnode befo...

5.4AI score0.00115EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/05/29 8:43 a.m.10 views

OPENSUSE-SU-2026:20842-1 Security update for openjpeg2

This update for openjpeg2 fixes the following issue - CVE-2025-54874: openjpeg: missing error check can lead to the use of an uninitialized pointer and cause an out-of- bounds heap memory write bsc1247650...

9.8CVSS7.3AI score0.00641EPSS
SaveExploits1References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Added a missing error check to scarlett2usbsetconfig. The scarlett2usbsetconfig function calls scarlett2usbget, but did not check the result. If this function fails, an error is returned instead of continuing wit...

5.5CVSS5.5AI score0.00222EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fixed a potential use-after-free issue in airohanpuget. np-name was being used after calling ofnodeputnp, which releases the node and could lead to a use-after-free bug. Previously, ofnodeputnp was called...

7.8CVSS5.3AI score0.00143EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/05/15 1:58 a.m.14 views

SUSE CVE-2026-43480

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp3x-rt5682-max9836: Add missing error check for clock acquisition The acp3x5682init function did not check the return value of clkget, which could lead to dereferencing error pointers in rt5682clkenable. Fix this by:...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References7
Rows per page
Query Builder