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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 较易 EPSS 0.13% · P3

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux132fcb460839a876f5bc8b71bede60f8d0875757< 3e016ef2e72da93a2ea7afbb45de1b481b44d761affected
132fcb460839a876f5bc8b71bede60f8d0875757< 3256e152b645fc1e788ba44c2d8ced690113e3e6affected
132fcb460839a876f5bc8b71bede60f8d0875757< 0eda2004f38d95ef5715d62be884cd344260535baffected
132fcb460839a876f5bc8b71bede60f8d0875757< 33f341c1fc60e172a3515c51bdabee11e83d1ee9affected
132fcb460839a876f5bc8b71bede60f8d0875757< b131989797f7287d7fdadb2bababc05a15d44750affected
132fcb460839a876f5bc8b71bede60f8d0875757< 3bc7324e4911351e39c54a62e6ca46321cb10fafaffected
132fcb460839a876f5bc8b71bede60f8d0875757< 43ca70753dfffd517d2af126da28690f8f615605affected
132fcb460839a876f5bc8b71bede60f8d0875757< 6c67ed9ad9b83e453e808f9b31a931a20a25629baffected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
usb: gadget: u_audio: don't let userspace block driver unbind
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_audio: don't let userspace block driver unbind In the unbind callback for f_uac1 and f_uac2, a call to snd_card_free() via g_audio_cleanup() will disconnect the card and then wait for all resources to be released, which happens when the refcount falls to zero. Since userspace can keep the refcount incremented by not closing the relevant file descriptor, the call to unbind may block indefinitely. This can cause a deadlock during reboot, as evidenced by the following blocked task observed on my machine: task:reboot state:D stack:0 pid:2827 ppid:569 flags:0x0000000c Call trace: __switch_to+0xc8/0x140 __schedule+0x2f0/0x7c0 schedule+0x60/0xd0 schedule_timeout+0x180/0x1d4 wait_for_completion+0x78/0x180 snd_card_free+0x90/0xa0 g_audio_cleanup+0x2c/0x64 afunc_unbind+0x28/0x60 ... kernel_restart+0x4c/0xac __do_sys_reboot+0xcc/0x1ec __arm64_sys_reboot+0x28/0x30 invoke_syscall+0x4c/0x110 ... The issue can also be observed by opening the card with arecord and then stopping the process through the shell before unbinding: # arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null Recording WAVE '/dev/null' : Signed 32 bit Little Endian, Rate 48000 Hz, Stereo ^Z[1]+ Stopped arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null # echo gadget.0 > /sys/bus/gadget/drivers/configfs-gadget/unbind (observe that the unbind command never finishes) Fix the problem by using snd_card_free_when_closed() instead, which will still disconnect the card as desired, but defer the task of freeing the resources to the core once userspace closes its file descriptor.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于u_audio驱动未正确处理用户空间引用,可能导致死锁。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 132fcb460839a876f5bc8b71bede60f8d0875757 ~ 3e016ef2e72da93a2ea7afbb45de1b481b44d761 -
LinuxLinux 3.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2023-53045 补丁与修复 (7)

CVE-2023-53045 其他参考 (1)

同批安全公告 · 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-53045

暂无评论


发表评论