CVE-2022-50282

MEDIUM

Linux kernel 3.16.83-3.17 - Use of Uninitialized Resource in cdev_device_add Error Handling

Title source: llm
STIX 2.1

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.

Scores

CVSS v3 5.5
EPSS 0.0017
EPSS Percentile 6.6%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-908
Status published
Products (34)
linux/Kernel < 4.9.337linux
linux/Kernel 4.10.0 - 4.14.303linux
linux/Kernel 4.12.0 - 4.19.270linux
linux/Kernel 4.15.0 - 5.4.229linux
linux/Kernel 4.20.0 - 5.10.163linux
linux/Kernel 5.11.0 - 6.0.16linux
linux/Kernel 5.16.0 - 6.1.2linux
linux/Kernel 5.5.0 - 5.15.86linux
Linux/Linux < 4.12
Linux/Linux 233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0 - 11fa7fefe3d8fac7da56bc9aa3dd5fb3081ca797
... and 24 more
Published Sep 15, 2025
Tracked Since Feb 18, 2026