CVE-2022-50239
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-11-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's Qualcomm CPU frequency driver (cpufreq: qcom) where the code attempts to write to a read-only memory region. Specifically, a pointer points to a string literal stored in read-only memory, and the code tries to overwrite parts of this string using snprintf, causing a kernel oops (crash). The fix involves storing the string template in a writable stack buffer instead of read-only memory to prevent illegal writes.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel oops) due to illegal writes to read-only memory. Such crashes can lead to system instability, unexpected reboots, or denial of service on affected devices using the Qualcomm cpufreq driver.