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-53045

5.5 · MEDIUM
Published May 2, 2025 linux CWE-667 EPSS 0.14% (4th pctl)

Overview

CVE-2023-53045 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 2, 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:

usb: gadget: u_audio: don't let userspace block driver unbind

In the unbind callback for f_uac1 and f_uac2, a call to snd_card_free()

via g_audio_cleanup() will disconnect the card and then wait for all

resources to be released, which happens when the refcount falls to zero.

Since userspace can keep the refcount incremented by not closing the

relevant file descriptor, the call to unbind may block indefinitely.

This can cause a deadlock during reboot, as evidenced by the following

blocked task observed on my machine:

task:reboot state:D stack:0 pid:2827 ppid:569 flags:0x0000000c

Call trace:

__switch_to+0xc8/0x140

__schedule+0x2f0/0x7c0

schedule+0x60/0xd0

schedule_timeout+0x180/0x1d4

wait_for_completion+0x78/0x180

snd_card_free+0x90/0xa0

g_audio_cleanup+0x2c/0x64

afunc_unbind+0x28/0x60

...

kernel_restart+0x4c/0xac

__do_sys_reboot+0xcc/0x1ec

__arm64_sys_reboot+0x28/0x30

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 >= 3.4, < 4.14.312 Affected

Frequently Asked Questions

What is CVE-2023-53045?

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

How severe is CVE-2023-53045?

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-53045?

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-53045?

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