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

目标: 1000 元 · 已筹: 1110

100%

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

AI 预测 7.8 利用难度: 中等 EPSS 0.02% · P7

影响版本矩阵 10

厂商产品版本范围状态
LinuxLinuxdb1a8dd916aac986871f6b873a3aefad906f383a< c07886761fd6251db6938d4e747002e3d150d231affected
db1a8dd916aac986871f6b873a3aefad906f383a< 40deceb38f9db759772d1c289c28fd2a543f57fcaffected
db1a8dd916aac986871f6b873a3aefad906f383a< 55c232d7e0241f1d5120b595e7a9de24c75ed3d8affected
db1a8dd916aac986871f6b873a3aefad906f383a< 33927f3d0ecdcff06326d6e4edb6166aed42811caffected
5.16affected
< 5.16unaffected
6.12.43≤ 6.12.*unaffected
6.15.11≤ 6.15.*unaffected
… +2 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
habanalabs: fix UAF in export_dmabuf()
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: habanalabs: fix UAF in export_dmabuf() As soon as we'd inserted a file reference into descriptor table, another thread could close it. That's fine for the case when all we are doing is returning that descriptor to userland (it's a race, but it's a userland race and there's nothing the kernel can do about it). However, if we follow fd_install() with any kind of access to objects that would be destroyed on close (be it the struct file itself or anything destroyed by its ->release()), we have a UAF. dma_buf_fd() is a combination of reserving a descriptor and fd_install(). habanalabs export_dmabuf() calls it and then proceeds to access the objects destroyed on close. In particular, it grabs an extra reference to another struct file that will be dropped as part of ->release() for ours; that "will be" is actually "might have already been". Fix that by reserving descriptor before anything else and do fd_install() only when everything had been set up. As a side benefit, we no longer have the failure exit with file already created, but reference to underlying file (as well as ->dmabuf_export_cnt, etc.) not grabbed yet; unlike dma_buf_fd(), fd_install() can't fail.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于habanalabs驱动在导出dmabuf时未正确处理文件描述符,可能导致释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux db1a8dd916aac986871f6b873a3aefad906f383a ~ c07886761fd6251db6938d4e747002e3d150d231 -
LinuxLinux 5.16 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2025-09-04 · 共 52 条

CVE-2025-38693Linux kernel 安全漏洞
CVE-2025-38679Linux kernel 安全漏洞
CVE-2025-38680Linux kernel 安全漏洞
CVE-2025-38685Linux kernel 安全漏洞
CVE-2025-38682Linux kernel 安全漏洞
CVE-2025-38683Linux kernel 安全漏洞
CVE-2025-38684Linux kernel 安全漏洞
CVE-2025-38681Linux kernel 安全漏洞
CVE-2025-38692Linux kernel 安全漏洞
CVE-2025-38694Linux kernel 安全漏洞
CVE-2025-38690Linux kernel 安全漏洞
CVE-2025-38695Linux kernel 安全漏洞
CVE-2025-38696Linux kernel 安全漏洞
CVE-2025-38697Linux kernel 安全漏洞
CVE-2025-38699Linux kernel 安全漏洞
CVE-2025-38698Linux kernel 安全漏洞
CVE-2025-38700Linux kernel 安全漏洞
CVE-2025-38701Linux kernel 安全漏洞
CVE-2025-38702Linux kernel 安全漏洞
CVE-2025-38703Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-38722

暂无评论


发表评论