Lucene search
+L

248293 matches found

CVE
CVE
added 6 days ago22 views

CVE-2026-72333

CVE-2026-72333 concerns a Linux kernel Bluetooth L2CAP TX identifier leak. The fix was to adjust ident allocation to use an IDA and ensure idents are released when responses arrive, but identifiers allocated for commands without responses (notably LE CREDITS) were not released, allowing exhaustio...

5.4AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago16 views

CVE-2026-72333 Bluetooth: L2CAP: fix tx ident leak for commands without a response

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix tx ident leak for commands without a response Commit 6c3ea155e5ee "Bluetooth: L2CAP: Fix not tracking outstanding TX ident" changed ident allocation to use an IDA, releasing idents in l2capputident when the...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 6 days ago19 views

CVE-2026-72333 Bluetooth: L2CAP: fix tx ident leak for commands without a response

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix tx ident leak for commands without a response Commit 6c3ea155e5ee "Bluetooth: L2CAP: Fix not tracking outstanding TX ident" changed ident allocation to use an IDA, releasing idents in l2capputident when the...

0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 6 days ago5 views

CVE-2026-72333

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix tx ident leak for commands without a response Commit 6c3ea155e5ee "Bluetooth: L2CAP: Fix not tracking outstanding TX ident" changed ident allocation to use an IDA, releasing idents in l2capputident when the...

5.5AI score0.00209EPSS
SaveExploits0
EUVD
EUVD
added 6 days ago7 views

EUVD-2026-59232

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix tx ident leak for commands without a response Commit 6c3ea155e5ee "Bluetooth: L2CAP: Fix not tracking outstanding TX ident" changed ident allocation to use an IDA, releasing idents in l2capputident when the...

5.5AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago21 views

CVE-2026-72331 accel/amdxdna: Fix VMA access race

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

7.8CVSS0.00165EPSS
SaveExploits0References2
EUVD
EUVD
added 6 days ago5 views

EUVD-2026-59231

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Prevent PM resume deadlock in hwctxsyncdebugbo amdxdnahwctxsyncdebugbo invokes the hardware hwctxsyncdebugbo callback while holding xdna-devlock. The callback may call amdxdnacmdsubmit, which in turn calls...

5.4AI score0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 6 days ago7 views

EUVD-2026-59230

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

5.5AI score0.00165EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago20 views

CVE-2026-72331

CVE-2026-72331 affects the Linux kernel. The vulnerability arises in the accel/amdxdna path where, in functions aie2_populate_range() and amdxdna_umap_release() , a saved VMA pointer may have already been freed, leading to a potential use-after-free due to VMA accesses. The issue is resolved by r...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 6 days ago7 views

CVE-2026-72331

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
added 6 days ago6 views

CVE-2026-72332

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Prevent PM resume deadlock in hwctxsyncdebugbo amdxdnahwctxsyncdebugbo invokes the hardware hwctxsyncdebugbo callback while holding xdna-devlock. The callback may call amdxdnacmdsubmit, which in turn calls...

5.4AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 6 days ago15 views

CVE-2026-72332

The CVE-2026-72332 issue affects the Linux kernel’s accel/amdxdna path. The problem arises when amdxdna_hwctx_sync_debug_bo() calls the hardware hwctx_sync_debug_bo() callback while xdna->dev_lock is held. The callback may invoke amdxdna_cmd_submit(), which calls amdxdna_pm_resume_get(); if th...

5.4AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
added 6 days ago19 views

CVE-2026-72330 net/tls: Consume empty data records in tls_sw_read_sock()

In the Linux kernel, the following vulnerability has been resolved: net/tls: Consume empty data records in tlsswreadsock A peer may send a zero-length TLS applicationdata record; TLS 1.3 explicitly permits these as a traffic-analysis countermeasure RFC 8446, Section 5.1. After decryption such a...

7.5CVSS5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 6 days ago19 views

CVE-2026-72330 net/tls: Consume empty data records in tls_sw_read_sock()

In the Linux kernel, the following vulnerability has been resolved: net/tls: Consume empty data records in tlsswreadsock A peer may send a zero-length TLS applicationdata record; TLS 1.3 explicitly permits these as a traffic-analysis countermeasure RFC 8446, Section 5.1. After decryption such a...

7.5CVSS0.0063EPSS
SaveExploits0References5
EUVD
EUVD
added 6 days ago5 views

EUVD-2026-59229

In the Linux kernel, the following vulnerability has been resolved: net/tls: Consume empty data records in tlsswreadsock A peer may send a zero-length TLS applicationdata record; TLS 1.3 explicitly permits these as a traffic-analysis countermeasure RFC 8446, Section 5.1. After decryption such a...

5.5AI score0.0063EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 6 days ago5 views

CVE-2026-72330

In the Linux kernel, the following vulnerability has been resolved: net/tls: Consume empty data records in tlsswreadsock A peer may send a zero-length TLS applicationdata record; TLS 1.3 explicitly permits these as a traffic-analysis countermeasure RFC 8446, Section 5.1. After decryption such a...

7.5CVSS5.4AI score0.0063EPSS
SaveExploits0
CVE
CVE
added 6 days ago27 views

CVE-2026-72330

The CVE-2026-72330 entry documents a Linux kernel vulnerability in the TLS data path. A peer can send a zero-length TLS application_data record (TLS 1.3 allows these as a traffic-analysis countermeasure). After decryption such a record has full_len == 0 and, in tls_sw_read_sock(), the read loop r...

7.5CVSS5.5AI score0.0063EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 6 days ago7 views

CVE-2026-72329

In the Linux kernel, the following vulnerability has been resolved: net/liquidio: drop cached VF pcidev LUT The PF SR-IOV enable path caches VF pcidev pointers in dpiringtovfpcidevlut by iterating with pcigetdevice. Those entries do not own a reference, because the iterator drops the previous...

9.3CVSS5.3AI score0.0018EPSS
SaveExploits0
CVE
CVE
added 6 days ago24 views

CVE-2026-72328

In the Linux kernel, CVE-2026-72328 affects the amdxdna subsystem (accel/amdxdna). The issue is a lifetime race in amdxdna_umap_release() where blocking mmu_interval_notifier_remove() occurs before removing the object from abo->mem.umap_list, allowing concurrent aie2_populate_range() to obtain...

7.8CVSS5.3AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago12 views

CVE-2026-72328 accel/amdxdna: Fix potential amdxdna_umap lifetime race

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential amdxdnaumap lifetime race amdxdnaumaprelease calls the blocking mmuintervalnotifierremove before removing the object from abo-mem.umaplist. If aie2populaterange runs concurrently, it may obtain a...

7.8CVSS5.5AI score
SaveExploits0References6
Rows per page
Query Builder