CVE-2023-53766
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
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 JFS filesystem occurs because there was no check for whether the filesystem was mounted as read-only before starting a transaction in the txBegin function. Without this check, attempting to start a transaction on a read-only filesystem could lead to a NULL pointer dereference, causing potential crashes or instability. The patch fixes this by adding the necessary check to prevent such issues.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable when the JFS filesystem is mounted as read-only and a transaction is attempted. This could lead to system downtime or data access issues, impacting system reliability and availability.