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
    • 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-2023-51714

CVE-2023-51714: Qt HTTP2 Buffer Overflow Vulnerability

CVE-2023-51714 is a buffer overflow vulnerability in Qt's HTTP2 implementation caused by incorrect HPack integer overflow checks. This flaw affects multiple Qt versions and poses security risks. Learn about technical details.

Published: January 28, 2026

CVE-2023-51714 Overview

CVE-2023-51714 is an integer overflow vulnerability discovered in the HTTP2 implementation of the Qt framework. The flaw exists in the HPack (Header Compression for HTTP/2) table implementation, specifically within network/access/http2/hpacktable.cpp, where an incorrect integer overflow check can be exploited. This vulnerability affects Qt versions before 5.15.17, 6.x before 6.2.11, 6.3.x through 6.5.x before 6.5.4, and 6.6.x before 6.6.2.

Critical Impact

This integer overflow vulnerability in Qt's HTTP2 HPack implementation could allow remote attackers to compromise application security with network-based attacks requiring no authentication or user interaction.

Affected Products

  • Qt versions before 5.15.17
  • Qt versions 6.x before 6.2.11
  • Qt versions 6.3.x through 6.5.x before 6.5.4
  • Qt versions 6.6.x before 6.6.2
  • Debian Linux 10.0

Discovery Timeline

  • 2023-12-24 - CVE-2023-51714 published to NVD
  • 2025-03-20 - Last updated in NVD database

Technical Details for CVE-2023-51714

Vulnerability Analysis

This vulnerability is classified as CWE-190 (Integer Overflow or Wraparound). The flaw resides in the HPack table implementation within Qt's HTTP2 networking module. HPack is the header compression algorithm used by HTTP/2 to reduce overhead and improve performance. The integer overflow occurs due to an incorrect bounds check when processing HPack integer values, which could lead to memory corruption or other undefined behavior.

When processing HTTP2 headers, the HPack decoder must parse variable-length integers. The vulnerable code in hpacktable.cpp contains an insufficient overflow check that fails to properly validate integer values before arithmetic operations. An attacker could craft malicious HTTP2 headers that trigger this overflow condition.

Root Cause

The root cause is an incorrect integer overflow check in the HPack table implementation. Integer overflow vulnerabilities occur when arithmetic operations produce results that exceed the maximum value a data type can hold, causing the value to wrap around. In this case, the overflow check logic was flawed, allowing specially crafted input to bypass the intended safeguards and trigger undefined behavior in the application.

Attack Vector

The attack vector is network-based, meaning an attacker can exploit this vulnerability remotely without requiring any privileges or user interaction. An attacker could exploit this vulnerability by:

  1. Setting up a malicious HTTP2 server that responds with crafted headers containing values designed to trigger the integer overflow
  2. Crafting HTTP2 requests to vulnerable Qt-based applications that process the malicious response
  3. Exploiting applications using Qt's HTTP2 client implementation that connect to attacker-controlled servers

The vulnerability manifests during HPack integer decoding within the HTTP2 header decompression process. For technical implementation details, refer to the Qt Project Code Review for the security patches.

Detection Methods for CVE-2023-51714

Indicators of Compromise

  • Unusual HTTP2 traffic patterns with abnormally large or malformed header values
  • Application crashes or unexpected terminations in Qt-based applications when processing HTTP2 connections
  • Memory corruption signatures in application logs or crash dumps related to HPack processing

Detection Strategies

  • Monitor Qt-based applications for unusual HTTP2 header processing behavior or crashes
  • Implement network traffic analysis to detect anomalous HTTP2 HEADERS frames with potentially malicious HPack-encoded integers
  • Deploy application-level monitoring for Qt framework version identification to track unpatched instances
  • Use memory corruption detection tools during development and testing of Qt applications

Monitoring Recommendations

  • Enable detailed logging for HTTP2 connections in Qt-based applications
  • Implement crash reporting mechanisms to capture stack traces indicating HPack-related failures
  • Monitor network boundaries for HTTP2 traffic anomalies targeting internal Qt-based services
  • Regularly audit deployed Qt versions across the organization's software inventory

How to Mitigate CVE-2023-51714

Immediate Actions Required

  • Upgrade Qt to a patched version: 5.15.17 or later, 6.2.11 or later, 6.5.4 or later, or 6.6.2 or later
  • Audit all applications using Qt framework for HTTP2 functionality
  • Apply operating system vendor patches (e.g., Debian security updates)
  • Consider disabling HTTP2 support in Qt applications if immediate patching is not possible

Patch Information

Qt has released security patches to address this vulnerability. The fixes are available through the official Qt Project code review system:

  • Qt Project Code Review - Patch 524864
  • Qt Project Code Review - Patch 524865

For Debian-based systems, refer to the Debian LTS Announcement for distribution-specific updates.

Workarounds

  • Disable HTTP2 protocol support in Qt applications by configuring HTTP/1.1 fallback where feasible
  • Implement network-level filtering to inspect and block malformed HTTP2 traffic
  • Use application firewalls or reverse proxies that can validate HTTP2 headers before forwarding to Qt-based backends
  • Isolate Qt-based applications handling untrusted network input in sandboxed environments
bash
# Example: Check Qt version in installed applications
qmake --version
# Example: Query package version on Debian systems
dpkg -l | grep -i qt5
apt-cache policy qtbase5-dev

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechDebian

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • Debian LTS Announcement
  • Vendor Resources
  • Qt Project Code Review

  • Qt Project Code Review
  • Related CVEs
  • CVE-2022-48174: Debian Linux Buffer Overflow Vulnerability

  • CVE-2025-6297: Debian Dpkg DOS Vulnerability

  • CVE-2025-8454: Debian Devscripts Information Disclosure

  • CVE-2023-26604: systemd Privilege Escalation Vulnerability
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