The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-20738

CVE-2026-20738: Intel QuickAssist Privilege Escalation

CVE-2026-20738 is a privilege escalation vulnerability in Intel QuickAssist Adapter 8960 software that allows unprivileged users to gain elevated access. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-20738 Overview

CVE-2026-20738 is an untrusted pointer dereference vulnerability [CWE-822] affecting Intel(R) QuickAssist Adapter 8960 software prior to version 1.13. The flaw resides within Ring 3 user-mode application logic and enables local privilege escalation. An authenticated low-privileged attacker can leverage the issue through a low-complexity local attack without user interaction. Successful exploitation results in high impact to confidentiality, integrity, and availability of the affected system. Intel published advisory intel-sa-01387 to address the issue.

Critical Impact

Local authenticated attackers can escalate privileges and fully compromise systems running vulnerable QuickAssist Adapter 8960 software versions earlier than 1.13.

Affected Products

  • Intel(R) QuickAssist Adapter 8960 software versions before 1.13
  • Ring 3 user-application components of the QuickAssist software stack
  • Systems deploying QuickAssist Adapter 8960 for cryptographic and compression acceleration

Discovery Timeline

  • 2026-05-12 - CVE-2026-20738 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-20738

Vulnerability Analysis

The vulnerability is classified under [CWE-822] Untrusted Pointer Dereference. The QuickAssist Adapter 8960 software dereferences a pointer value that originates from, or can be influenced by, an unprivileged user-space caller. When this pointer is used without proper validation, it allows the attacker to direct reads or writes to memory locations chosen by the adversary.

Because the dereference occurs within a privileged execution path of the QuickAssist software stack, manipulation of the pointer enables the attacker to corrupt control data or function pointers used by higher-privileged code. This results in escalation of privilege from an authenticated local user to elevated execution context. The Intel advisory confirms high impact to confidentiality, integrity, and availability of the host system.

Root Cause

The root cause is insufficient validation of pointer values supplied by, or derived from, user-mode input before the QuickAssist software dereferences them. The software trusts caller-supplied pointer data rather than enforcing strict bounds and origin checks, which allows untrusted memory addresses to flow into privileged dereference operations.

Attack Vector

The attack vector is local. An attacker must hold an authenticated account on the target system and the ability to execute unprivileged code that interacts with the QuickAssist software interfaces. No user interaction is required, attack complexity is low, and no special internal knowledge of the target is needed. Once the malicious pointer is processed by the vulnerable Ring 3 component, the attacker gains escalated privileges on the affected host.

No verified proof-of-concept code is publicly available for CVE-2026-20738. Refer to the Intel Security Advisory for vendor technical details.

Detection Methods for CVE-2026-20738

Indicators of Compromise

  • Unexpected process crashes or segmentation faults in QuickAssist user-mode libraries and helper services
  • Local user processes spawning child processes with elevated privileges shortly after interacting with QuickAssist interfaces
  • Unauthorized modifications to QuickAssist configuration files, drivers, or accelerator device handles

Detection Strategies

  • Inventory all hosts running Intel QuickAssist Adapter 8960 software and identify any version earlier than 1.13
  • Monitor process lineage for unprivileged users invoking QuickAssist client libraries followed by privilege transitions
  • Correlate kernel and userland telemetry for anomalous memory access patterns originating from QuickAssist worker processes

Monitoring Recommendations

  • Enable behavioral endpoint telemetry on Linux and Windows hosts that load QuickAssist drivers and libraries
  • Alert on local privilege escalation patterns including unexpected setuid, token manipulation, or new privileged sessions
  • Audit access to QuickAssist device nodes and IOCTL interfaces from non-administrative accounts

How to Mitigate CVE-2026-20738

Immediate Actions Required

  • Upgrade Intel QuickAssist Adapter 8960 software to version 1.13 or later on all affected hosts
  • Restrict local interactive and remote shell access to systems that expose QuickAssist user-mode interfaces
  • Review and tighten permissions on QuickAssist device files, libraries, and configuration directories

Patch Information

Intel addressed the vulnerability in QuickAssist Adapter 8960 software version 1.13. Patch and download details are published in the Intel Security Advisory intel-sa-01387. Administrators should validate firmware and software versions after deployment to confirm remediation.

Workarounds

  • Limit QuickAssist software access to trusted administrative accounts until patching is complete
  • Disable or unload QuickAssist user-mode services on systems where acceleration is not required
  • Apply host-based application control to prevent unauthorized binaries from invoking QuickAssist client libraries
bash
# Verify installed QuickAssist software version on Linux hosts
rpm -qa | grep -i qat
dpkg -l | grep -i qat
# Upgrade per vendor instructions, then confirm version is 1.13 or later

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIntel

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-822
  • Technical References
  • Intel Security Advisory
  • Related CVEs
  • CVE-2025-35969: Intel Server Firmware Update Privilege Escalation

  • CVE-2025-35990: Intel EMA Privilege Escalation Flaw

  • CVE-2026-20718: Intel NPU Driver Privilege Escalation Flaw

  • CVE-2026-20709: Intel Processor Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English