Lucene search
+L

2144 matches found

OSV
OSV
added 2026/05/28 12:0 a.m.10 views

UBUNTU-CVE-2026-47328

Ubuntu Linux 6.8, 6.17 and 7.0 contain AppArmor SAUCE patches which incorrectly attempt to free a pointer which was not previously kmallocd, while at the same time leaking allocated memory. The bug can be triggered by an unprivileged local user and can result in the corruption of slab metadata an...

6.1CVSS5.8AI score0.00093EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2026/05/27 8:14 p.m.19 views

CVE-2026-46029

A flaw was found in the Linux kernel. In uniprocessor UP kernel configurations, a race condition can occur within the slab memory allocator when kmallocnolock is invoked from a Non-Maskable Interrupt NMI context. This allows the allocator to attempt to acquire a spinlock that is already held,...

7CVSS5.8AI score0.00147EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/27 3:33 p.m.15 views

EUVD-2026-32327

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in qdput Commit a475c5dd16e5 "gfs2: Free quota data objects synchronously" started freeing quota data objects during filesystem shutdown instead of putting them back onto the LRU list, but it failed ...

5.8AI score0.00163EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/27 2:17 p.m.16 views

CVE-2026-46029

In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmallocnolock in NMI on UP On UP kernels !CONFIGSMP, spintrylock is a no-op that unconditionally succeeds even when the lock is already held. As a result, kmallocnolock called from NMI context can...

7CVSS0.00147EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/05/27 2:17 p.m.13 views

CVE-2026-45935

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot In the 'DeleteIndexEntryRoot' case of the 'doaction' function, the entry size 'esize' is retrieved from the log record without adequate bounds checking. Specifically,...

7.8CVSS6.8AI score0.00149EPSS
SaveExploits0References21
OSV
OSV
added 2026/05/27 2:17 p.m.11 views

UBUNTU-CVE-2026-46029

In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmallocnolock in NMI on UP On UP kernels !CONFIGSMP, spintrylock is a no-op that unconditionally succeeds even when the lock is already held. As a result, kmallocnolock called from NMI context can...

7CVSS5.7AI score0.00147EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/05/27 2:17 p.m.20 views

CVE-2026-46029

In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmallocnolock in NMI on UP On UP kernels !CONFIGSMP, spintrylock is a no-op that unconditionally succeeds even when the lock is already held. As a result, kmallocnolock called from NMI context can...

7CVSS6.4AI score0.00147EPSS
SaveExploits0References9
OSV
OSV
added 2026/05/27 2:17 p.m.12 views

UBUNTU-CVE-2026-45935

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot In the 'DeleteIndexEntryRoot' case of the 'doaction' function, the entry size 'esize' is retrieved from the log record without adequate bounds checking. Specifically,...

7.8CVSS6.1AI score0.00149EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.47 views

CVE-2026-46029 mm/slab: return NULL early from kmalloc_nolock() in NMI on UP

In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmallocnolock in NMI on UP On UP kernels !CONFIGSMP, spintrylock is a no-op that unconditionally succeeds even when the lock is already held. As a result, kmallocnolock called from NMI context can...

7CVSS0.00147EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/27 12:56 p.m.14 views

CVE-2026-46029

In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmallocnolock in NMI on UP On UP kernels !CONFIGSMP, spintrylock is a no-op that unconditionally succeeds even when the lock is already held. As a result, kmallocnolock called from NMI context can...

7CVSS5.7AI score0.00147EPSS
SaveExploits0
EUVD
EUVD
added 2026/05/27 12:56 p.m.17 views

EUVD-2026-32410

In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmallocnolock in NMI on UP On UP kernels !CONFIGSMP, spintrylock is a no-op that unconditionally succeeds even when the lock is already held. As a result, kmallocnolock called from NMI context can...

5.8AI score0.00147EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/27 12:56 p.m.29 views

CVE-2026-46029

In the Linux kernel, CVE-2026-46029 describes a race within the slab allocator where kmalloc_nolock() called from NMI on uniprocessor (UP) configurations can re-enter the allocator and acquire n->list_lock that the interrupted context already holds, corrupting slab state and potentially causin...

7CVSS5.8AI score0.00147EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/27 12:56 p.m.5 views

CVE-2026-46029 mm/slab: return NULL early from kmalloc_nolock() in NMI on UP

In the Linux kernel, the following vulnerability has been resolved: mm/slab: return NULL early from kmallocnolock in NMI on UP On UP kernels !CONFIGSMP, spintrylock is a no-op that unconditionally succeeds even when the lock is already held. As a result, kmallocnolock called from NMI context can...

7CVSS6.5AI score0.00147EPSS
SaveExploits0References6
OSV
OSV
added 2026/05/27 12:17 p.m.2 views

CVE-2026-45935 fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot In the 'DeleteIndexEntryRoot' case of the 'doaction' function, the entry size 'esize' is retrieved from the log record without adequate bounds checking. Specifically,...

7.8CVSS6.7AI score0.00149EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/05/27 12:17 p.m.16 views

CVE-2026-45935

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot In the 'DeleteIndexEntryRoot' case of the 'doaction' function, the entry size 'esize' is retrieved from the log record without adequate bounds checking. Specifically,...

7.8CVSS6.1AI score0.00149EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.50 views

CVE-2026-45935 fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot In the 'DeleteIndexEntryRoot' case of the 'doaction' function, the entry size 'esize' is retrieved from the log record without adequate bounds checking. Specifically,...

7.8CVSS0.00149EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/05/27 12:15 p.m.59 views

CVE-2026-45861

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in qdput Commit a475c5dd16e5 "gfs2: Free quota data objects synchronously" started freeing quota data objects during filesystem shutdown instead of putting them back onto the LRU list, but it failed ...

7.8CVSS5.7AI score0.00163EPSS
SaveExploits0
CVE
CVE
added 2026/05/27 12:15 p.m.36 views

CVE-2026-45861

CVE-2026-45861 refers to a Linux kernel vulnerability in the GFS2 file system. The root cause is a slab-use-after-free: during filesystem shutdown, quota data objects were freed without being removed from the LRU list due to the change in the a475c5dd16e5 sequence. As a result, the shrinker (gfs2...

7.8CVSS5.8AI score0.00163EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/05/27 12:15 p.m.5 views

CVE-2026-45861 gfs2: Fix slab-use-after-free in qd_put

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in qdput Commit a475c5dd16e5 "gfs2: Free quota data objects synchronously" started freeing quota data objects during filesystem shutdown instead of putting them back onto the LRU list, but it failed ...

7.8CVSS6.5AI score0.00163EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/05/27 3:2 a.m.6 views

SUSE CVE-2025-38344

In the Linux kernel, the following vulnerability has been resolved: ACPICA: fix acpi parse and parseext cache leaks ACPICA commit 8829e70e1360c81e7a5a901b5d4f48330e021ea5 I'm Seunghun Han, and I work for National Security Research Institute of South Korea. I have been doing a research on ACPI and...

5.5CVSS6.3AI score0.00159EPSS
SaveExploits0References22
Rows per page
Query Builder