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

目标: 1000 元 · 已筹: 1325

100%

CVE-2023-53054— Linux kernel 安全漏洞

AI 预测 5.3 利用难度: 困难 EPSS 0.16% · P6

影响版本矩阵 26

厂商产品版本范围状态
LinuxLinux33a06f1300a79cfd461cea0268f05e969d4f34ec< 1f01027c51eb16145e8e07fafea3ca07ef102d06affected
33a06f1300a79cfd461cea0268f05e969d4f34ec< cba76e1fb896b573f09f51aa299223276a77bc90affected
33a06f1300a79cfd461cea0268f05e969d4f34ec< ffb8ab6f87bd28d700ab5c20d9d3a7e75067630daffected
33a06f1300a79cfd461cea0268f05e969d4f34ec< 6485fc381b6528b6f547ee1ff10bdbcbe31a6e4caffected
33a06f1300a79cfd461cea0268f05e969d4f34ec< f747313249b74f323ddf841a9c8db14d989f296aaffected
c95e1f67b9a84479d1a6d2e9b123a1553af2a75eaffected
7d2a4749e1589295c69183f7d79d5b62664b34d6affected
8a8841b9f3eb1f46e3fc6d56a9b9299c53f4f86faffected
… +18 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2023-53054 基础信息

漏洞信息

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

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

Vulnerability Title
usb: dwc2: fix a devres leak in hw_enable upon suspend resume
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix a devres leak in hw_enable upon suspend resume Each time the platform goes to low power, PM suspend / resume routines call: __dwc2_lowlevel_hw_enable -> devm_add_action_or_reset(). This adds a new devres each time. This may also happen at runtime, as dwc2_lowlevel_hw_enable() can be called from udc_start(). This can be seen with tracing: - echo 1 > /sys/kernel/debug/tracing/events/dev/devres_log/enable - go to low power - cat /sys/kernel/debug/tracing/trace A new "ADD" entry is found upon each low power cycle: ... devres_log: 49000000.usb-otg ADD 82a13bba devm_action_release (8 bytes) ... devres_log: 49000000.usb-otg ADD 49889daf devm_action_release (8 bytes) ... A second issue is addressed here: - regulator_bulk_enable() is called upon each PM cycle (suspend/resume). - regulator_bulk_disable() never gets called. So the reference count for these regulators constantly increase, by one upon each low power cycle, due to missing regulator_bulk_disable() call in __dwc2_lowlevel_hw_disable(). The original fix that introduced the devm_add_action_or_reset() call, fixed an issue during probe, that happens due to other errors in dwc2_driver_probe() -> dwc2_core_reset(). Then the probe fails without disabling regulators, when dr_mode == USB_DR_MODE_PERIPHERAL. Rather fix the error path: disable all the low level hardware in the error path, by using the "hsotg->ll_hw_enabled" flag. Checking dr_mode has been introduced to avoid a dual call to dwc2_lowlevel_hw_disable(). "ll_hw_enabled" should achieve the same (and is used currently in the remove() routine).
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于dwc2驱动在suspend/resume时未释放devres,可能导致内存泄漏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 33a06f1300a79cfd461cea0268f05e969d4f34ec ~ 1f01027c51eb16145e8e07fafea3ca07ef102d06 -
LinuxLinux 5.9 -

二、漏洞 CVE-2023-53054 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2023-53054 的情报信息

登录查看更多情报信息。

CVE-2023-53054 补丁与修复 (5)

同批安全公告 · Linux · 2025-05-02 · 共 107 条

CVE-2023-53102Linux kernel 安全漏洞
CVE-2023-53115Linux kernel 安全漏洞
CVE-2023-53114Linux kernel 安全漏洞
CVE-2023-53112Linux kernel 安全漏洞
CVE-2023-53113Linux kernel 安全漏洞
CVE-2023-53111Linux kernel 安全漏洞
CVE-2023-53109Linux kernel 安全漏洞
CVE-2023-53110Linux kernel 安全漏洞
CVE-2023-53108Linux kernel 安全漏洞
CVE-2023-53106Linux kernel 安全漏洞
CVE-2023-53107Linux kernel 安全漏洞
CVE-2023-53105Linux kernel 安全漏洞
CVE-2023-53103Linux kernel 安全漏洞
CVE-2023-53101Linux kernel 安全漏洞
CVE-2023-53091Linux kernel 安全漏洞
CVE-2023-53094Linux kernel 安全漏洞
CVE-2023-53092Linux kernel 安全漏洞
CVE-2023-53093Linux kernel 安全漏洞
CVE-2023-53095Linux kernel 安全漏洞
CVE-2023-53090Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2023-53054

暂无评论


发表评论