CVE-2022-50282 (GCVE-0-2022-50282)
Vulnerability from cvelistv5
Published
2025-09-15 14:21
Modified
2025-09-15 14:21
Severity ?
VLAI Severity ?
EPSS score ?
Summary
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.
References
Impacted products
Vendor | Product | Version | |||||||
---|---|---|---|---|---|---|---|---|---|
▼ | Linux | Linux |
Version: da97a80a657d1b1b50ef633e8ff5dbf0d417fc8d Version: 233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0 Version: 233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0 Version: 233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0 Version: 233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0 Version: 233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0 Version: 233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0 Version: 233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0 Version: 233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0 Version: f78b54e7d83c7879f9a6e49e6724019ca34177cc Version: d79d7d5c878809964da537336dad5ff55fa1605e |
||||||
|
{ "containers": { "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Linux", "programFiles": [ "fs/char_dev.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThan": "5d2146889fad4cb9e6c13e790d4cfd871486eca8", "status": "affected", "version": "da97a80a657d1b1b50ef633e8ff5dbf0d417fc8d", "versionType": "git" }, { "lessThan": "6acf8597c5b04f455ee0649e11e5f3bcd28f381e", "status": "affected", "version": "233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0", "versionType": "git" }, { "lessThan": "34d17b39bceef25e4cf9805cd59250ae05d0a139", "status": "affected", "version": "233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0", "versionType": "git" }, { "lessThan": "d85b5247a79355b8432bfd9ac871f96117f750d4", "status": "affected", "version": "233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0", "versionType": "git" }, { "lessThan": "c46db6088bccff5115674d583fef46ede80077a2", "status": "affected", "version": "233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0", "versionType": "git" }, { "lessThan": "28dc61cc49c6e995121c6d86bef4b73df78dda80", "status": "affected", "version": "233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0", "versionType": "git" }, { "lessThan": "b5de1eac71fec1af7723f1083d23a24789fd795c", "status": "affected", "version": "233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0", "versionType": "git" }, { "lessThan": "85a5660491b507d33662b8e81c142e6041e642eb", "status": "affected", "version": "233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0", "versionType": "git" }, { "lessThan": "11fa7fefe3d8fac7da56bc9aa3dd5fb3081ca797", "status": "affected", "version": "233ed09d7fdacf592ee91e6c97ce5f4364fbe7c0", "versionType": "git" }, { "status": "affected", "version": "f78b54e7d83c7879f9a6e49e6724019ca34177cc", "versionType": "git" }, { "status": "affected", "version": "d79d7d5c878809964da537336dad5ff55fa1605e", "versionType": "git" } ] }, { "defaultStatus": "affected", "product": "Linux", "programFiles": [ "fs/char_dev.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "status": "affected", "version": "4.12" }, { "lessThan": "4.12", "status": "unaffected", "version": "0", "versionType": "semver" }, { "lessThanOrEqual": "4.9.*", "status": "unaffected", "version": "4.9.337", "versionType": "semver" }, { "lessThanOrEqual": "4.14.*", "status": "unaffected", "version": "4.14.303", "versionType": "semver" }, { "lessThanOrEqual": "4.19.*", "status": "unaffected", "version": "4.19.270", "versionType": "semver" }, { "lessThanOrEqual": "5.4.*", "status": "unaffected", "version": "5.4.229", "versionType": "semver" }, { "lessThanOrEqual": "5.10.*", "status": "unaffected", "version": "5.10.163", "versionType": "semver" }, { "lessThanOrEqual": "5.15.*", "status": "unaffected", "version": "5.15.86", "versionType": "semver" }, { "lessThanOrEqual": "6.0.*", "status": "unaffected", "version": "6.0.16", "versionType": "semver" }, { "lessThanOrEqual": "6.1.*", "status": "unaffected", "version": "6.1.2", "versionType": "semver" }, { "lessThanOrEqual": "*", "status": "unaffected", "version": "6.2", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "4.9.337", "versionStartIncluding": "4.9.224", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "4.14.303", "versionStartIncluding": "4.12", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "4.19.270", "versionStartIncluding": "4.12", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "5.4.229", "versionStartIncluding": "4.12", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "5.10.163", "versionStartIncluding": "4.12", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "5.15.86", "versionStartIncluding": "4.12", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.0.16", "versionStartIncluding": "4.12", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.1.2", "versionStartIncluding": "4.12", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.2", "versionStartIncluding": "4.12", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "3.16.83", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.4.224", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nchardev: fix error handling in cdev_device_add()\n\nWhile doing fault injection test, I got the following report:\n\n------------[ cut here ]------------\nkobject: \u0027(null)\u0027 (0000000039956980): is not initialized, yet kobject_put() is being called.\nWARNING: CPU: 3 PID: 6306 at kobject_put+0x23d/0x4e0\nCPU: 3 PID: 6306 Comm: 283 Tainted: G W 6.1.0-rc2-00005-g307c1086d7c9 #1253\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014\nRIP: 0010:kobject_put+0x23d/0x4e0\nCall Trace:\n \u003cTASK\u003e\n cdev_device_add+0x15e/0x1b0\n __iio_device_register+0x13b4/0x1af0 [industrialio]\n __devm_iio_device_register+0x22/0x90 [industrialio]\n max517_probe+0x3d8/0x6b4 [max517]\n i2c_device_probe+0xa81/0xc00\n\nWhen device_add() is injected fault and returns error, if dev-\u003edevt is not set,\ncdev_add() is not called, cdev_del() is not needed. Fix this by checking dev-\u003edevt\nin error path." } ], "providerMetadata": { "dateUpdated": "2025-09-15T14:21:18.658Z", "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux" }, "references": [ { "url": "https://git.kernel.org/stable/c/5d2146889fad4cb9e6c13e790d4cfd871486eca8" }, { "url": "https://git.kernel.org/stable/c/6acf8597c5b04f455ee0649e11e5f3bcd28f381e" }, { "url": "https://git.kernel.org/stable/c/34d17b39bceef25e4cf9805cd59250ae05d0a139" }, { "url": "https://git.kernel.org/stable/c/d85b5247a79355b8432bfd9ac871f96117f750d4" }, { "url": "https://git.kernel.org/stable/c/c46db6088bccff5115674d583fef46ede80077a2" }, { "url": "https://git.kernel.org/stable/c/28dc61cc49c6e995121c6d86bef4b73df78dda80" }, { "url": "https://git.kernel.org/stable/c/b5de1eac71fec1af7723f1083d23a24789fd795c" }, { "url": "https://git.kernel.org/stable/c/85a5660491b507d33662b8e81c142e6041e642eb" }, { "url": "https://git.kernel.org/stable/c/11fa7fefe3d8fac7da56bc9aa3dd5fb3081ca797" } ], "title": "chardev: fix error handling in cdev_device_add()", "x_generator": { "engine": "bippy-1.2.0" } } }, "cveMetadata": { "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "assignerShortName": "Linux", "cveId": "CVE-2022-50282", "datePublished": "2025-09-15T14:21:18.658Z", "dateReserved": "2025-09-15T13:58:00.976Z", "dateUpdated": "2025-09-15T14:21:18.658Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-50282\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-09-15T15:15:39.310\",\"lastModified\":\"2025-09-15T15:22:27.090\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nchardev: fix error handling in cdev_device_add()\\n\\nWhile doing fault injection test, I got the following report:\\n\\n------------[ cut here ]------------\\nkobject: \u0027(null)\u0027 (0000000039956980): is not initialized, yet kobject_put() is being called.\\nWARNING: CPU: 3 PID: 6306 at kobject_put+0x23d/0x4e0\\nCPU: 3 PID: 6306 Comm: 283 Tainted: G W 6.1.0-rc2-00005-g307c1086d7c9 #1253\\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014\\nRIP: 0010:kobject_put+0x23d/0x4e0\\nCall Trace:\\n \u003cTASK\u003e\\n cdev_device_add+0x15e/0x1b0\\n __iio_device_register+0x13b4/0x1af0 [industrialio]\\n __devm_iio_device_register+0x22/0x90 [industrialio]\\n max517_probe+0x3d8/0x6b4 [max517]\\n i2c_device_probe+0xa81/0xc00\\n\\nWhen device_add() is injected fault and returns error, if dev-\u003edevt is not set,\\ncdev_add() is not called, cdev_del() is not needed. Fix this by checking dev-\u003edevt\\nin error path.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/11fa7fefe3d8fac7da56bc9aa3dd5fb3081ca797\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/28dc61cc49c6e995121c6d86bef4b73df78dda80\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/34d17b39bceef25e4cf9805cd59250ae05d0a139\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5d2146889fad4cb9e6c13e790d4cfd871486eca8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6acf8597c5b04f455ee0649e11e5f3bcd28f381e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/85a5660491b507d33662b8e81c142e6041e642eb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b5de1eac71fec1af7723f1083d23a24789fd795c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c46db6088bccff5115674d583fef46ede80077a2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d85b5247a79355b8432bfd9ac871f96117f750d4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}" } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…