CVE-2023-53861
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
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 ext4 filesystem involves improper validation of a group (grp) in the function ext4_mb_good_group. Specifically, the group corruption check accesses memory of grp without verifying if grp is NULL, which can lead to a kernel crash. The fix involves adding a NULL check before performing the corruption check to prevent this crash.
How can this vulnerability impact me? :
If exploited or triggered, this vulnerability can cause the Linux kernel to crash, leading to system instability or denial of service. This could disrupt normal operations on systems using the ext4 filesystem.