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

5.5 · MEDIUM
Published Sep 15, 2025 linux CWE-908 EPSS 0.18% (8th pctl)

Overview

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

chardev: fix error handling in cdev_device_add()

While doing fault injection test, I got the following report:

------------[ cut here ]------------

kobject: '(null)' (0000000039956980): is not initialized, yet kobject_put() is being called.

WARNING: CPU: 3 PID: 6306 at kobject_put+0x23d/0x4e0

CPU: 3 PID: 6306 Comm: 283 Tainted: G W 6.1.0-rc2-00005-g307c1086d7c9 #1253

Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014

RIP: 0010:kobject_put+0x23d/0x4e0

Call Trace:

<TASK>

cdev_device_add+0x15e/0x1b0

__iio_device_register+0x13b4/0x1af0 [industrialio]

__devm_iio_device_register+0x22/0x90 [industrialio]

max517_probe+0x3d8/0x6b4 [max517]

i2c_device_probe+0xa81/0xc00

When device_add() is injected fault and returns error, if dev->devt is not set,

cdev_add() is not called, cdev_del() is not needed. Fix this by checking dev->devt

in error path.

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 >= 3.16.83, < 3.17 Affected

Frequently Asked Questions

What is CVE-2022-50282?

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

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

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

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