CVE-2023-53609
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.4 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's SCSI subsystem. It involves an issue where the function scsi_queue_rq() increments a counter (iorequest_cnt) for a device after a command dispatch fails. Because the device may have been freed after the dispatch, incrementing this counter can cause a kernel panic (system crash). The vulnerability was introduced by a commit that prevented increasing the counter if dispatch failed, but this was reverted to fix the issue.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic, which means the affected system could crash unexpectedly. This can lead to denial of service, data loss, or system instability, impacting availability and reliability of systems using the affected Linux kernel.