CVE-2022-50425
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 | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 involves the function copy_xstate_to_uabi() which incorrectly copies extended floating-point state data. When certain extended state components are missing in the current floating-point state but present in the initial state, the function attempts to copy from the initial state. However, dynamic states are not present in the initial state because it is zero-initialized, leading to a NULL pointer dereference and a kernel crash (BUG). The fix involves adjusting the mask to zero out the userspace buffer for features not available in either state and ensuring the compacted XSAVE format is enabled before reading certain data.
How can this vulnerability impact me? :
This vulnerability can cause a kernel NULL pointer dereference, leading to a system crash or denial of service. This can affect system stability and availability, potentially disrupting services or applications running on the affected Linux kernel.