A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-14575

CVE-2025-14575: Qt Framework Privilege Escalation Flaw

CVE-2025-14575 is a privilege escalation vulnerability in Qt Framework that allows attackers to load rogue CA certificates as trusted authorities. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2025-14575 Overview

CVE-2025-14575 is an Uncontrolled Search Path Element vulnerability [CWE-427] in the OpenSSL TLS backend of Qt Network (qtbase) on Unix-based Qt Framework deployments. A local attacker can place a crafted certificate file in an application's working directory. The Qt Network OpenSSL backend then loads that file as a trusted Certificate Authority (CA), elevating a rogue certificate to system-trusted status for the affected process.

The flaw enables certificate trust manipulation scoped to applications that rely on Qt Network for TLS validation. Exploitation requires local access and high privileges, which limits real-world risk.

Critical Impact

A local attacker who can write to an application's working directory can introduce a rogue CA, breaking TLS trust assumptions for Qt-based applications and enabling man-in-the-middle interception of outbound TLS connections.

Affected Products

  • Qt Framework (Unix) — Qt Network module (qtbase)
  • Qt Network OpenSSL TLS backend
  • Applications built against affected Qt Network releases on Unix platforms

Discovery Timeline

  • 2026-05-19 - CVE-2025-14575 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2025-14575

Vulnerability Analysis

The Qt Network module provides TLS functionality through pluggable backends, including an OpenSSL backend used on most Unix platforms. During initialization, the backend assembles a list of locations to search for CA certificates. The vulnerability stems from the inclusion of an untrusted path — the process's current working directory — in that search routine.

When a Qt-based application starts, the OpenSSL backend reads candidate certificate files from the working directory and incorporates them into the trusted CA set. An attacker who can drop a file such as a crafted PEM into that directory causes the rogue certificate to be elevated to a trusted system authority for the duration of the process.

With that rogue CA in place, the attacker can forge TLS server certificates and intercept or modify TLS traffic terminated by the affected application. The trust manipulation persists for the lifetime of the process. See the Qt Project Code Review for the upstream patch and code-level details.

Root Cause

The root cause is classified as CWE-427: Uncontrolled Search Path Element. The OpenSSL backend treats the working directory as an authoritative source for CA material rather than restricting trust to vetted system locations such as /etc/ssl/certs.

Attack Vector

Attack vector is local. The attacker must already have a foothold on the host with privileges sufficient to write into the working directory of the targeted Qt application. There is no network-reachable exploitation path, no public proof-of-concept, and no evidence of in-the-wild abuse.

The vulnerability is described in prose only — no verified exploitation code is published. Refer to the upstream Qt code review for the affected logic and remediation.

Detection Methods for CVE-2025-14575

Indicators of Compromise

  • Unexpected certificate files (for example .pem, .crt, cert.pem, ca-bundle.crt) present in the working directory of Qt-based application processes.
  • TLS sessions from Qt applications validating against issuers not present in the host's system CA store.
  • Filesystem writes to application working directories by user accounts that should not modify those locations.

Detection Strategies

  • Inventory Qt-based applications on Unix endpoints and audit their runtime working directories for stray certificate files.
  • Monitor process telemetry for open() or read() calls on certificate-shaped filenames originating from non-standard paths.
  • Correlate TLS validation events with the issuing CA to flag connections trusted by an application but not by the OS trust store.

Monitoring Recommendations

  • Enable file integrity monitoring on directories that serve as working directories for Qt-based services and daemons.
  • Alert on certificate file creation events outside of /etc/ssl/, /etc/pki/, and other approved CA locations.
  • Log and review the effective current working directory of long-running Qt applications, especially those launched from user-writable paths.

How to Mitigate CVE-2025-14575

Immediate Actions Required

  • Update Qt qtbase to a version that includes the fix referenced in the Qt Project Code Review.
  • Audit Qt-based applications and remove any unexpected certificate files from their working directories.
  • Launch Qt applications from non-user-writable working directories where possible.

Patch Information

The upstream fix is tracked in the Qt Project Gerrit instance at Qt Project Code Review 642967. The change adjusts the OpenSSL TLS backend's CA search behavior so the working directory is no longer treated as a trusted source. Distribution and downstream maintainers should rebuild affected packages against patched qtbase sources.

Workarounds

  • Run Qt-based applications from a fixed, restricted directory such as /usr/share/<app> rather than user-controlled paths.
  • Restrict filesystem permissions so that only privileged accounts can write to working directories of Qt services.
  • Where supported, configure Qt applications to use an explicit CA bundle via QSslConfiguration::setCaCertificates() and disable automatic system CA discovery.
bash
# Configuration example: launch a Qt application from a non-writable working directory
cd /usr/share/myqtapp
chmod 755 /usr/share/myqtapp
chown root:root /usr/share/myqtapp
exec /usr/bin/myqtapp

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechQt

  • SeverityLOW

  • CVSS Score1.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:N/VC:L/VI:L/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
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-427
  • Technical References
  • Qt Project Code Review
  • Related CVEs
  • CVE-2024-39936: Qt HTTP2 Privilege Escalation Vulnerability

  • CVE-2020-0570: Qt Library Privilege Escalation Vulnerability

  • CVE-2026-6210: Qt SVG Type Confusion DoS Vulnerability

  • CVE-2025-12385: Qt Text Component DoS 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