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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72443— ALSA usb-audio MIDI 2.0 URB释放漏洞

AI 预测 5.5 利用难度: 中等 EPSS 0.18% · P7

可能的 ATT&CK 技术 1AI

T1055.008 · Ptrace System Calls

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinuxd9c99876868c861afd0e9ce2cea407bbc446b3c9< bcdd5a7363bdd287253c406a9c0205f5722058e7affected
d9c99876868c861afd0e9ce2cea407bbc446b3c9< 3d961032a6e58fa485b3a4c0fe0f649334d887deaffected
d9c99876868c861afd0e9ce2cea407bbc446b3c9< 4c16176fc11a61b7545464cb47c98b0c8a055fcbaffected
d9c99876868c861afd0e9ce2cea407bbc446b3c9< 68286258698e15fe75073fb8d017003f8e493db1affected
d9c99876868c861afd0e9ce2cea407bbc446b3c9< f199c8a8bdd54296d3458777e70fe82a78bd9817affected
6.5affected
< 6.5unaffected
6.6.145≤ 6.6.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-72443 基础信息

漏洞信息

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

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

Vulnerability Title
ALSA: usb-audio: Kill MIDI 2.0 URBs before freeing endpoints
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Kill MIDI 2.0 URBs before freeing endpoints MIDI 2.0 input URBs are started during snd_usb_midi_v2_create(). A later setup failure can still jump to snd_usb_midi_v2_free(), which currently frees each endpoint and its coherent URB buffers without first stopping the submitted URBs. A completion can then dereference the embedded URB context and endpoint state after they have been freed, or try to resubmit from the stale endpoint. This was observed as a KASAN slab-use-after-free in input_urb_complete(). The buggy scenario involves two paths, with each column showing the order within that path: probe error path: USB completion path: 1. start_input_streams() submits 1. The HCD still owns a input URBs. submitted input URB. 2. A later setup helper returns 2. input_urb_complete() runs an error. with urb->context in ep. 3. snd_usb_midi_v2_free() frees 3. The completion reads ep endpoint storage and URB buffers. state and can requeue URBs. Make the endpoint destructor follow the same teardown ordering used for disconnect when the endpoint has not already been disconnected: publish ep->disconnected, kill the URBs synchronously, and drain the endpoint before freeing URB buffers and endpoint storage. The guard avoids repeating the stop sequence after the normal snd_usb_midi_v2_disconnect_all() path, while still synchronizing the direct MIDI 2.0 create-error free path. Validation reproduced this kernel report: BUG: KASAN: slab-use-after-free in input_urb_complete+0x37/0x1b0 Workqueue: usb_hub_wq hub_event RIP: 0010:_raw_spin_unlock_irq+0x2e/0x50 Read of size 8 Call trace: dump_stack_lvl+0x77/0xb0 print_report+0xce/0x5f0 input_urb_complete+0x37/0x1b0 (sound/usb/midi2.c:186) srso_alias_return_thunk+0x5/0xfbef5 __virt_addr_valid+0x19f/0x330 kasan_report+0xe0/0x110 __usb_hcd_giveback_urb+0x112/0x1d0 dummy_timer+0xaaa/0x19a0 lock_is_held_type+0x9a/0x110 __lock_acquire+0x467/0x28b0 mark_held_locks+0x40/0x70 _raw_spin_unlock_irqrestore+0x44/0x60 lockdep_hardirqs_on_prepare+0xbb/0x1a0 __hrtimer_run_queues+0x101/0x520 hrtimer_run_softirq+0xd0/0x130 handle_softirqs+0x15b/0x670 __irq_exit_rcu+0xd0/0x170 irq_exit_rcu+0xe/0x20 sysvec_apic_timer_interrupt+0x6c/0x80 asm_sysvec_apic_timer_interrupt+0x1a/0x20
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux d9c99876868c861afd0e9ce2cea407bbc446b3c9 ~ bcdd5a7363bdd287253c406a9c0205f5722058e7 -
LinuxLinux 6.5 -

二、漏洞 CVE-2026-72443 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-72443 的情报信息

登录查看更多情报信息。

CVE-2026-72443 补丁与修复 (5)

同批安全公告 · Linux · 2026-08-15 · 共 846 条

CVE-2026-7447510.0 CRITICALvxlan 短路由中 neigh_ha_snapshot() 使用错误
CVE-2026-7240710.0 CRITICALGeneve 内核模块 inner network offset 验证漏洞
CVE-2026-7240810.0 CRITICALGeneve GRO提示处理缺陷
CVE-2026-7430910.0 CRITICALvdpa/octeon_ep 中断处理程序 IRQ 到环映射错误
CVE-2026-7428010.0 CRITICALMarvell OCTEONTX 驱动 DMA清理循环索引错误漏洞
CVE-2026-7427910.0 CRITICALCavium CPT DMA清理使用错误循环索引
CVE-2026-7242110.0 CRITICALIPv4 fib 本地/主表忽略错误路由
CVE-2026-724939.9 CRITICALnet: 在 enqueue_to_backlog() 中序列化 netif_running() 检查
CVE-2026-724669.8 CRITICALxprtrdma 修复 bcall 回复泄漏及无界窥视漏洞
CVE-2026-722489.8 CRITICALnetfilter flowtable IPIP隧道直接转发漏洞
CVE-2026-723819.8 CRITICALksmbd 耐久句柄检查中的use-after-free漏洞
CVE-2026-724779.8 CRITICALNTFS3 重命名失败时调用 _ntfs_bad_inode 漏洞
CVE-2026-724739.8 CRITICALxprtrdma 远程代码执行漏洞
CVE-2026-724729.8 CRITICALNFS 使用rwsem保护文件锁列表遍历
CVE-2026-722349.8 CRITICALbatman-adv 未 realloc 时访问 skb->data 漏洞
CVE-2026-721399.8 CRITICALLinux tcp_connect RCU宽限期后释放md5sig_info导致内存错误漏洞
CVE-2026-721379.8 CRITICALLinux xfrm nat_keepalive发送错误时双重释放漏洞
CVE-2026-744019.8 CRITICALdlm 发送队列有序性处理漏洞
CVE-2026-744069.8 CRITICALVXLAN 内核模块远程代码执行漏洞
CVE-2026-721299.8 CRITICALnvmet-rdma内联数据非零偏移处理漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72443

暂无评论


发表评论