Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-71130

7.8 · HIGH
Published Jan 14, 2026 linux CWE-476

Overview

CVE-2025-71130 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 14, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.16.1, < 6.1.160 Affected

Frequently Asked Questions

What is CVE-2025-71130?

CVE-2025-71130 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 14, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-71130?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-71130?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-71130?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-71130 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.