CVE-2025-38337
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-12-16
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.11 (inc) to 5.15.186 (inc) |
| debian | debian_linux | 11.0 |
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a data-race and null-pointer dereference issue in the Linux kernel's jbd2 subsystem, specifically in the function jbd2_journal_dirty_metadata(). The problem arises because handle->h_transaction may be a NULL pointer, and the code did not check if the handle was aborted before dereferencing it. Additionally, a missing data-race annotation for jh->b_modified caused concurrent access issues, leading to potential memory corruption or crashes.
How can this vulnerability impact me? :
This vulnerability can lead to data corruption or system crashes due to race conditions and null-pointer dereferences in the journaling layer of the Linux kernel's filesystem. This may affect system stability and data integrity, potentially causing loss of data or unexpected behavior in systems using the affected kernel versions.