CVE-2022-50456
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 | 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 in the Linux kernel's btrfs filesystem occurs when resolving backreferences for a file that has an inline extent followed by a regular or preallocated extent. When attempting to resolve a logical address in the non-inline region, the function add_all_parents reads an invalid offset field from the inline extent. If the inline extent is the first item in the leaf extent buffer, this causes the code to read beyond the buffer's end, leading to a kernel panic and a general protection fault. The issue is fixed by detecting the inline extent item in add_all_parents and skipping it.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic and system crash when accessing certain files on a btrfs filesystem, potentially leading to denial of service. It may disrupt system stability and availability until the kernel is patched.