Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-53357

8.0 · HIGH
Published Jul 2, 2026 linux CWE-416 EPSS 0.27% (19th pctl)

Overview

CVE-2026-53357 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 2, 2026 and has a CVSS 3.1 base score of 8.0 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.0, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()

bt_accept_dequeue() unlinks a not-yet-accepted child from the parent

accept queue and release_sock()s it before returning, so the returned

sk has no caller reference and is unlocked.

l2cap_sock_cleanup_listen() walks these children on listening-socket

close. A concurrent HCI disconnect drives hci_rx_work ->

l2cap_conn_del() which runs l2cap_chan_del() + l2cap_sock_kill() and

frees the child sk and its l2cap_chan; cleanup_listen() then uses both:

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

l2cap_sock_kill / l2cap_sock_cleanup_listen / __x64_sys_close

Freed by: l2cap_conn_del -> l2cap_sock_close_cb -> l2cap_sock_kill

This is distinct from the two fixes already in this area: commit

e83f5e24da741 ("Bluetooth: serialize accept_q access") serialises the

accept_q list/poll and takes temporary refs inside bt_accept_dequeue(),

and CVE-202

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.7, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-53357?

CVE-2026-53357 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 2, 2026 and has a CVSS 3.1 base score of 8.0 (HIGH).

How severe is CVE-2026-53357?

This vulnerability has a CVSS 3.1 base score of 8.0, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-53357?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-53357?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53357 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.