Cyber Resilience

CVE-2026-20771

Memory Safety in Intel Quickassist Technology ≤ 1.13.0-0021

Published
12 May 2026
Modified
17 June 2026
Patch / advisory
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:H/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.0010 1th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-20771 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Intel Quickassist Technology. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 1th 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 SI-2 (Flaw Remediation) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Null pointer dereference for some Intel(R) QAT software drivers for Windows before version 1.13 within Ring 3: User Applications may allow a denial of service. Unprivileged software adversary with an authenticated user combined with a low complexity attack may enable…

more

denial of service. This 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 (low), integrity (none) and availability (high) of the vulnerable system, resulting in subsequent system confidentiality (none), integrity (none) and availability (none) impacts.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Null pointer dereference in user-mode driver directly enables local DoS via application/system exploitation (T1499.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-20782Same product: Intel Quickassist Technology
CVE-2025-26694Same product: Intel Quickassist Technology
CVE-2025-24519Same product: Intel Quickassist Technology
CVE-2024-31858Same product: Intel Quickassist Technology
CVE-2025-20090Same product: Intel Quickassist Technology
CVE-2024-31153Same product: Intel Quickassist Technology
CVE-2025-33000Same product: Intel Quickassist Technology
CVE-2025-30509Same product: Intel Quickassist Technology
CVE-2025-27713Same product: Intel Quickassist Technology
CVE-2025-32446Same product: Intel Quickassist Technology

Affected Assets

intel
quickassist technology
≤ 1.13.0-0021

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 applying the vendor fix (QAT driver >=1.13) that eliminates the null-pointer dereference in the Ring-3 driver code.

prevent

Memory-protection mechanisms can contain or gracefully fail a null-dereference in user-mode driver code before it produces a full denial of service.

prevent

Least-privilege assignment limits which authenticated local users can load or exercise the vulnerable QAT driver, reducing the attack surface for the CWE-476 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 (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs during development.

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 NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References