CVE-2023-53457
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 JFS filesystem where a function called txBegin may be called on a superblock that is mounted as read-only. This leads to a NULL pointer dereference, which is a type of error where the system tries to access memory through a pointer that is null, causing a crash or unexpected behavior. The issue was fixed by adding a check to ensure the filesystem is not read-only before calling txBegin, returning an appropriate error code if it is.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or behave unexpectedly when accessing a read-only JFS filesystem, potentially leading to denial of service or system instability.