CVE-2023-53387
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 | to 6.1.16 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.3 (exc) |
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 is in the Linux kernel's UFS (Universal Flash Storage) device management. When the host sends a device management command (NOP OUT) for link recovery and this command times out, the error handling function does not properly reset a completion structure. If the command is later completed by the device, the system attempts to complete a stack-allocated structure that is no longer valid, causing a kernel crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel panic) due to improper handling of device management command timeouts in UFS. This can lead to system instability, data loss, or downtime on affected systems using UFS storage devices.