CVE-2023-53450
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 occurs in the Linux kernel's ext4 filesystem. If a malicious fuzzer overwrites the ext4 superblock while it is mounted and sets the s_first_data_block to a very large number, it can cause an underflow in the calculation of the block group. This triggers a BUG_ON check, which crashes the kernel. The fix changes this BUG_ON to an ext4_warning to prevent the kernel from crashing.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash if exploited, leading to a denial of service. An attacker could use a malicious fuzzer to overwrite the ext4 superblock and trigger this condition, potentially disrupting system availability.