CVE-2023-53245
Last modified
CVE-2023-53245 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Fix handling of virtual Fibre Channel timeouts Hyper-V provides the ability to connect Fibre Channel LUNs to the host system and present them in a guest VM as a SCSI device. I/O to the vFC device is handled by the storvsc driver. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Fix handling of virtual Fibre Channel timeouts Hyper-V provides the ability to connect Fibre Channel LUNs to the host system and present them in a guest VM as a SCSI device. I/O to the vFC device is handled by the storvsc driver. The storvsc driver includes a partial integration with the FC transport implemented in the generic portion of the Linux SCSI subsystem so that FC attributes can be displayed in /sys. However, the partial integration means that some aspects of vFC don't work properly. Unfortunately, a full and correct integration isn't practical because of limitations in what Hyper-V provides to the guest. In particular, in the context of Hyper-V storvsc, the FC transport timeout function fc_eh_timed_out() causes a kernel panic because it can't find the rport and dereferences a NULL pointer. The original patch that added the call from storvsc_eh_timed_out() to fc_eh_timed_out() is faulty in this regard. In many cases a timeout is due to a transient condition, so the situation can be improved by just continuing to wait like with other I/O requests issued by storvsc, and avoiding the guaranteed panic. For a permanent failure, continuing to wait may result in a hung thread instead of a panic, which again may be better. So fix the panic by removing the storvsc call to fc_eh_timed_out(). This allows storvsc to keep waiting for a response. The change has been tested by users who experienced a panic in fc_eh_timed_out() due to transient timeouts, and it solves their problem. In the future we may want to deprecate the vFC functionality in storvsc since it can't be fully fixed. But it has current users for whom it is working well enough, so it should probably stay for a while longer.
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 | >= 4.13, < 4.14.323 | — |
| Linux | Linux Kernel | >= 4.15, < 4.19.292 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.254 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.191 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.127 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.46 | — |
| Linux | Linux Kernel | >= 6.2, < 6.4.11 | — |
| Linux | Linux Kernel | 6.5 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53245?
How severe is CVE-2023-53245?
How do I fix CVE-2023-53245?
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-5324A vulnerability has been found in eeroOS up to 6.16.4-11 and…6.5
- CVE-2023-53240In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53241In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53242In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53243In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53244In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53246In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53247In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53248In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53249In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5325The Woocommerce Vietnam Checkout WordPress plugin before 2.0…6.1
- CVE-2023-53250In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-53245?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
