Lucene search
K

17 matches found

Cvelist
Cvelist
added 2026/05/05 3:17 p.m.30 views

CVE-2026-43059 Bluetooth: MGMT: Fix list corruption and UAF in command complete handlers

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix list corruption and UAF in command complete handlers Commit 302a1f674c00 "Bluetooth: MGMT: Fix possible UAFs" introduced mgmtpendingvalid, which not only validates the pending command but also unlinks it from...

0.00122EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/02/16 7:4 a.m.4 views

CVE-2026-23151

A flaw was found in the Linux kernel's Bluetooth Management MGMT component. This vulnerability, a memory leak, allows a local user with elevated privileges to cause the kernel to consume an increasing amount of memory. The issue stems from mgmtpendingcmd structures not being properly released aft...

6.1CVSS5.8AI score0.00114EPSS
Exploits0References4
EUVD
EUVD
added 2026/02/14 4:1 p.m.4 views

EUVD-2026-5889

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix memory leak in setsspcomplete Fix memory leak in setsspcomplete where mgmtpendingcmd structures are not freed after being removed from the pending list. Commit 302a1f674c00 "Bluetooth: MGMT: Fix possible UAFs...

5.4AI score0.00114EPSS
Exploits0References3
CVE
CVE
added 2026/02/14 4:1 p.m.12 views

CVE-2026-23151

CVE-2026-23151 in the Linux kernel Bluetooth MGMT path fixes a memory leak in set_ssp_complete due to missing mgmt_pending_free(cmd) calls (and similarly in set_advertising_complete).Root cause: mgmt_pending_cmd structures and their data were not freed after SSP commands completed, after a prior ...

5.5CVSS5.4AI score0.00114EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2026/02/14 4:1 p.m.5 views

CVE-2026-23151 Bluetooth: MGMT: Fix memory leak in set_ssp_complete

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix memory leak in setsspcomplete Fix memory leak in setsspcomplete where mgmtpendingcmd structures are not freed after being removed from the pending list. Commit 302a1f674c00 "Bluetooth: MGMT: Fix possible UAFs...

5.5CVSS5.4AI score0.00114EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2026/02/02 10:10 a.m.2 views

kernel: Bluetooth: hci_sock: Prevent race in socket write iter and sock bind

A use-after-free vulnerability was found in the Linux kernel's Bluetooth HCI socket implementation. A race condition between socket bind and write operations allows mgmtpending to free a command structure while writeiter is still attempting to send it, resulting in use-after-free when the freed...

5.8AI score0.00156EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2026/01/12 1:52 p.m.2 views

kernel: Bluetooth: MGMT: Fix possible UAFs

A flaw was found in the Linux kernel’s Bluetooth management subsystem net/bluetooth/mgmt.c. The mgmtpending structure may be freed while still being processed, or remain on the pending command list, which allows a use-after-free or double-free scenario. An attacker with local access to the system...

5.7AI score0.00183EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2026/01/01 12:0 a.m.6 views

PT-2026-8146

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the Bluetooth MGMT subsystem, specifically within the set ssp complete function. The issue arises from missing calls to mgmt pending free in both success and erro...

5.5CVSS6.5AI score0.00114EPSS
Exploits0
OSV
OSV
added 2025/11/24 4:15 p.m.3 views

DEBIAN-CVE-2025-40213

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: fix crash in setmeshsync and setmeshcomplete There is a BUG: KASAN: stack-out-of-bounds in setmeshsync due to memcpy from badly declared on-stack flexible array. Another crash is in setmeshcomplete due to double...

5.2AI score0.00155EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/10/16 11:14 a.m.6 views

CVE-2025-39981

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible UAFs This attemps to fix possible UAFs caused by struct mgmtpending being freed while still being processed like in the following trace, in order to fix mgmtpendingvalid is introduce and use to check...

7.3CVSS5.6AI score0.00183EPSS
Exploits0References4
NVD
NVD
added 2025/10/15 8:15 a.m.5 views

CVE-2025-39981

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible UAFs This attemps to fix possible UAFs caused by struct mgmtpending being freed while still being processed like in the following trace, in order to fix mgmtpendingvalid is introduce and use to check...

0.00183EPSS
Exploits0References4
OSV
OSV
added 2025/10/15 8:15 a.m.2 views

AZL-68501 CVE-2025-39981 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible UAFs This attemps to fix possible UAFs caused by struct mgmtpending being freed while still being processed like in the following trace, in order to fix mgmtpendingvalid is introduce and use to check...

5.6AI score0.00183EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/10/15 7:56 a.m.8 views

CVE-2025-39981 Bluetooth: MGMT: Fix possible UAFs

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible UAFs This attemps to fix possible UAFs caused by struct mgmtpending being freed while still being processed like in the following trace, in order to fix mgmtpendingvalid is introduce and use to check...

0.00183EPSS
Exploits0References4
CVE
CVE
added 2025/10/15 7:56 a.m.26 views

CVE-2025-39981

CVE-2025-39981 is described in the initial document as a Linux kernel Bluetooth MGMT issue: a possible use-after-free (UAF) involving mgmt_pending being freed while still processed. The fix adds a mgmt_pending_valid check to ensure the item hasn’t been removed from the pending list, and tightens ...

6AI score0.00183EPSS
Exploits0References4
OSV
OSV
added 2025/07/03 9:15 a.m.6 views

AZL-70630 CVE-2025-38117 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Protect mgmtpending list with its own lock This uses a mutex to protect from concurrent access of mgmtpending list which can cause crashes like: ==================================================================...

7.8CVSS6.2AI score0.00151EPSS
Exploits0References1
OSV
OSV
added 2025/07/03 9:15 a.m.4 views

UBUNTU-CVE-2025-38117

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Protect mgmtpending list with its own lock This uses a mutex to protect from concurrent access of mgmtpending list which can cause crashes like: ==================================================================...

7.8CVSS6.2AI score0.00151EPSS
Exploits0References30
CNNVD
CNNVD
added 2025/07/03 12:0 a.m.2 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the Bluetooth MGMT unprotected mgmtpending list, which could lead to null pointer dereferences...

7.8CVSS6.9AI score0.00151EPSS
Exploits0References5
Rows per page
Query Builder