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

7.5 · HIGH
Published Oct 4, 2025 linux CWE-401 EPSS 0.26% (18th pctl)

Overview

CVE-2023-53597 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

cifs: fix mid leak during reconnection after timeout threshold

When the number of responses with status of STATUS_IO_TIMEOUT

exceeds a specified threshold (NUM_STATUS_IO_TIMEOUT), we reconnect

the connection. But we do not return the mid, or the credits

returned for the mid, or reduce the number of in-flight requests.

This bug could result in the server->in_flight count to go bad,

and also cause a leak in the mids.

This change moves the check to a few lines below where the

response is decrypted, even of the response is read from the

transform header. This way, the code for returning the mids

can be reused.

Also, the cifs_reconnect was reconnecting just the transport

connection before. In case of multi-channel, this may not be

what we want to do after several timeouts. Changed that to

reconnect the session and the tree too.

Also renamed NUM_STATUS_IO_TIMEOUT to a more appropriate name

MAX_STATUS_IO_TIMEOUT.

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.9.5, < 5.15.150 Affected

Frequently Asked Questions

What is CVE-2023-53597?

CVE-2023-53597 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2023-53597?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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