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

4.7 · MEDIUM
Published Sep 15, 2025 linux CWE-362 EPSS 0.12% (2th pctl)

Overview

CVE-2023-53204 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

af_unix: Fix data-races around user->unix_inflight.

user->unix_inflight is changed under spin_lock(unix_gc_lock),

but too_many_unix_fds() reads it locklessly.

Let's annotate the write/read accesses to user->unix_inflight.

BUG: KCSAN: data-race in unix_attach_fds / unix_inflight

write to 0xffffffff8546f2d0 of 8 bytes by task 44798 on cpu 1:

unix_inflight+0x157/0x180 net/unix/scm.c:66

unix_attach_fds+0x147/0x1e0 net/unix/scm.c:123

unix_scm_to_skb net/unix/af_unix.c:1827 [inline]

unix_dgram_sendmsg+0x46a/0x14f0 net/unix/af_unix.c:1950

unix_seqpacket_sendmsg net/unix/af_unix.c:2308 [inline]

unix_seqpacket_sendmsg+0xba/0x130 net/unix/af_unix.c:2292

sock_sendmsg_nosec net/socket.c:725 [inline]

sock_sendmsg+0x148/0x160 net/socket.c:748

____sys_sendmsg+0x4e4/0x610 net/socket.c:2494

___sys_sendmsg+0xc6/0x140 net/socket.c:2548

__sys_sendmsg+0x94/0x140 net/socket.c:2577

__do_sys_sendmsg net/socket.c:2586 [inline]

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.2.78, < 3.3 Affected

Frequently Asked Questions

What is CVE-2023-53204?

CVE-2023-53204 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2023-53204?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-53204?

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

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