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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-38513— Linux kernel 安全漏洞

AI 预测 4.4 利用难度: 中等 EPSS 0.15% · P5

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux459c51ad6e1fc19e91a53798358433d3c08cd09d< c1958270de947604cc6de05fc96dbba256b49cf0affected
459c51ad6e1fc19e91a53798358433d3c08cd09d< 014c34dc132015c4f918ada4982e952947ac1047affected
459c51ad6e1fc19e91a53798358433d3c08cd09d< b24f65c184540dfb967479320ecf7e8c2e9220dcaffected
459c51ad6e1fc19e91a53798358433d3c08cd09d< adf08c96b963c7cd7ec1ee1c0c556228d9bedaaeaffected
459c51ad6e1fc19e91a53798358433d3c08cd09d< 5420de65efbeb6503bcf1d43451c9df67ad60298affected
459c51ad6e1fc19e91a53798358433d3c08cd09d< fcd9c923b58e86501450b9b442ccc7ce4a8d0fdaaffected
459c51ad6e1fc19e91a53798358433d3c08cd09d< 602b4eb2f25668de15de69860ec99caf65b3684daffected
459c51ad6e1fc19e91a53798358433d3c08cd09d< 74b1ec9f5d627d2bdd5e5b6f3f81c23317657023affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-38513 基础信息

漏洞信息

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

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

Vulnerability Title
wifi: zd1211rw: Fix potential NULL pointer dereference in zd_mac_tx_to_dev()
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: wifi: zd1211rw: Fix potential NULL pointer dereference in zd_mac_tx_to_dev() There is a potential NULL pointer dereference in zd_mac_tx_to_dev(). For example, the following is possible: T0 T1 zd_mac_tx_to_dev() /* len == skb_queue_len(q) */ while (len > ZD_MAC_MAX_ACK_WAITERS) { filter_ack() spin_lock_irqsave(&q->lock, flags); /* position == skb_queue_len(q) */ for (i=1; i<position; i++) skb = __skb_dequeue(q) if (mac->type == NL80211_IFTYPE_AP) skb = __skb_dequeue(q); spin_unlock_irqrestore(&q->lock, flags); skb_dequeue() -> NULL Since there is a small gap between checking skb queue length and skb being unconditionally dequeued in zd_mac_tx_to_dev(), skb_dequeue() can return NULL. Then the pointer is passed to zd_mac_tx_status() where it is dereferenced. In order to avoid potential NULL pointer dereference due to situations like above, check if skb is not NULL before passing it to zd_mac_tx_status(). Found by Linux Verification Center (linuxtesting.org) with SVACE.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于zd_mac_tx_to_dev可能解引用空指针,可能导致内核崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 459c51ad6e1fc19e91a53798358433d3c08cd09d ~ c1958270de947604cc6de05fc96dbba256b49cf0 -
LinuxLinux 2.6.25 -

二、漏洞 CVE-2025-38513 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-38513 的情报信息

登录查看更多情报信息。

CVE-2025-38513 补丁与修复 (1)

同批安全公告 · Linux · 2025-08-16 · 共 59 条

CVE-2025-38520Linux kernel 安全漏洞
CVE-2025-38507Linux kernel 安全漏洞
CVE-2025-38504Linux kernel 安全漏洞
CVE-2025-38505Linux kernel 安全漏洞
CVE-2025-38506Linux kernel 安全漏洞
CVE-2025-38503Linux kernel 安全漏洞
CVE-2025-38516Linux kernel 安全漏洞
CVE-2025-38517Linux kernel 安全漏洞
CVE-2025-38518Linux kernel 安全漏洞
CVE-2025-38519Linux kernel 安全漏洞
CVE-2025-38515Linux kernel 安全漏洞
CVE-2025-38521Linux kernel 安全漏洞
CVE-2025-38522Linux kernel 安全漏洞
CVE-2025-38523Linux kernel 安全漏洞
CVE-2025-38524Linux kernel 安全漏洞
CVE-2025-38525Linux kernel 安全漏洞
CVE-2025-38526Linux kernel 安全漏洞
CVE-2025-38527Linux kernel 安全漏洞
CVE-2025-38528Linux kernel 安全漏洞
CVE-2025-38529Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-38513

暂无评论


发表评论