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-50094

7.1 · HIGH
Published Jun 18, 2025 linux CWE-125 EPSS 0.23% (13th pctl)

Overview

CVE-2022-50094 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 18, 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:

spmi: trace: fix stack-out-of-bound access in SPMI tracing functions

trace_spmi_write_begin() and trace_spmi_read_end() both call

memcpy() with a length of "len + 1". This leads to one extra

byte being read beyond the end of the specified buffer. Fix

this out-of-bound memory access by using a length of "len"

instead.

Here is a KASAN log showing the issue:

BUG: KASAN: stack-out-of-bounds in trace_event_raw_event_spmi_read_end+0x1d0/0x234

Read of size 2 at addr ffffffc0265b7540 by task [email protected]/1314

...

Call trace:

dump_backtrace+0x0/0x3e8

show_stack+0x2c/0x3c

dump_stack_lvl+0xdc/0x11c

print_address_description+0x74/0x384

kasan_report+0x188/0x268

kasan_check_range+0x270/0x2b0

memcpy+0x90/0xe8

trace_event_raw_event_spmi_read_end+0x1d0/0x234

spmi_read_cmd+0x294/0x3ac

spmi_ext_register_readl+0x84/0x9c

regmap_spmi_ext_read+0x144/0x1b0 [regmap_spmi]

_regmap_raw_read+0x40c/0x754

regmap_raw_read+0x3a0/

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 >= 4.3, < 4.9.326 Affected

Frequently Asked Questions

What is CVE-2022-50094?

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

How severe is CVE-2022-50094?

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-50094?

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-50094?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-50094 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.