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

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

Overview

CVE-2022-50307 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:

s390/cio: fix out-of-bounds access on cio_ignore free

The channel-subsystem-driver scans for newly available devices whenever

device-IDs are removed from the cio_ignore list using a command such as:

echo free >/proc/cio_ignore

Since an I/O device scan might interfer with running I/Os, commit

172da89ed0ea ("s390/cio: avoid excessive path-verification requests")

introduced an optimization to exclude online devices from the scan.

The newly added check for online devices incorrectly assumes that

an I/O-subchannel's drvdata points to a struct io_subchannel_private.

For devices that are bound to a non-default I/O subchannel driver, such

as the vfio_ccw driver, this results in an out-of-bounds read access

during each scan.

Fix this by changing the scan logic to rely on a driver-independent

online indication. For this we can use struct subchannel->config.ena,

which is the driver's requested subchannel-enabled state. Si

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.15.1, < 5.15.78 Affected

Frequently Asked Questions

What is CVE-2022-50307?

CVE-2022-50307 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-50307?

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

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

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