CVE-2025-38194
BaseFortify
Publication date: 2025-07-04
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 2.6.18 (inc) to 5.4.295 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.239 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.186 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.142 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.95 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.35 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.15.4 (exc) |
| debian | debian_linux | 11.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a bug in the Linux kernel's JFFS2 filesystem code. Specifically, the function jffs2_sum_write_sumnode does not check the return value of jffs2_prealloc_raw_node_refs, which can lead to errors propagating into subsequent functions. This causes the kernel to attempt to link a summary node to a raw node that was not properly preallocated, resulting in a kernel bug and invalid opcode error. The issue was detected by Syzkaller through fault injection and is fixed by adding a check on the return value before proceeding.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or behave unpredictably due to a kernel bug triggered when writing to the JFFS2 filesystem. This can lead to system instability, potential data loss, or denial of service if the kernel encounters the invalid opcode error during filesystem operations.