VYPR
Unrated severityNVD Advisory· Published Oct 22, 2025· Updated Apr 15, 2026

CVE-2022-50570

CVE-2022-50570

Description

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

platform/chrome: fix memory corruption in ioctl

If "s_mem.bytes" is larger than the buffer size it leads to memory corruption.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

In the Linux kernel, the platform/chrome ioctl handler lacks bounds checking on s_mem.bytes, leading to memory corruption when the value exceeds the buffer size.

Vulnerability

The Linux kernel's platform/chrome driver contains a memory corruption vulnerability in its ioctl handler. The root cause is the failure to validate the s_mem.bytes field against the size of the allocated buffer. If a user provides a value larger than the buffer, it results in memory corruption [1][2].

Exploitation

Exploitation requires local access to the affected device and the ability to issue ioctl calls to the platform/chrome driver. No special privileges are necessary if the device file is accessible. An attacker can craft an ioctl command with an oversized s_mem.bytes value to trigger an out-of-bounds write or read, corrupting kernel memory.

Impact

Memory corruption in the kernel can lead to system crashes (denial of service) or, potentially, privilege escalation if an attacker can control the corrupted memory to achieve arbitrary code execution [Description].

Mitigation

The vulnerability has been patched in the Linux kernel stable tree via commits [1] and [2]. Users should update their kernel to a version containing these fixes. There is no known workaround short of applying the patch.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

6

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

6

News mentions

0

No linked articles in our index yet.