CVE-2023-53506
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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 involves the Linux kernel's handling of very long extents in the UDF filesystem. The kernel attempted to merge very long extents by pushing as much length as possible to the first extent, but this approach was unnecessarily complicated and contained a bug. This bug could corrupt extents in the file, as demonstrated by a syzbot reproducer. The fix was to stop merging extents that are too long together.
How can this vulnerability impact me? :
The vulnerability can lead to corruption of file extents in the UDF filesystem, potentially causing data corruption or loss when handling files with very long extents. This could affect system stability or data integrity on affected Linux systems.