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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 4.4 利用难度: 困难 EPSS 0.12% · P2

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinux544460c33821b44c2f0c643121303c3dc3f66ef1< 25d69e07770745992387c016613fd7ac8eaf9893affected
544460c33821b44c2f0c643121303c3dc3f66ef1< 0336188cc85d0eab8463bd1bbd4ded4e9602de8baffected
544460c33821b44c2f0c643121303c3dc3f66ef1< 24d55ac8e31d2f8197bfad71ffcb3bae21ed7117affected
544460c33821b44c2f0c643121303c3dc3f66ef1< 63f23aa2fbb823c8b15a29269fde220d227ce5b3affected
544460c33821b44c2f0c643121303c3dc3f66ef1< 4fe2bd195435e71c117983d87f278112c5ab364caffected
5.16affected
< 5.16unaffected
6.1.160≤ 6.1.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer Initialize the eb.vma array with values of 0 when the eb structure is first set up. In particular, this sets the eb->vma[i].vma pointers to NULL, simplifying cleanup and getting rid of the bug described below. During the execution of eb_lookup_vmas(), the eb->vma array is successively filled up with struct eb_vma objects. This process includes calling eb_add_vma(), which might fail; however, even in the event of failure, eb->vma[i].vma is set for the currently processed buffer. If eb_add_vma() fails, eb_lookup_vmas() returns with an error, which prompts a call to eb_release_vmas() to clean up the mess. Since eb_lookup_vmas() might fail during processing any (possibly not first) buffer, eb_release_vmas() checks whether a buffer's vma is NULL to know at what point did the lookup function fail. In eb_lookup_vmas(), eb->vma[i].vma is set to NULL if either the helper function eb_lookup_vma() or eb_validate_vma() fails. eb->vma[i+1].vma is set to NULL in case i915_gem_object_userptr_submit_init() fails; the current one needs to be cleaned up by eb_release_vmas() at this point, so the next one is set. If eb_add_vma() fails, neither the current nor the next vma is set to NULL, which is a source of a NULL deref bug described in the issue linked in the Closes tag. When entering eb_lookup_vmas(), the vma pointers are set to the slab poison value, instead of NULL. This doesn't matter for the actual lookup, since it gets overwritten anyway, however the eb_release_vmas() function only recognizes NULL as the stopping value, hence the pointers are being set to NULL as they go in case of intermediate failure. This patch changes the approach to filling them all with NULL at the start instead, rather than handling that manually during failure. (cherry picked from commit 08889b706d4f0b8d2352b7ca29c2d8df4d0787cd)
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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存在安全漏洞,该漏洞源于未初始化数组,可能导致清理逻辑错误。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 544460c33821b44c2f0c643121303c3dc3f66ef1 ~ 25d69e07770745992387c016613fd7ac8eaf9893 -
LinuxLinux 5.16 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2026-01-14 · 共 43 条

CVE-2025-71112Linux kernel 安全漏洞
CVE-2025-71122Linux kernel 安全漏洞
CVE-2025-71108Linux kernel 安全漏洞
CVE-2025-71110Linux kernel 安全漏洞
CVE-2025-71109Linux kernel 安全漏洞
CVE-2025-71105Linux kernel 安全漏洞
CVE-2025-71104Linux kernel 安全漏洞
CVE-2025-71103Linux kernel 安全漏洞
CVE-2025-71102Linux kernel 安全漏洞
CVE-2025-71106Linux kernel 安全漏洞
CVE-2025-71111Linux kernel 安全漏洞
CVE-2025-71113Linux kernel 安全漏洞
CVE-2025-71114Linux kernel 安全漏洞
CVE-2025-71115Linux kernel 安全漏洞
CVE-2025-71116Linux kernel 安全漏洞
CVE-2025-71117Linux kernel 安全漏洞
CVE-2025-71118Linux kernel 安全漏洞
CVE-2025-71120Linux kernel 安全漏洞
CVE-2025-71119Linux kernel 安全漏洞
CVE-2025-71121Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-71130

匿名用户
2026-01-15 06:08:11

Zaproxy alias impedit expedita quisquam pariatur exercitationem. Nemo rerum eveniet dolores rem quia dignissimos.


发表评论