Cyber Resilience

CVE-2025-27710

Intel Quickassist Technology ≤ 2.6.0-0018

Published
11 November 2025
Modified
26 November 2025
Patch / advisory
CVSS Score v4 6.8
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0013 3th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-27710 is a medium-severity Untrusted Pointer Dereference (CWE-822) vulnerability in Intel Quickassist Technology. Its CVSS base score is 6.8 (Medium).

Operationally, ranked at the 3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-39 (Process Isolation) and SI-16 (Memory Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Untrusted pointer dereference for some Intel(R) QAT Windows software before version 2.6.0. within Ring 3: User Applications may allow an information disclosure. System software adversary with an authenticated user combined with a low complexity attack may enable data exposure. This…

more

result may potentially occur via local access when attack requirements are not present without special internal knowledge and requires no user interaction. The potential vulnerability may impact the confidentiality (high), integrity (none) and availability (none) of the vulnerable system, resulting in subsequent system confidentiality (none), integrity (none) and availability (none) impacts.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-32446Same product: Intel Quickassist Technology
CVE-2025-20090Same product: Intel Quickassist Technology
CVE-2024-29223Same product: Intel Quickassist Technology
CVE-2023-32641Same product: Intel Quickassist Technology
CVE-2025-33000Same product: Intel Quickassist Technology
CVE-2025-24519Same product: Intel Quickassist Technology
CVE-2024-31858Same product: Intel Quickassist Technology
CVE-2025-30509Same product: Intel Quickassist Technology
CVE-2026-20767Same product: Intel Quickassist Technology
CVE-2026-20714Same product: Intel Quickassist Technology

Affected Assets

intel
quickassist technology
≤ 2.6.0-0018

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires memory protection mechanisms that block untrusted pointer dereference exploits leading to information disclosure.

prevent

Enforces process isolation so a Ring-3 user application cannot dereference pointers into another process's address space.

prevent

Mandates timely patching of the vulnerable Intel QAT driver (pre-2.6.0) to eliminate the CWE-822 flaw.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent introduction of untrusted pointer handling during development.

DE.CM-09 partial match
prevents

Runtime monitoring of software and data can detect adverse events resulting from exploitation of the weakness.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover instances of this weakness via code review or scanning.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect pointer-dereference flaws before release.

prevents

Secure development lifecycle includes pointer-safety practices that reduce untrusted pointer dereference risk.

prevents

Application security requirements can mandate validation of pointers obtained from untrusted sources.

prevents

Secure architecture principles discourage direct use of untrusted values as pointers.

prevents

Secure coding standards explicitly forbid dereferencing pointers derived from untrusted input.

References