HOMEVULNERABILITIESCVE-2025-71285
MEDIUM

CVE-2025-71285

Published: May 6, 2026· Updated: May 12, 2026

5.5
CVSS v3.1
EPSS:0.02%probability of exploitation in 30 daysPercentile:4.1th

Official Description

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

net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels

MHI stack offers the 'auto_queue' feature, which allows the MHI stack to

auto queue the buffers for the RX path (DL channel). Though this feature

simplifies the client driver design, it introduces race between the client

drivers and the MHI stack. For instance, with auto_queue, the 'dl_callback'

for the DL channel may get called before the client driver is fully probed.

This means, by the time the dl_callback gets called, the client driver's

structures might not be initialized, leading to NULL ptr dereference.

Currently, the drivers have to workaround this issue by initializing the

internal structures before calling mhi_prepare_for_transfer_autoqueue().

But even so, there is a chance that the client driver's internal code path

may call the MHI queue APIs before mhi_prepare_for_transfer_autoqueue() is

called, leading to similar NULL ptr dereference. This issue has been

reported on the Qcom X1E80100 CRD machines affecting boot.

So to properly fix all these races, drop the MHI 'auto_queue' feature

altogether and let the client driver (QRTR) manage the RX buffers manually.

In the QRTR driver, queue the RX buffers based on the ring length during

probe and recycle the buffers in 'dl_callback' once they are consumed. This

also warrants removing the setting of 'auto_queue' flag from controller

drivers.

Currently, this 'auto_queue' feature is only enabled for IPCR DL channel.

So only the QRTR client driver requires the modification.

NVD Source

Technical Analysis

CVE-2025-71285 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in availability disruption (denial of service), with a CVSS base score of 5.5.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityLow
Privileges Req.Low
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityNone
IntegrityNone
AvailabilityHigh
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Affected Vendors & Products

Linux1 product
linux kernel
Source: NVD CPE · 1 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

All References (3)

Quick Facts

CVE IDCVE-2025-71285
CVSS Score5.5 / 10
SeverityMEDIUM
CISA KEVNo
EPSS (30d)0.02%
Affected1 vendor
PublishedMay 6, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2025-71285 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.