CVE & CISA-KEV Catalog

CVE-2022-48838

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: Fix use-after-free bug by not setting udc->dev.driver The syzbot fuzzer found a use-after-free bug: BUG: KASAN: use-after-free in dev_uevent+0x712/0x780 drivers/base/core.c:2320 Read of size 8 at addr ffff88802b934098 by task udevd/3689 CPU: 2 PID: 3689 Comm: udevd Not tainted 5.17.0-rc4-syzkaller-00229-g4f12b742eb2b #0 Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.14.0-2 04/01/2014 Call Trace: <TASK> __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106 print_address_description.constprop.0.cold+0x8d/0x303 mm/kasan/report.c:255 __kasan_report mm/kasan/report.c:442 [inline] kasan_report.cold+0x83/0xdf mm/kasan/report.c:459 dev_uevent+0x712/0x780 drivers/base/core.c:2320 uevent_show+0x1b8/0x380 drivers/base/core.c:2391 dev_attr_show+0x4b/0x90 drivers/base/core.c:2094 Although the bug manifested in the driver core, the real cause was a race with the gadget core. dev_uevent() does: if (dev->driver) add_uevent_var(env, "DRIVER=%s", dev->driver->name); and between the test and the dereference of dev->driver, the gadget core sets dev->driver to NULL. The race wouldn't occur if the gadget core registered its devices on a real bus, using the standard synchronization techniques of the driver core. However, it's not necessary to make such a large change in order to fix this bug; all we need to do is make sure that udc->dev.driver is always NULL. In fact, there is no reason for udc->dev.driver ever to be set to anything, let alone to the value it currently gets: the address of the gadget's driver. After all, a gadget driver only knows how to manage a gadget, not how to manage a UDC. This patch simply removes the statements in the gadget core that touch udc->dev.driver.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.113-1CVE-2022-48838
Fixed in:5.17.3-1CVE-2022-48838
Fixed in:5.17.3-1CVE-2022-48838
Fixed in:5.17.3-1CVE-2022-48838
linuxUbuntu
Fixed in:4.4.0-259.293USN-7039-1
linux-awsUbuntu
Fixed in:4.4.0-1136.142USN-7039-1
Fixed in:4.4.0-1174.189USN-7039-1
linux-image-4.4.0-1136-awsUbuntu
Fixed in:4.4.0-1136.142USN-7039-1
linux-image-4.4.0-1137-kvmUbuntu
Fixed in:4.4.0-1137.147USN-7039-1
linux-image-4.4.0-1174-awsUbuntu
Fixed in:4.4.0-1174.189USN-7039-1
linux-image-4.4.0-259-genericUbuntu
Fixed in:4.4.0-259.293~14.04.1USN-7039-1
Fixed in:4.4.0-259.293USN-7039-1
linux-image-4.4.0-259-lowlatencyUbuntu
Fixed in:4.4.0-259.293~14.04.1USN-7039-1
Fixed in:4.4.0-259.293USN-7039-1
linux-image-awsUbuntu
Fixed in:4.4.0.1136.133USN-7039-1
Fixed in:4.4.0.1174.178USN-7039-1
linux-image-genericUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-generic-lts-utopicUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-generic-lts-vividUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-generic-lts-wilyUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-generic-lts-xenialUbuntu
Fixed in:4.4.0.259.293~14.04.1USN-7039-1
Fixed in:4.4.0.259.265USN-7039-1
linux-image-kvmUbuntu
Fixed in:4.4.0.1137.134USN-7039-1
linux-image-lowlatencyUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-lowlatency-lts-utopicUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-lowlatency-lts-vividUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-lowlatency-lts-wilyUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-lowlatency-lts-xenialUbuntu
Fixed in:4.4.0.259.293~14.04.1USN-7039-1
Fixed in:4.4.0.259.265USN-7039-1
linux-image-virtualUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-virtual-lts-utopicUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-virtual-lts-vividUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-virtual-lts-wilyUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-virtual-lts-xenialUbuntu
Fixed in:4.4.0.259.293~14.04.1USN-7039-1
Fixed in:4.4.0.259.265USN-7039-1
linux-kvmUbuntu
Fixed in:4.4.0-1137.147USN-7039-1
linux-lts-xenialUbuntu
Fixed in:4.4.0-259.293~14.04.1USN-7039-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.23%probability of exploitation in 30 days
14thpercentile

Low risk: more likely to be exploited than 14% of all known CVEs.

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2017-9798High7.595%-Fix
Embed a live status badge for CVE-2022-48838
CVE-2022-48838 severity badge

Markdown

[![CVE-2022-48838](https://tridentstack.com/cve/badge/CVE-2022-48838.svg)](https://tridentstack.com/cve/CVE-2022-48838)

HTML

<a href="https://tridentstack.com/cve/CVE-2022-48838"><img src="https://tridentstack.com/cve/badge/CVE-2022-48838.svg" alt="CVE-2022-48838"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2024-11-21.