Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-50239

7.1 · HIGH
Published Sep 15, 2025 linux CWE-125 EPSS 0.16% (5th pctl)

Overview

CVE-2022-50239 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

cpufreq: qcom: fix writes in read-only memory region

This commit fixes a kernel oops because of a write in some read-only memory:

[ 9.068287] Unable to handle kernel write to read-only memory at virtual address ffff800009240ad8

..snip..

[ 9.138790] Internal error: Oops: 9600004f [#1] PREEMPT SMP

..snip..

[ 9.269161] Call trace:

[ 9.276271] __memcpy+0x5c/0x230

[ 9.278531] snprintf+0x58/0x80

[ 9.282002] qcom_cpufreq_msm8939_name_version+0xb4/0x190

[ 9.284869] qcom_cpufreq_probe+0xc8/0x39c

..snip..

The following line defines a pointer that point to a char buffer stored

in read-only memory:

char *pvs_name = "speedXX-pvsXX-vXX";

This pointer is meant to hold a template "speedXX-pvsXX-vXX" where the

XX values get overridden by the qcom_cpufreq_krait_name_version function. Since

the template is actually stored in read-only memory, when the function

executes the following call we get a

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.7, < 5.10.152 Affected

Frequently Asked Questions

What is CVE-2022-50239?

CVE-2022-50239 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2022-50239?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-50239?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-50239?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-50239 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.