Lucene search
+L

1217 matches found

RedhatCVE
RedhatCVE
added 2026/07/29 3:48 p.m.12 views

CVE-2026-64434

A flaw was found in the Linux kernel's Bluetooth L2CAP Logical Link Control and Adaptation Protocol component. An asynchronous operation in the l2capchantimeout function can attempt to access a connection that has already been deallocated. This use-after-free vulnerability could allow a local...

8.8CVSS6AI score0.00255EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/29 9:16 a.m.11 views

CVE-2026-64557

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2capsocknewconnectioncb l2capsocknewconnectioncb returned l2cappisk-chan after releasesockparent. Once the parent lock is dropped the newly enqueued child socket sk is reachable via the...

8.8CVSS5.7AI score0.00241EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/29 8:01 a.m.69 views

CVE-2026-64557

Summary: CVE-2026-64557 affects the Linux kernel Bluetooth L2CAP implementation, causing a use-after-free during new Bluetooth connections. The bug occurs when l2cap_sock_new_connection_cb() returns the new channel after release_sock(parent); once the parent lock is dropped, the enqueued child so...

8.8CVSS5.7AI score0.00241EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:00 a.m.16 views

MiracleLinux 8 : kernel-4.18.0-553.146.1.el8_10 (AXSA:2026-1384:55)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-1384:55 advisory. kernel: RDMA/mana: Remove user triggerable WARNON in manaibcreateqprss CVE-2026-46117 kernel: Bluetooth: l2cap: Add missing chan lock in...

8.8CVSS7.1AI score0.0026EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.10 views

SUSE CVE-2026-64434

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref l2capchantimeout runs asynchronously and accesses chan-conn. If the connection is torn down while the timer is running or pending, chan-conn can be freed, leading t...

5.5CVSS5.7AI score0.00255EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.13 views

CVE-2026-64403

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: validate option length before reading conf opt value l2capgetconfopt derives the option length from the attacker-controlled opt-len field and immediately dereferences opt-val as u8, getunalignedle16 or...

7.1CVSS0.00265EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64434

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref l2capchantimeout runs asynchronously and accesses chan-conn. If the connection is torn down while the timer is running or pending, chan-conn can be freed, leading t...

8.8CVSS5.6AI score0.00255EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.18 views

CVE-2026-64408

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: pin L2CAP connection during netdev registration bnepaddconnection reads the L2CAP connection without holding the channel lock, then passes its HCI device to registernetdev. Controller teardown can clear and relea...

8.8CVSS5.3AI score0.00262EPSS
SaveExploits0References13
OSV
OSV
added 2026/07/25 10:17 a.m.9 views

UBUNTU-CVE-2026-64403

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: validate option length before reading conf opt value l2capgetconfopt derives the option length from the attacker-controlled opt-len field and immediately dereferences opt-val as u8, getunalignedle16 or...

7.1CVSS5.8AI score0.00265EPSS
SaveExploits0References14
EUVD
EUVD
added 2026/07/25 8:51 a.m.16 views

EUVD-2026-48778

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref l2capchantimeout runs asynchronously and accesses chan-conn. If the connection is torn down while the timer is running or pending, chan-conn can be freed, leading t...

5.7AI score0.00255EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.45 views

CVE-2026-64434 Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref l2capchantimeout runs asynchronously and accesses chan-conn. If the connection is torn down while the timer is running or pending, chan-conn can be freed, leading t...

8.8CVSS0.00255EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.45 views

CVE-2026-64434

The provided reports (Linux kernel CVE-2026-64434) detail a use-after-free in Bluetooth L2CAP channel timeout (l2cap_chan_timeout) where chan->conn could be freed while a timer is pending. The effective fix is to have the channel hold a reference to the associated l2cap_conn (via l2cap_conn_ge...

8.8CVSS5.7AI score0.00255EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/07/25 8:50 a.m.37 views

CVE-2026-64408

The CVE concerns the Linux kernel Bluetooth BNEP path: during netdev registration, bnep_add_connection() reads the L2CAP connection without holding the channel lock, and passes the HCI device to register_netdev() while a controller teardown could clear the connection. The published fix is to take...

8.8CVSS5.7AI score0.00262EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.43 views

CVE-2026-64408 Bluetooth: bnep: pin L2CAP connection during netdev registration

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: pin L2CAP connection during netdev registration bnepaddconnection reads the L2CAP connection without holding the channel lock, then passes its HCI device to registernetdev. Controller teardown can clear and relea...

8.8CVSS0.00262EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.14 views

EUVD-2026-48952

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: pin L2CAP connection during netdev registration bnepaddconnection reads the L2CAP connection without holding the channel lock, then passes its HCI device to registernetdev. Controller teardown can clear and relea...

5.7AI score0.00262EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.45 views

CVE-2026-64403 Bluetooth: L2CAP: validate option length before reading conf opt value

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: validate option length before reading conf opt value l2capgetconfopt derives the option length from the attacker-controlled opt-len field and immediately dereferences opt-val as u8, getunalignedle16 or...

7.1CVSS0.00265EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.11 views

PT-2026-64629

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Bluetooth BNEP Bluetooth Network Encapsulation Protocol component where the bnep add connection function reads the L2CAP connection without holding the channel loc...

8.8CVSS5.7AI score0.00262EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-64406

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: fix UAF in btacceptdequeue btacceptget takes a temporary reference before dropping the accept queue lock. btacceptdequeue currently drops that...

8CVSS5.9AI score0.00274EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-64403

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: L2CAP: validate option length before reading conf opt value l2capgetconfopt derives the option length from the attacker-controlled opt-len field and...

7.1CVSS6AI score0.00265EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-64408

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: bnep: pin L2CAP connection during netdev registration bnepaddconnection reads the L2CAP connection without holding the channel lock, then passes its...

8.8CVSS5.9AI score0.00262EPSS
SaveExploits0References3
Rows per page
Query Builder