HOMEVULNERABILITIESCVE-2026-31498
MEDIUM

CVE-2026-31498

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

5.5
CVSS v3.1
EPSS:0.02%probability of exploitation in 30 daysPercentile:6.8th

Official Description

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

Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loop

l2cap_config_req() processes CONFIG_REQ for channels in BT_CONNECTED

state to support L2CAP reconfiguration (e.g. MTU changes). However,

since both CONF_INPUT_DONE and CONF_OUTPUT_DONE are already set from

the initial configuration, the reconfiguration path falls through to

l2cap_ertm_init(), which re-initializes tx_q, srej_q, srej_list, and

retrans_list without freeing the previous allocations and sets

chan->sdu to NULL without freeing the existing skb. This leaks all

previously allocated ERTM resources.

Additionally, l2cap_parse_conf_req() does not validate the minimum

value of remote_mps derived from the RFC max_pdu_size option. A zero

value propagates to l2cap_segment_sdu() where pdu_len becomes zero,

causing the while loop to never terminate since len is never

decremented, exhausting all available memory.

Fix the double-init by skipping l2cap_ertm_init() and

l2cap_chan_ready() when the channel is already in BT_CONNECTED state,

while still allowing the reconfiguration parameters to be updated

through l2cap_parse_conf_req(). Also add a pdu_len zero check in

l2cap_segment_sdu() as a safeguard.

NVD Source

Technical Analysis

CVE-2026-31498 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 availability disruption (denial of service), with a CVSS base score of 5.5.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityLow
Privileges Req.Low
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityNone
IntegrityNone
AvailabilityHigh
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/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 (8)

Quick Facts

CVE IDCVE-2026-31498
CVSS Score5.5 / 10
SeverityMEDIUM
CISA KEVNo
EPSS (30d)0.02%
Affected1 vendor
PublishedApr 22, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-31498 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.