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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 8.8 · High EPSS 0.27% · P19

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinuxe0f9fdda81bd32371ddac9222487e612027d8de2< 5c8bbb79c7cbca65534badf360f3b1145759c7bcaffected
e0f9fdda81bd32371ddac9222487e612027d8de2< 414c0c04703423b78bc9dea1aa6493334dc61f6eaffected
e0f9fdda81bd32371ddac9222487e612027d8de2< 98c4d0abf5c478db1ad126ff0c187dbb84c0803caffected
5.12affected
< 5.12unaffected
6.1.55≤ 6.1.*unaffected
6.5.5≤ 6.5.*unaffected
6.6≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
mt76: mt7921: don't assume adequate headroom for SDIO headers
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: don't assume adequate headroom for SDIO headers mt7921_usb_sdio_tx_prepare_skb() calls mt7921_usb_sdio_write_txwi() and mt7921_skb_add_usb_sdio_hdr(), both of which blindly assume that adequate headroom will be available in the passed skb. This assumption typically is satisfied when the skb was allocated in the net core for transmission via the mt7921 netdev (although even that is only an optimization and is not strictly guaranteed), but the assumption is sometimes not satisfied when the skb originated in the receive path of another netdev and was passed through to the mt7921, such as by the bridge layer. Blindly prepending bytes to an skb is always wrong. This commit introduces a call to skb_cow_head() before the call to mt7921_usb_sdio_write_txwi() in mt7921_usb_sdio_tx_prepare_skb() to ensure that at least MT_SDIO_TXD_SIZE + MT_SDIO_HDR_SIZE bytes can be pushed onto the skb. Without this fix, I can trivially cause kernel panics by bridging an MT7921AU-based USB 802.11ax interface with an Ethernet interface on an Intel Atom-based x86 system using its onboard RTL8169 PCI Ethernet adapter and also on an ARM-based Raspberry Pi 1 using its onboard SMSC9512 USB Ethernet adapter. Note that the panics do not occur in every system configuration, as they occur only if the receiving netdev leaves less headroom in its received skbs than the mt7921 needs for its SDIO headers. Here is an example stack trace of this panic on Raspberry Pi OS Lite 2023-02-21 running kernel 6.1.24+ [1]: skb_panic from skb_push+0x44/0x48 skb_push from mt7921_usb_sdio_tx_prepare_skb+0xd4/0x190 [mt7921_common] mt7921_usb_sdio_tx_prepare_skb [mt7921_common] from mt76u_tx_queue_skb+0x94/0x1d0 [mt76_usb] mt76u_tx_queue_skb [mt76_usb] from __mt76_tx_queue_skb+0x4c/0xc8 [mt76] __mt76_tx_queue_skb [mt76] from mt76_txq_schedule.part.0+0x13c/0x398 [mt76] mt76_txq_schedule.part.0 [mt76] from mt76_txq_schedule_all+0x24/0x30 [mt76] mt76_txq_schedule_all [mt76] from mt7921_tx_worker+0x58/0xf4 [mt7921_common] mt7921_tx_worker [mt7921_common] from __mt76_worker_fn+0x9c/0xec [mt76] __mt76_worker_fn [mt76] from kthread+0xbc/0xe0 kthread from ret_from_fork+0x14/0x34 After this fix, bridging the mt7921 interface works fine on both of my previously problematic systems. [1] https://github.com/raspberrypi/firmware/tree/5c276f55a4b21345cd4d6200a504ee991851ff7a
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: 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存在安全漏洞,该漏洞源于SDIO头部的缓冲区溢出问题。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux e0f9fdda81bd32371ddac9222487e612027d8de2 ~ 5c8bbb79c7cbca65534badf360f3b1145759c7bc -
LinuxLinux 5.12 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2025-12-09 · 共 152 条

CVE-2025-403439.8 CRITICALLinux kernel 安全漏洞
CVE-2022-506669.8 CRITICALLinux kernel 安全漏洞
CVE-2023-537949.8 CRITICALLinux kernel 安全漏洞
CVE-2025-403428.8 HIGHLinux kernel 安全漏洞
CVE-2023-538228.8 HIGHLinux kernel 安全漏洞
CVE-2025-403368.8 HIGHLinux kernel 安全漏洞
CVE-2023-538278.8 HIGHLinux kernel 安全漏洞
CVE-2025-403288.8 HIGHLinux kernel 安全漏洞
CVE-2023-538518.4 HIGHLinux kernel 安全漏洞
CVE-2025-403378.2 HIGHLinux kernel 安全漏洞
CVE-2022-506568.1 HIGHLinux kernel 安全漏洞
CVE-2023-538038.1 HIGHLinux kernel 安全漏洞
CVE-2023-537907.8 HIGHLinux kernel 安全漏洞
CVE-2023-538627.8 HIGHLinux kernel 安全漏洞
CVE-2023-537817.8 HIGHLinux kernel 安全漏洞
CVE-2023-538067.8 HIGHLinux kernel 安全漏洞
CVE-2023-538607.8 HIGHLinux kernel 安全漏洞
CVE-2023-537957.8 HIGHLinux kernel 安全漏洞
CVE-2023-538007.8 HIGHLinux kernel 安全漏洞
CVE-2023-538367.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2023-53785

暂无评论


发表评论