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

5.5 · MEDIUM
Published Sep 16, 2025 linux CWE-476 EPSS 0.14% (4th pctl)

Overview

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

sctp: check send stream number after wait_for_sndbuf

This patch fixes a corner case where the asoc out stream count may change

after wait_for_sndbuf.

When the main thread in the client starts a connection, if its out stream

count is set to N while the in stream count in the server is set to N - 2,

another thread in the client keeps sending the msgs with stream number

N - 1, and waits for sndbuf before processing INIT_ACK.

However, after processing INIT_ACK, the out stream count in the client is

shrunk to N - 2, the same to the in stream count in the server. The crash

occurs when the thread waiting for sndbuf is awake and sends the msg in a

non-existing stream(N - 1), the call trace is as below:

KASAN: null-ptr-deref in range [0x0000000000000038-0x000000000000003f]

Call Trace:

<TASK>

sctp_cmd_send_msg net/sctp/sm_sideeffect.c:1114 [inline]

sctp_cmd_interpreter net/sctp/sm_sideeffect.c:1777 [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 >= 4.15, < 4.19.281 Affected

Frequently Asked Questions

What is CVE-2023-53296?

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

How severe is CVE-2023-53296?

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

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

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