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-2025-12385

CVE-2025-12385: Qt Quick Text Component DoS Vulnerability

CVE-2025-12385 is a denial of service flaw in Qt Quick's Text component affecting multiple platforms. Missing validation of img tag dimensions can make applications unresponsive. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 11, 2026

CVE-2025-12385 Overview

CVE-2025-12385 is a resource exhaustion vulnerability in the Qt framework from The Qt Company. The flaw affects the Text component in Qt Quick, where missing validation of width and height attributes in HTML <img> tags allows excessive memory allocation. An attacker can supply crafted markup containing oversized image dimensions, causing the application to become unresponsive. The issue is classified under [CWE-770] (Allocation of Resources Without Limits or Throttling). Affected versions span Qt 5.0.0 through 6.5.10, 6.6.0 through 6.8.5, and 6.9.0 through 6.10.0 across Windows, macOS, Linux, iOS, and Android on both x86 and ARM architectures.

Critical Impact

Remote attackers can trigger denial of service in any Qt Quick application that renders untrusted rich text, exhausting memory and freezing the host process.

Affected Products

  • Qt 5.0.0 through 6.5.10
  • Qt 6.6.0 through 6.8.5
  • Qt 6.9.0 through 6.10.0

Discovery Timeline

  • 2025-12-03 - CVE-2025-12385 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-12385

Vulnerability Analysis

The vulnerability resides in the rich-text rendering path of the Qt Quick Text component. When the component encounters an HTML <img> tag, the parser reads the width and height attributes and uses them to allocate rendering buffers. The implementation does not enforce reasonable upper bounds on these dimensions or validate them against available memory.

When an application renders attacker-controlled rich text, a tag such as <img width="999999" height="999999"> forces the Qt rendering pipeline to allocate buffers proportional to the declared pixel area. This drives CPU and memory consumption to the point of unresponsiveness, blocking the UI thread and degrading availability of the host process.

The attack requires no authentication or user interaction beyond rendering the content. Any Qt Quick application that displays untrusted HTML — chat clients, embedded browsers, kiosk interfaces, or mobile apps — is exposed.

Root Cause

The root cause is improper validation of specified quantity in input. The Text component trusts the numeric values supplied in <img> attributes and propagates them directly into allocation routines without bounds checking, throttling, or fallback handling.

Attack Vector

The attack vector is network-based. An adversary delivers crafted HTML through any channel the target application renders: message bodies, document previews, web feed content, or embedded UI strings sourced from remote servers. Rendering the markup is sufficient to trigger the excessive allocation. Refer to the Qt Project Code Review 687239 and Qt Project Code Review 687766 for upstream fix details.

Detection Methods for CVE-2025-12385

Indicators of Compromise

  • Qt-based application processes exhibiting sustained high memory growth followed by unresponsiveness or out-of-memory termination.
  • Inbound content containing <img> tags with abnormally large width or height numeric attributes.
  • Application crash logs referencing image buffer allocation failures in qtdeclarative modules.

Detection Strategies

  • Inspect network and message payloads for HTML <img> tags where width or height attributes exceed plausible display dimensions.
  • Monitor Qt application memory footprints for rapid expansion correlated with rich-text rendering events.
  • Hunt for repeated application hangs or restarts tied to user-supplied content rendered through Text or TextEdit components.

Monitoring Recommendations

  • Enable per-process memory ceilings and watchdog timers on workstations running Qt Quick applications.
  • Log inbound content sources that feed Qt rich-text views and correlate with process resource telemetry.
  • Alert on Qt application processes that exceed historical memory baselines by significant margins.

How to Mitigate CVE-2025-12385

Immediate Actions Required

  • Inventory all internally developed and third-party applications built on Qt 5.x and Qt 6.x to identify exposure.
  • Upgrade Qt to a patched release: 6.5.11 or later for the 6.5 LTS branch, 6.8.6 or later for the 6.8 branch, and a release later than 6.10.0 for the 6.10 branch.
  • For applications that cannot be patched immediately, disable rendering of untrusted HTML in Qt Quick Text elements by setting textFormat to Text.PlainText.

Patch Information

The Qt Company resolved the issue through upstream commits to the qtdeclarative module, available in the Qt Project Code Review 687239 and Qt Project Code Review 687766. The fixes add validation of <img> tag dimensions before allocation. Application maintainers must rebuild and redistribute binaries against the patched Qt libraries.

Workarounds

  • Set textFormat: Text.PlainText on Qt Quick Text elements that may receive untrusted input.
  • Sanitize inbound HTML to strip or clamp width and height attributes on <img> tags before rendering.
  • Apply per-process memory limits using operating system controls such as ulimit, cgroups, or Job Objects to contain runaway allocations.
bash
# Configuration example: enforce a 2 GB virtual memory cap on a Qt application via cgroups v2
sudo mkdir /sys/fs/cgroup/qtapp
echo "2G" | sudo tee /sys/fs/cgroup/qtapp/memory.max
echo $$ | sudo tee /sys/fs/cgroup/qtapp/cgroup.procs
./my-qt-application

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechQt

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • Qt Project Code Review

  • Qt Project Code Review
  • Related CVEs
  • CVE-2026-6210: Qt SVG Type Confusion DoS Vulnerability

  • CVE-2025-6338: Qt Network Schannel DoS Vulnerability

  • CVE-2025-5455: Qt Framework DoS Vulnerability

  • CVE-2023-43114: Qt Framework DOS Vulnerability on Windows
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