CVE-2023-53431
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-11
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 2.6.25 (inc) to 4.19.281 (exc) |
| linux | linux_kernel | From 4.20 (inc) to 5.4.241 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.178 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.108 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.25 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.12 (exc) |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
| linux | linux_kernel | 6.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's SCSI SES (SCSI Enclosure Services) driver attaching to enclosures that have no components. Since an enclosure with no components has nothing to manage, the driver should not attach to it. If it does, it can cause a kernel oops (crash). The fix prevents the driver from attaching to such empty enclosures, avoiding the crash.
How can this vulnerability impact me? :
If the Linux kernel's SES driver attaches to an enclosure with no components, it can cause a kernel oops, which is a type of system crash. This can lead to system instability or downtime, potentially affecting system availability.