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-2023-53016

5.5 · MEDIUM
Published Mar 27, 2025 linux CWE-416 EPSS 0.15% (4th pctl)

Overview

CVE-2023-53016 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 27, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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 possible deadlock in rfcomm_sk_state_change

syzbot reports a possible deadlock in rfcomm_sk_state_change [1].

While rfcomm_sock_connect acquires the sk lock and waits for

the rfcomm lock, rfcomm_sock_release could have the rfcomm

lock and hit a deadlock for acquiring the sk lock.

Here's a simplified flow:

rfcomm_sock_connect:

lock_sock(sk)

rfcomm_dlc_open:

rfcomm_lock()

rfcomm_sock_release:

rfcomm_sock_shutdown:

rfcomm_lock()

__rfcomm_dlc_close:

rfcomm_k_state_change:

lock_sock(sk)

This patch drops the sk lock before calling rfcomm_dlc_open to

avoid the possible deadlock and holds sk's reference count to

prevent use-after-free after rfcomm_dlc_open completes.

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.15, < 5.15.91 Affected

Frequently Asked Questions

What is CVE-2023-53016?

CVE-2023-53016 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 27, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-53016?

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

How do I fix or remediate CVE-2023-53016?

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-2023-53016?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53016 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.