CVE-2023-53597
Last modified
CVE-2023-53597 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.9.5, < 5.15.150 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.42 | — |
| Linux | Linux Kernel | >= 6.2, < 6.4.7 | — |
| Linux | Linux Kernel | 6.5 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53597?
How severe is CVE-2023-53597?
How do I fix CVE-2023-53597?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53591In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53592In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53593In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53594In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53595In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53596In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53598In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53599In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5360The Royal Elementor Addons and Templates WordPress plugin be…9.8
- CVE-2023-53600In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53601In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53602In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-53597?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
