目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2022-48838— Linux kernel 安全漏洞

AI 预测 6.5 利用难度: 中等 EPSS 0.23% · P14

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux2ccea03a8f7ec93641791f2760d7cdc6cab6205f< 4325124dde6726267813c736fee61226f1d38f0baffected
2ccea03a8f7ec93641791f2760d7cdc6cab6205f< e2d3a7009e505e120805f449c832942660f3f7f3affected
2ccea03a8f7ec93641791f2760d7cdc6cab6205f< 609a7119bffe3ddd7c93f2fa65be8917e02a0b7eaffected
2ccea03a8f7ec93641791f2760d7cdc6cab6205f< 2282a6eb6d4e118e294e43dcc421e0e0fe4040b5affected
2ccea03a8f7ec93641791f2760d7cdc6cab6205f< 00bdd9bf1ac6d401ad926d3d8df41b9f1399f646affected
2ccea03a8f7ec93641791f2760d7cdc6cab6205f< 2015c23610cd0efadaeca4d3a8d1dae9a45aa35aaffected
2ccea03a8f7ec93641791f2760d7cdc6cab6205f< 27d64436984fb8835a8b7e95993193cc478b162eaffected
2ccea03a8f7ec93641791f2760d7cdc6cab6205f< 16b1941eac2bd499f065a6739a40ce0011a3d740affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2022-48838 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
usb: gadget: Fix use-after-free bug by not setting udc->dev.driver
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于usb:gadget模块中发现释放后重用问题。在gadget核心和设备核心之间的竞争条件导致dev_uevent在引用dev->driver后,gadget核心将其设置为NULL。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 2ccea03a8f7ec93641791f2760d7cdc6cab6205f ~ 4325124dde6726267813c736fee61226f1d38f0b -
LinuxLinux 3.1 -

二、漏洞 CVE-2022-48838 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2022-48838 的情报信息

登录查看更多情报信息。

CVE-2022-48838 其他参考 (7)

同批安全公告 · Linux · 2024-07-16 · 共 98 条

CVE-2022-487889.8 CRITICALLinux kernel 安全漏洞
CVE-2022-487899.8 CRITICALLinux kernel 安全漏洞
CVE-2022-488519.8 CRITICALLinux kernel 安全漏洞
CVE-2022-487909.8 CRITICALLinux kernel 安全漏洞
CVE-2022-488299.1 CRITICALLinux kernel 安全漏洞
CVE-2022-488289.1 CRITICALLinux kernel 安全漏洞
CVE-2022-487858.8 HIGHLinux kernel 安全漏洞
CVE-2022-487828.8 HIGHLinux kernel 安全漏洞
CVE-2022-488308.8 HIGHLinux kernel 安全漏洞
CVE-2022-488648.8 HIGHLinux kernel 安全漏洞
CVE-2022-487917.8 HIGHLinux kernel 安全漏洞
CVE-2022-487927.8 HIGHLinux kernel 安全漏洞
CVE-2022-488477.8 HIGHLinux kernel 安全漏洞
CVE-2022-488397.8 HIGHLinux kernel 安全漏洞
CVE-2022-488227.8 HIGHLinux kernel 安全漏洞
CVE-2022-488217.8 HIGHLinux kernel 安全漏洞
CVE-2022-488167.8 HIGHLinux kernel 安全漏洞
CVE-2022-487967.8 HIGHLinux kernel 安全漏洞
CVE-2022-488017.8 HIGHLinux kernel 安全漏洞
CVE-2024-410087.8 HIGHLinux kernel 安全漏洞

显示前 20 条,共 98 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2022-48838

暂无评论


发表评论