CVE-2023-53672
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 3.9 |
| 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 in the Linux kernel's btrfs filesystem involves a warning triggered when the system fails to find an inline back reference during insertion. Specifically, the function lookup_inline_extent_backref() triggers a WARN_ON() when it cannot find an expected inline back reference while inserting a new one. This indicates a potential inconsistency or bug in the extent tree management. The fix adds extra debug information to help diagnose the issue.
How can this vulnerability impact me? :
The vulnerability may cause warnings and potential instability in the btrfs filesystem due to inconsistencies in managing inline back references. While the exact impact is not detailed, such issues could lead to filesystem errors or data integrity problems during certain operations involving extent tree modifications.