CVE-2022-50519
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.0 (inc) to 6.0.2 (inc) |
| 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 involves the nilfs2 filesystem in the Linux kernel where checkpoint acquisition failures due to anomalies in checkpoint metadata on disk previously triggered kernel warnings (WARN_ONs). These warnings could cause the kernel to panic if it was booted with panic_on_warn enabled. The fix replaces WARN_ONs with nilfs_error to handle the abnormal filesystem condition more gracefully, preventing kernel panics and returning appropriate I/O error codes instead of internal error codes.
How can this vulnerability impact me? :
If the vulnerability is triggered, the system kernel could panic during checkpoint acquisition failures in the nilfs2 filesystem when booted with panic_on_warn enabled. This could lead to system instability or downtime. The fix prevents such panics by handling errors more gracefully, improving system reliability.