CVE-2023-53845
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 | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the Linux kernel to a version where the nilfs2 infinite loop issue in nilfs_mdt_get_block() is fixed. This update addresses the handling of virtual block address translation failures to prevent indefinite metadata block creation and potential task hangs.
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's nilfs2 filesystem. When mounting a corrupted disk image, an internal function may return the same error code for two different issues, causing another function to enter an infinite loop reading and creating metadata blocks. This can lead to a semaphore being left held, which causes tasks to hang during mount operations.
How can this vulnerability impact me? :
The vulnerability can cause system tasks to hang during mount operations due to an infinite loop and a semaphore being left held. This can lead to system instability or denial of service conditions when accessing corrupted nilfs2 filesystems.