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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.8 · High EPSS 0.20% · P10

影响版本矩阵 10

厂商产品版本范围状态
LinuxLinux7b884b7f24b42fa25e92ed724ad82f137610afaf< f4b9bc823b0cfdebfed479c0e87d6939c7562e87affected
7b884b7f24b42fa25e92ed724ad82f137610afaf< 1614e75d1a1b63db6421c7a4bf37004720c7376caffected
7b884b7f24b42fa25e92ed724ad82f137610afaf< 5c504e9767b947cf7d4e29b811c0c8b3c53242b7affected
7b884b7f24b42fa25e92ed724ad82f137610afaf< e128f82f7006991c99a58114f70ef61e937b1ac1affected
6.4affected
< 6.4unaffected
6.6.76≤ 6.6.*unaffected
6.12.13≤ 6.12.*unaffected
… +2 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: driver core: class: Fix wild pointer dereferences in API class_dev_iter_next() There are a potential wild pointer dereferences issue regarding APIs class_dev_iter_(init|next|exit)(), as explained by below typical usage: // All members of @iter are wild pointers. struct class_dev_iter iter; // class_dev_iter_init(@iter, @class, ...) checks parameter @class for // potential class_to_subsys() error, and it returns void type and does // not initialize its output parameter @iter, so caller can not detect // the error and continues to invoke class_dev_iter_next(@iter) even if // @iter still contains wild pointers. class_dev_iter_init(&iter, ...); // Dereference these wild pointers in @iter here once suffer the error. while (dev = class_dev_iter_next(&iter)) { ... }; // Also dereference these wild pointers here. class_dev_iter_exit(&iter); Actually, all callers of these APIs have such usage pattern in kernel tree. Fix by: - Initialize output parameter @iter by memset() in class_dev_iter_init() and give callers prompt by pr_crit() for the error. - Check if @iter is valid in class_dev_iter_next().
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/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存在安全漏洞,该漏洞源于未正确处理class_dev_iter_next函数中的野指针,可能导致解引用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 7b884b7f24b42fa25e92ed724ad82f137610afaf ~ f4b9bc823b0cfdebfed479c0e87d6939c7562e87 -
LinuxLinux 6.4 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2025-21810 补丁与修复 (4)

同批安全公告 · Linux · 2025-02-27 · 共 177 条

CVE-2025-218059.8 CRITICALLinux kernel 安全漏洞
CVE-2025-217969.8 CRITICALLinux kernel 资源管理错误漏洞
CVE-2025-217079.8 CRITICALLinux kernel 安全漏洞
CVE-2025-217489.8 CRITICALLinux kernel 安全漏洞
CVE-2024-580069.6 CRITICALLinux kernel 安全漏洞
CVE-2024-579998.8 HIGHLinux kernel 安全漏洞
CVE-2025-217358.8 HIGHLinux kernel 安全漏洞
CVE-2024-579978.8 HIGHLinux kernel 安全漏洞
CVE-2024-579958.8 HIGHLinux kernel 安全漏洞
CVE-2025-217108.2 HIGHLinux kernel 安全漏洞
CVE-2025-217668.1 HIGHLinux kernel 安全漏洞
CVE-2024-579738.1 HIGHLinux kernel 安全漏洞
CVE-2025-217658.1 HIGHLinux kernel 安全漏洞
CVE-2025-217608.1 HIGHLinux kernel 资源管理错误漏洞
CVE-2025-217628.1 HIGHLinux kernel 资源管理错误漏洞
CVE-2024-580107.8 HIGHLinux kernel 安全漏洞
CVE-2024-580087.8 HIGHLinux kernel 安全漏洞
CVE-2025-217647.8 HIGHLinux kernel 资源管理错误漏洞
CVE-2025-217917.8 HIGHLinux kernel 资源管理错误漏洞
CVE-2025-217637.8 HIGHLinux kernel 资源管理错误漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-21810

暂无评论


发表评论