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-71140

Published Jan 14, 2026

Overview

CVE-2025-71140 is a known-severity vulnerability. It was published on January 14, 2026.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

media: mediatek: vcodec: Use spinlock for context list protection lock

Previously a mutex was added to protect the encoder and decoder context

lists from unexpected changes originating from the SCP IP block, causing

the context pointer to go invalid, resulting in a NULL pointer

dereference in the IPI handler.

Turns out on the MT8173, the VPU IPI handler is called from hard IRQ

context. This causes a big warning from the scheduler. This was first

reported downstream on the ChromeOS kernels, but is also reproducible

on mainline using Fluster with the FFmpeg v4l2m2m decoders. Even though

the actual capture format is not supported, the affected code paths

are triggered.

Since this lock just protects the context list and operations on it are

very fast, it should be OK to switch to a spinlock.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2025-71140?

CVE-2025-71140 is a known-severity vulnerability. It was published on January 14, 2026.

How severe is CVE-2025-71140?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-71140?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-71140 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.