Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-53071 Details

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp l2cap_ecred_reconf_rsp() calls l2cap_chan_del() without holding l2cap_chan_lock(). Every other l2cap_chan_del() caller in the file acquires the lock first. A remote BLE device can send a crafted L2CAP ECRED reconfiguration response to corrupt the channel list while another thread is iterating it. Add l2cap_chan_hold() and l2cap_chan_lock() before l2cap_chan_del(), and l2cap_chan_unlock() and l2cap_chan_put() after, matching the pattern used in l2cap_ecred_conn_rsp() and l2cap_conn_del().

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:42550 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:42552 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:42919 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:43307 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:65710 redhat-SADP

see all 19 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-667Improper Locking[email protected]
CWE-416Use After Freeredhat-SADP

Affected Products

ProductVersions
linux linux kernel
>= 5.7, < 5.10.258
>= 5.11, < 5.15.209
>= 5.16, < 6.1.175
>= 6.2, < 6.6.141
>= 6.7, < 6.12.91

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

12 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-53071
NVD Published Date:
Jun 24, 2026
NVD Last Modified:
Sep 16, 2026
Source:
kernel.org
CVE-2026-53071 Details - Not Deferred