CVE-2025-40200
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-14
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 occurs in the Linux kernel's Squashfs file system where negative file sizes were not properly rejected in the function squashfs_read_inode(). This could cause a warning in overlayfs when it encounters a file with a negative size returned by Squashfs. The issue was fixed by adding a check for negative file sizes and returning an error (EINVAL) if detected.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause unexpected behavior or warnings in the overlayfs file system due to negative file sizes being processed. This might lead to system instability or errors when accessing files on Squashfs file systems.