CVE-2022-50569
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 xfrm subsystem where a failure to allocate memory for ipcomp_scratches leads to the variable holding an obsolete address. When the system later tries to free this memory, it attempts to free a non-existent virtual memory area, causing a warning and potential instability. The fix involves setting ipcomp_scratches to NULL when the memory is freed to avoid referencing invalid memory.
How can this vulnerability impact me? :
The impact of this vulnerability is that the Linux kernel may attempt to free invalid or non-existent memory areas, which can cause warnings and potentially lead to system instability or crashes.