HOMEVULNERABILITIESCVE-2026-31500
HIGH

CVE-2026-31500

Published: April 22, 2026· Updated: Apr 28, 2026

7.8
CVSS v3.1
EPSS:0.02%probability of exploitation in 30 daysPercentile:4.8th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: btintel: serialize btintel_hw_error() with hci_req_sync_lock

btintel_hw_error() issues two __hci_cmd_sync() calls (HCI_OP_RESET

and Intel exception-info retrieval) without holding

hci_req_sync_lock(). This lets it race against

hci_dev_do_close() -> btintel_shutdown_combined(), which also runs

__hci_cmd_sync() under the same lock. When both paths manipulate

hdev->req_status/req_rsp concurrently, the close path may free the

response skb first, and the still-running hw_error path hits a

slab-use-after-free in kfree_skb().

Wrap the whole recovery sequence in hci_req_sync_lock/unlock so it

is serialized with every other synchronous HCI command issuer.

Below is the data race report and the kasan report:

BUG: data-race in __hci_cmd_sync_sk / btintel_shutdown_combined

read of hdev->req_rsp at net/bluetooth/hci_sync.c:199

by task kworker/u17:1/83:

__hci_cmd_sync_sk+0x12f2/0x1c30 net/bluetooth/hci_sync.c:200

__hci_cmd_sync+0x55/0x80 net/bluetooth/hci_sync.c:223

btintel_hw_error+0x114/0x670 drivers/bluetooth/btintel.c:254

hci_error_reset+0x348/0xa30 net/bluetooth/hci_core.c:1030

write/free by task ioctl/22580:

btintel_shutdown_combined+0xd0/0x360

drivers/bluetooth/btintel.c:3648

hci_dev_close_sync+0x9ae/0x2c10 net/bluetooth/hci_sync.c:5246

hci_dev_do_close+0x232/0x460 net/bluetooth/hci_core.c:526

BUG: KASAN: slab-use-after-free in

sk_skb_reason_drop+0x43/0x380 net/core/skbuff.c:1202

Read of size 4 at addr ffff888144a738dc

by task kworker/u17:1/83:

__hci_cmd_sync_sk+0x12f2/0x1c30 net/bluetooth/hci_sync.c:200

__hci_cmd_sync+0x55/0x80 net/bluetooth/hci_sync.c:223

btintel_hw_error+0x186/0x670 drivers/bluetooth/btintel.c:260

NVD Source

Technical Analysis

CVE-2026-31500 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 7.8.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityLow
Privileges Req.Low
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Affected Vendors & Products

Linux1 product
linux kernel
Source: NVD CPE · 3 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

All References (5)

Quick Facts

CVE IDCVE-2026-31500
CVSS Score7.8 / 10
SeverityHIGH
CISA KEVNo
EPSS (30d)0.02%
Affected1 vendor
PublishedApr 22, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-31500 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.