CVE-2022-50575
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 is in the Linux kernel's xen/privcmd component. It involves a possible warning triggered in the function privcmd_ioctl_mmap_resource() when user-controlled data 'kdata.num' attempts to allocate memory larger than or equal to MAX_ORDER. This causes the kcalloc() function to fail, resulting in a stack trace and cluttering the system log (dmesg) with warnings. The fix adds the __GFP_NOWARN flag to avoid these large allocation warnings.
How can this vulnerability impact me? :
The impact of this vulnerability is primarily that it can cause excessive warning messages and stack traces in the system logs (dmesg), which may clutter logs and potentially make it harder to diagnose other issues. There is no indication of a security breach or system compromise from this issue.