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

5.5 · MEDIUM
Published Sep 15, 2025 linux CWE-401 EPSS 0.15% (5th pctl)

Overview

CVE-2022-50269 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

drm/vkms: Fix memory leak in vkms_init()

A memory leak was reported after the vkms module install failed.

unreferenced object 0xffff88810bc28520 (size 16):

comm "modprobe", pid 9662, jiffies 4298009455 (age 42.590s)

hex dump (first 16 bytes):

01 01 00 64 81 88 ff ff 00 00 dc 0a 81 88 ff ff ...d............

backtrace:

[<00000000e7561ff8>] kmalloc_trace+0x27/0x60

[<000000000b1954a0>] 0xffffffffc45200a9

[<00000000abbf1da0>] do_one_initcall+0xd0/0x4f0

[<000000001505ee87>] do_init_module+0x1a4/0x680

[<00000000958079ad>] load_module+0x6249/0x7110

[<00000000117e4696>] __do_sys_finit_module+0x140/0x200

[<00000000f74b12d2>] do_syscall_64+0x35/0x80

[<000000008fc6fcde>] entry_SYSCALL_64_after_hwframe+0x46/0xb0

The reason is that the vkms_init() returns without checking the return

value of vkms_create(), and if the vkms_create() failed, the config

allocated at the beginning of vkms_in

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.12, < 5.15.99 Affected

Frequently Asked Questions

What is CVE-2022-50269?

CVE-2022-50269 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-50269?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-50269?

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

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