CVE-2023-53322
Last modified
CVE-2023-53322 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Wait for io return on terminate rport System crash due to use after free. Current code allows terminate_rport_io to exit before making sure all IOs has returned. For FCP-2 device, IO's can hang on in HW because driver has not tear down the session in FW at first sign of cable pull. 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: qla2xxx: Wait for io return on terminate rport System crash due to use after free. Current code allows terminate_rport_io to exit before making sure all IOs has returned. For FCP-2 device, IO's can hang on in HW because driver has not tear down the session in FW at first sign of cable pull. When dev_loss_tmo timer pops, terminate_rport_io is called and upper layer is about to free various resources. Terminate_rport_io trigger qla to do the final cleanup, but the cleanup might not be fast enough where it leave qla still holding on to the same resource. Wait for IO's to return to upper layer before resources are freed.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.14.322 |
| Linux | Linux Kernel | >= 4.15, < 4.19.291 |
| Linux | Linux Kernel | >= 4.20, < 5.4.251 |
| Linux | Linux Kernel | >= 5.5, < 5.10.188 |
| Linux | Linux Kernel | >= 5.11, < 5.15.121 |
| Linux | Linux Kernel | >= 5.16, < 6.1.40 |
| Linux | Linux Kernel | >= 6.2, < 6.4.5 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53322?
How severe is CVE-2023-53322?
How do I fix CVE-2023-53322?
Are you affected by CVE-2023-53322?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
