Lucene search
+L

388323 matches found

Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89570

In the Linux kernel, the following vulnerability has been resolved: cxl/mce: Make the MCE notifier per-region Flavien Solt reported lifetime issues with the CXL MCE notifier, which can lead to NULL dereferences and use-after-free in the MCE handler. The notifier was registered per memory device a...

7.8CVSS6.4AI score0.00124EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.23 views

CVE-2026-89568 kho: fix size calculation in kho_preserved_memory_reserve()

In the Linux kernel, the following vulnerability has been resolved: kho: fix size calculation in khopreservedmemoryreserve khopreservedmemoryreserve calculates the size of a preservation by doing 1 order + PAGESHIFT. Since the '1' is a 32-bit integer, it can only be shifted by 31. That is, it wil...

0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.28 views

CVE-2026-89569 Bluetooth: RFCOMM: serialize security confirmation handling

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: serialize security confirmation handling rfcommsecuritycfm looks up a session on sessionlist and then walks its DLC list without holding rfcommmutex. Since RFCOMM session teardown uses rfcommmutex, krfcommd can...

8.8CVSS0.00339EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89568

In the Linux kernel , the function kho_preserved_memory_reserve() contains a size-calculation bug. It computes the size of a memory preservation using 1 <

5.8AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76480

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: serialize security confirmation handling rfcommsecuritycfm looks up a session on sessionlist and then walks its DLC list without holding rfcommmutex. Since RFCOMM session teardown uses rfcommmutex, krfcommd can...

6.3AI score0.00339EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76479

In the Linux kernel, the following vulnerability has been resolved: kho: fix size calculation in khopreservedmemoryreserve khopreservedmemoryreserve calculates the size of a preservation by doing 1 order + PAGESHIFT. Since the '1' is a 32-bit integer, it can only be shifted by 31. That is, it wil...

5.8AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89569

CVE-2026-89569 is a use-after-free vulnerability in the Linux kernel's Bluetooth RFCOMM subsystem. The function rfcomm_security_cfm() walks a session's DLC list without holding rfcomm_mutex, while krfcommd can concurrently tear down the same session and DLCs via rfcomm_session_del() and rfcomm_dl...

8.8CVSS6.3AI score0.00339EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89569 Bluetooth: RFCOMM: serialize security confirmation handling

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: serialize security confirmation handling rfcommsecuritycfm looks up a session on sessionlist and then walks its DLC list without holding rfcommmutex. Since RFCOMM session teardown uses rfcommmutex, krfcommd can...

8.8CVSS6.2AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89569

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: serialize security confirmation handling rfcommsecuritycfm looks up a session on sessionlist and then walks its DLC list without holding rfcommmutex. Since RFCOMM session teardown uses rfcommmutex, krfcommd can...

8.8CVSS6.4AI score0.00339EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.24 views

CVE-2026-89567 jbd2: bound shrinker scans by examined checkpoint buffers

In the Linux kernel, the following vulnerability has been resolved: jbd2: bound shrinker scans by examined checkpoint buffers The jbd2 shrinker currently accounts only checkpoint buffers that it successfully releases against nrtoscan. Busy buffers therefore do not consume the scan budget. If a...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89567 jbd2: bound shrinker scans by examined checkpoint buffers

In the Linux kernel, the following vulnerability has been resolved: jbd2: bound shrinker scans by examined checkpoint buffers The jbd2 shrinker currently accounts only checkpoint buffers that it successfully releases against nrtoscan. Busy buffers therefore do not consume the scan budget. If a...

6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76478

In the Linux kernel, the following vulnerability has been resolved: jbd2: bound shrinker scans by examined checkpoint buffers The jbd2 shrinker currently accounts only checkpoint buffers that it successfully releases against nrtoscan. Busy buffers therefore do not consume the scan budget. If a...

5.9AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89567

CVE-2026-89567 affects the jbd2 (Journalling Block Device v2) subsystem of the Linux kernel . The root cause is that the jbd2 shrinker accounts only successfully released checkpoint buffers against its scan budget (nr_to_scan ), meaning busy buffers consume no budget. If a checkpoint transaction ...

5.9AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.22 views

CVE-2026-89566 jbd2: check need_resched() when skipping busy checkpoint buffers

In the Linux kernel, the following vulnerability has been resolved: jbd2: check needresched when skipping busy checkpoint buffers journalshrinkonecplist skips busy checkpoint buffers when called with JBD2SHRINKBUSYSKIP. The continue statement on this path also skips the needresched check at the e...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.5 views

CVE-2026-89566 jbd2: check need_resched() when skipping busy checkpoint buffers

In the Linux kernel, the following vulnerability has been resolved: jbd2: check needresched when skipping busy checkpoint buffers journalshrinkonecplist skips busy checkpoint buffers when called with JBD2SHRINKBUSYSKIP. The continue statement on this path also skips the needresched check at the e...

5.9AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76477

In the Linux kernel, the following vulnerability has been resolved: jbd2: check needresched when skipping busy checkpoint buffers journalshrinkonecplist skips busy checkpoint buffers when called with JBD2SHRINKBUSYSKIP. The continue statement on this path also skips the needresched check at the e...

5.8AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89566

CVE-2026-89566 affects the Linux kernel's jbd2 (ext3/ext4 journaling) subsystem. The vulnerability exists in journal_shrink_one_cp_list(): when called with JBD2_SHRINK_BUSY_SKIP, the continue statement used to skip busy checkpoint buffers bypasses the need_resched() check at the end of the loop b...

5.8AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.14 views

CVE-2026-89564

CVE-2026-89564 is a use-after-free in the Linux kernel 's IP multicast forwarding path. When a socket prefetched by BPF (bpf_sk_assign) or UDP early demux is destroyed before the skb is freed, a later call to sock_pfree() dereferences the stale skb->sk pointer. Both IPv4 and IPv6 are affected:...

7.8CVSS5.9AI score0.00136EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:44 p.m.6 views

CVE-2026-89565 ipip: fix skb leak in collect_md mode when metadata_dst allocation fails

In the Linux kernel, the following vulnerability has been resolved: ipip: fix skb leak in collectmd mode when metadatadst allocation fails In collectmd mode ipiptunnelrcv returns 0 without freeing the skb when iptunrxdst fails to allocate the metadatadst. ipiprcv and mplsiprcv are registered as...

5.8AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.26 views

CVE-2026-89565 ipip: fix skb leak in collect_md mode when metadata_dst allocation fails

In the Linux kernel, the following vulnerability has been resolved: ipip: fix skb leak in collectmd mode when metadatadst allocation fails In collectmd mode ipiptunnelrcv returns 0 without freeing the skb when iptunrxdst fails to allocate the metadatadst. ipiprcv and mplsiprcv are registered as...

0.00172EPSS
SaveExploits0References6
Rows per page
Query Builder