CVE-2023-53317
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-12-01
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | to 4.19.283 (exc) |
| linux | linux_kernel | From 4.20 (inc) to 5.4.243 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.180 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.112 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.29 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.16 (exc) |
| linux | linux_kernel | From 6.3 (inc) to 6.3.3 (exc) |
| linux | linux_kernel | 6.4 |
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 a warning and potential issue in the Linux kernel's ext4 filesystem related to the mb_find_extent function. It occurs because the ext4_validate_block_bitmap() function did not properly check if invalid blocks' bitmap bits were set, leading to inconsistencies between the blocks per group and the block bitmap. This could cause warnings or errors during filesystem operations, such as mounting or orphan cleanup, due to invalid block bitmap states.
How can this vulnerability impact me? :
The vulnerability can cause warnings and potential instability when mounting ext4 filesystems or during orphan cleanup on readonly filesystems. It may disable certain ext4 features like delayed allocation, dioread_nolock, O_DIRECT, and fast_commit support when mounting with data=journal. This could lead to degraded filesystem performance or unexpected behavior.