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

CVE-2026-34638: Adobe Premiere Pro RCE Vulnerability

CVE-2026-34638 is a use after free RCE vulnerability in Adobe Premiere Pro that enables arbitrary code execution. Attackers exploit this by tricking users into opening malicious files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 17, 2026

CVE-2026-34638 Overview

CVE-2026-34638 is a Use After Free vulnerability [CWE-416] affecting Adobe Premiere Pro versions 26.0.2, 25.6.4, and earlier. Successful exploitation allows arbitrary code execution in the context of the current user. The vulnerability requires user interaction, as a victim must open a malicious file crafted by an attacker. Adobe addressed the issue in security advisory APSB26-46, published on the vendor's security portal.

Critical Impact

Attackers can achieve arbitrary code execution on Windows and macOS systems running vulnerable Premiere Pro versions when a user opens a malicious project or media file.

Affected Products

  • Adobe Premiere Pro 26.0.2 and earlier
  • Adobe Premiere Pro 25.6.4 and earlier
  • Microsoft Windows and Apple macOS host platforms

Discovery Timeline

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

Technical Details for CVE-2026-34638

Vulnerability Analysis

The flaw is a Use After Free condition in Adobe Premiere Pro's file parsing logic. The application references memory that has already been freed when processing a specially crafted file. An attacker controlling the freed memory region can redirect execution flow to attacker-supplied code. The result is arbitrary code execution under the privileges of the user running Premiere Pro.

The attack vector is local and requires user interaction. A victim must open a malicious file, typically delivered through phishing, file-sharing platforms, or compromised project repositories. No elevated privileges are required for the attacker to weaponize the file.

Root Cause

The root cause is improper memory management classified under [CWE-416] Use After Free. Premiere Pro continues to reference a pointer after the underlying object has been deallocated. When the dangling pointer is dereferenced during subsequent parsing operations, an attacker can place controlled data at the freed location. This results in corrupted object state and hijacked control flow.

Attack Vector

Exploitation requires delivering a malicious media or project file to the victim. The attacker crafts a file that triggers the specific allocation, deallocation, and reuse sequence in Premiere Pro. When the user opens the file, the vulnerable code path executes the attacker's payload. Code runs with the permissions of the logged-on user, enabling data theft, persistence, or lateral movement.

No public proof-of-concept code has been published for this vulnerability. See the Adobe Security Advisory APSB26-46 for vendor-supplied technical context.

Detection Methods for CVE-2026-34638

Indicators of Compromise

  • Unexpected child processes spawned by Adobe Premiere Pro.exe on Windows or the Premiere Pro process on macOS, particularly shells, scripting engines, or rundll32.exe.
  • Premiere Pro crash dumps or Windows Error Reporting events that coincide with opening third-party project files from untrusted sources.
  • Outbound network connections initiated by the Premiere Pro process to unknown hosts shortly after a file open event.

Detection Strategies

  • Hunt for process lineage anomalies where Premiere Pro spawns interpreters such as powershell.exe, cmd.exe, wscript.exe, bash, or osascript.
  • Inspect file write events where Premiere Pro creates executables, scripts, or scheduled task artifacts outside of its normal media output directories.
  • Correlate Premiere Pro crash telemetry with subsequent suspicious process or network activity on the same host.

Monitoring Recommendations

  • Forward endpoint process, file, and module-load telemetry to a centralized analytics platform for retrospective hunting against this CVE.
  • Track Premiere Pro version inventory across managed endpoints to identify hosts still running 26.0.2, 25.6.4, or earlier.
  • Alert on Premiere Pro opening files from email attachments, browser downloads, or removable media paths.

How to Mitigate CVE-2026-34638

Immediate Actions Required

  • Apply the patched Adobe Premiere Pro releases referenced in APSB26-46 to all affected Windows and macOS workstations.
  • Instruct users not to open Premiere Pro project files or media received from untrusted or unverified sources.
  • Audit endpoint inventory to confirm no installations of 26.0.2, 25.6.4, or earlier remain in production.

Patch Information

Adobe published fixed versions in advisory APSB26-46. Administrators should deploy the updated builds through the Adobe Creative Cloud desktop application or enterprise software distribution tooling. Verify successful installation by checking the Premiere Pro Help menu for the patched version number.

Workarounds

  • Restrict Premiere Pro usage to project files originating from trusted internal storage or version-controlled asset libraries.
  • Run Premiere Pro under a standard user account rather than a privileged account to limit the blast radius of code execution.
  • Use application allowlisting to block child processes from being spawned by Premiere Pro until patching is complete.
bash
# Verify installed Premiere Pro version on macOS
defaults read "/Applications/Adobe Premiere Pro 2026/Adobe Premiere Pro 2026.app/Contents/Info.plist" CFBundleShortVersionString

# Verify installed Premiere Pro version on Windows (PowerShell)
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*" |
  Where-Object { $_.DisplayName -like "Adobe Premiere Pro*" } |
  Select-Object DisplayName, DisplayVersion

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAdobe Premiere Pro

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Vendor Resources
  • Adobe Security Advisory APSB26-46
  • Related CVEs
  • CVE-2026-34636: Adobe Premiere Pro RCE Vulnerability

  • CVE-2026-34637: Adobe Premiere Pro RCE Vulnerability

  • CVE-2026-27269: Adobe Premiere Pro RCE Vulnerability

  • CVE-2024-34123: Adobe Premiere Pro RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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