Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-14596

CVE-2025-14596: Altera Quartus Prime Pro Path Hijacking

CVE-2025-14596 is a search order hijacking vulnerability in Altera Quartus Prime Pro Installer affecting Windows systems. Attackers can exploit uncontrolled search paths to execute malicious code during installation.

Updated: January 22, 2026

CVE-2025-14596 Overview

CVE-2025-14596 is an Uncontrolled Search Path Element vulnerability (CWE-427) affecting the Altera Quartus Prime Pro Installer (SFX) on Windows systems. This vulnerability enables Search Order Hijacking attacks, where an attacker can potentially execute malicious code by placing a crafted DLL in a location that gets searched before the legitimate system directories during the installer's execution.

Critical Impact

Local attackers with low privileges can potentially achieve high impact to confidentiality, integrity, and availability through DLL hijacking during the Quartus Prime Pro installation process.

Affected Products

  • Altera Quartus Prime Pro versions 24.1 through 24.3.1
  • Windows-based installations using the SFX installer package

Discovery Timeline

  • 2026-01-07 - CVE-2025-14596 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-14596

Vulnerability Analysis

This vulnerability exists due to improper handling of the DLL search path in the Altera Quartus Prime Pro self-extracting installer (SFX) on Windows. When the installer executes, it searches for required DLLs in a predictable sequence of directories. If an attacker can place a malicious DLL in a directory that is searched before the legitimate system directories (such as the current working directory or the user's PATH), the installer will load and execute the attacker's code with the privileges of the user running the installation.

The attack requires local access and user interaction (the victim must run the installer), but successful exploitation can lead to complete compromise of the system's confidentiality, integrity, and availability. This is particularly concerning in enterprise environments where FPGA development tools like Quartus Prime Pro are deployed across multiple engineering workstations.

Root Cause

The root cause is the installer's failure to properly control or restrict the search path used when loading dynamic-link libraries (DLLs). Windows applications that do not explicitly specify full paths for DLLs or that do not use secure DLL loading practices are vulnerable to search order hijacking. The Quartus Prime Pro SFX installer does not implement adequate safeguards to prevent loading DLLs from untrusted locations.

Attack Vector

The attack vector is local, requiring the attacker to either have existing access to the target system or the ability to influence files in directories within the DLL search path. A typical attack scenario involves:

  1. An attacker places a malicious DLL with a name matching a legitimate DLL expected by the installer in a location such as the user's Downloads folder or a network share
  2. The victim downloads and runs the Quartus Prime Pro installer from the same directory
  3. The installer loads the malicious DLL instead of the legitimate system DLL
  4. The attacker's code executes with the victim's privileges, potentially escalating to administrator privileges if the installer is run with elevated permissions

The vulnerability requires specific conditions to be met: the attacker must have write access to a directory in the search path, and the victim must execute the installer from or with access to that directory. This combination of requirements is reflected in the attack complexity and privilege requirements.

Detection Methods for CVE-2025-14596

Indicators of Compromise

  • Unexpected DLL files in user-writable directories where the Quartus Prime Pro installer is located
  • DLL files with names matching common Windows system libraries appearing in non-standard locations (e.g., Downloads folder, temp directories)
  • Process creation events showing the Quartus installer loading DLLs from unexpected paths
  • Unusual child processes spawned by the Quartus Prime Pro installer executable

Detection Strategies

  • Monitor file system activity for DLL creation in directories commonly used for downloads or temporary files
  • Implement application whitelisting to prevent execution of unauthorized DLLs
  • Use endpoint detection and response (EDR) solutions to detect DLL side-loading attempts
  • Configure Windows Event Logging to capture DLL load events (Event ID 7 in Sysmon)

Monitoring Recommendations

  • Enable Sysmon or similar tools to log ImageLoad events for installer processes
  • Monitor for DLL loads from user-writable directories during software installation activities
  • Implement file integrity monitoring on directories used for software installation
  • Review security logs for any anomalous process behavior during Quartus Prime Pro deployments

How to Mitigate CVE-2025-14596

Immediate Actions Required

  • Download the Quartus Prime Pro installer to a clean, dedicated directory with restricted write permissions
  • Verify the installer's digital signature before execution
  • Run the installer from a directory that does not contain any untrusted files
  • Consider running the installer in an isolated environment or virtual machine for initial testing

Patch Information

Altera has released a security advisory addressing this vulnerability. Organizations should upgrade to a patched version of Quartus Prime Pro when available. Refer to the Altera Security Advisory ASA-0004 for specific patch information and updated installer versions.

Workarounds

  • Create a dedicated installation directory with restricted write permissions (only administrators can write)
  • Clear the user's PATH environment variable of any user-writable directories before running the installer
  • Use application control policies to block DLL execution from untrusted locations
  • Deploy the installer via enterprise software deployment tools that enforce secure installation paths
bash
# Create a secure installation directory and run the installer from there
mkdir C:\SecureInstall
icacls C:\SecureInstall /inheritance:r /grant:r Administrators:F /grant:r SYSTEM:F
# Move the installer to the secure directory
move "%USERPROFILE%\Downloads\QuartusPrimeProSetup.exe" C:\SecureInstall\
# Run the installer from the secure location
cd C:\SecureInstall
QuartusPrimeProSetup.exe

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechQuartus Prime Pro

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:A/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
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • Altera Security Advisory ASA-0004
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF Vulnerability
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