Lucene search
+L

4819 matches found

CVE
CVE
added 2026/06/26 7:41 p.m.26 views

CVE-2026-53324

CVE-2026-53324 is addressed in the Linux kernel’s net: mana path. The fix replaces per-device debugfs directory naming that previously used a hardcoded "0" for PFs and pci_slot_name(pdev->slot) for VFs with pci_name(pdev), which yields the unique BDF address. This eliminates two issues: (1) po...

5.5CVSS5.8AI score0.00115EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/06/26 7:41 p.m.14 views

EUVD-2026-39851

In the Linux kernel, the following vulnerability has been resolved: drm/amd/ras: Fix NULL deref in rascorerasinterruptdetected Fixes a NULL pointer dereference when rascore is NULL and rascore-dev is accessed in the error path. Reported by: Dan Carpenter...

5.8AI score0.001EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/26 7:41 p.m.30 views

CVE-2026-53315

The CVE affects the Linux kernel DRM AMD ras subsystem, specifically ras_core_get_utc_second_timestamp(). The root cause is a potential NULL pointer dereference when ras_core is NULL, as the function may access ras_core->dev to log an error if a conditional check fails. The fix adds an early N...

5.5CVSS5.8AI score0.00102EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/06/26 7:40 p.m.35 views

CVE-2026-53297 net: mana: Guard mana_remove against double invocation

In the Linux kernel, the following vulnerability has been resolved: net: mana: Guard manaremove against double invocation If PM resume fails e.g., manaattach returns an error, manaprobe calls manaremove, which tears down the device and sets gd-gdmacontext = NULL and gd-driverdata = NULL. However,...

0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/26 7:40 p.m.35 views

CVE-2026-53297

The CVE-2026-53297 issue is in the Linux kernel mana network driver. A double invocation of mana_remove after a PM resume failure can dereference a NULL gc when unbinding, causing a kernel panic. The root cause is that, on a failed resume, mana_probe() calls mana_remove() which tears down state a...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/06/26 7:40 p.m.12 views

EUVD-2026-39902

In the Linux kernel, the following vulnerability has been resolved: net: mana: Guard manaremove against double invocation If PM resume fails e.g., manaattach returns an error, manaprobe calls manaremove, which tears down the device and sets gd-gdmacontext = NULL and gd-driverdata = NULL. However,...

5.8AI score0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/26 7:40 p.m.6 views

CVE-2026-53298 net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue()

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airohaqdmainitrxqueue If queue entry or DMA descriptor list allocation fails in airohaqdmainitrxqueue routine, airohaqdmacleanup will trigger a NULL pointer dereference running...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/06/26 7:40 p.m.12 views

CVE-2026-53281

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption Commit 60f030f7418d "iommu/vt-d: Avoid use of NULL after WARNONONCE" fixed a NULL pointer dereference in an unlikely situation partly. If devpasid is not found in...

8.8CVSS5.7AI score0.0013EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/06/26 7:40 p.m.8 views

CVE-2026-53278

In the Linux kernel, the following vulnerability has been resolved: armmpam: Check whether the config array is allocated before destroying it destroycomponentcfg is called to free the configuration array. It uses the embedded 'garbage' structure, which means the array has to be allocated. If...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0
CVE
CVE
added 2026/06/26 7:40 p.m.25 views

CVE-2026-53278

CVE-2026-53278 affects the Linux kernel arm_mpam component. The vulnerability arises when __destroy_component_cfg() is invoked from mpam_disable() before the configuration array has been allocated, causing a NULL pointer dereference. The function frees the configuration array and mbwu_state; sinc...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/26 7:40 p.m.5 views

CVE-2026-53278 arm_mpam: Check whether the config array is allocated before destroying it

In the Linux kernel, the following vulnerability has been resolved: armmpam: Check whether the config array is allocated before destroying it destroycomponentcfg is called to free the configuration array. It uses the embedded 'garbage' structure, which means the array has to be allocated. If...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/06/26 12:53 p.m.11 views

CVE-2026-52991

A flaw was found in the Linux kernel's Pressure Stall Information PSI subsystem. A race condition exists between the file release and pressure write operations, specifically concerning the priv member of struct kernfsopenfile. This can lead to a use-after-free vulnerability or a NULL dereference,...

7.8CVSS5.7AI score0.00107EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/06/26 11:6 a.m.12 views

Security update for openssl-3

This update for openssl-3 fixes the following issues CVE-2026-7383: Possible Heap Buffer Overflow in ASN.1 Multibyte String Conversion bsc1266340. CVE-2026-9076: Out-of-Bounds Read in CMS Password-Based Decryption bsc1266341. CVE-2026-34180: Heap Buffer Over-read in ASN.1 Content Parsing...

8.2CVSS5.8AI score0.05236EPSS
SaveExploits0References52
OSV
OSV
added 2026/06/26 11:6 a.m.13 views

SUSE-SU-2026:2648-1 Security update for openssl-3

This update for openssl-3 fixes the following issues - CVE-2026-7383: Possible Heap Buffer Overflow in ASN.1 Multibyte String Conversion bsc1266340. - CVE-2026-9076: Out-of-Bounds Read in CMS Password-Based Decryption bsc1266341. - CVE-2026-34180: Heap Buffer Over-read in ASN.1 Content Parsing...

8.8CVSS6.3AI score0.05236EPSS
SaveExploits0References27
RedhatCVE
RedhatCVE
added 2026/06/26 9:59 a.m.13 views

CVE-2026-53271

A flaw was found in the ksmbd component of the Linux kernel. A remote attacker could exploit a NULL-dereference vulnerability in the oplock/lease break notifiers. This occurs because opinfo-conn is read without proper checks, allowing a concurrent Server Message Block SMB2 LOGOFF to set op-conn t...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/26 7:23 a.m.9 views

CVE-2026-53166

A flaw was found in the Linux kernel's futex Fast Userspace Mutex requeue mechanism. When a non-top waiter attempts to requeue a Priority Inheritance PI futex it already owns, a NULL pointer dereference can occur. This issue, specifically within the removewaiter function during a self-deadlock...

5.5CVSS5.9AI score0.00126EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/06/26 2:14 a.m.7 views

SUSE CVE-2026-52951

In the Linux kernel, the following vulnerability has been resolved: drm/xe/dma-buf: handle empty bo and UAF races There look to be some nasty races here when triggering the invalidatemappings hook: 1 We do xeboalloc followed by the attach, before the actual full bo init step in xedmabufinitobj...

4.7CVSS5.9AI score0.00139EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/06/26 2:13 a.m.9 views

SUSE CVE-2026-53008

In the Linux kernel, the following vulnerability has been resolved: ice: fix race condition in TX timestamp ring cleanup Fix a race condition between icefreetxtstampring and icetxmap that can cause a NULL pointer dereference. icefreetxtstampring currently clears the ICETXFLAGSTXTIME flag after...

5.8AI score0.00077EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/26 2:13 a.m.11 views

SUSE CVE-2026-53032

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL deref in mapkptrmatchtype for scalar regs Commit ab6c637ad027 "bpf: Fix a bpfkptrxchg issue with local kptr" refactored mapkptrmatchtype to branch on btfiskernel before checking basetype. A scalar register stored in...

5.8AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/26 2:12 a.m.11 views

SUSE CVE-2026-53080

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsfw: fix NULL dereference of "old" filters before change Like pointed out by Sashiko 1, since commit ed76f5edccc9 "net: sched: protect filterchain list with filterchainlock mutex" TC filters are added to a shared blo...

4.7CVSS5.8AI score0.00114EPSS
SaveExploits0References5
Rows per page
Query Builder