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

CVE-2023-3255: QEMU VNC Server DOS Vulnerability

CVE-2023-3255 is a denial of service flaw in QEMU's built-in VNC server that allows authenticated attackers to trigger infinite loops via malicious clipboard data. This article covers technical details, impact, and mitigation.

Published: January 28, 2026

CVE-2023-3255 Overview

A denial of service vulnerability was discovered in the QEMU built-in VNC server affecting the processing of ClientCutText messages. The flaw exists in the inflate_buffer function where a wrong exit condition may lead to an infinite loop when inflating an attacker-controlled zlib buffer. This vulnerability allows a remote authenticated client with clipboard access to the VNC server to trigger a denial of service condition, potentially disrupting virtualization workloads.

Critical Impact

Authenticated attackers can cause persistent denial of service conditions in QEMU virtual machine environments by sending specially crafted clipboard data through VNC connections, potentially affecting production virtualization infrastructure.

Affected Products

  • QEMU (all versions with built-in VNC server)
  • Red Hat Enterprise Linux 8.0
  • Red Hat Enterprise Linux 9.0
  • Fedora 38

Discovery Timeline

  • September 13, 2023 - CVE-2023-3255 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-3255

Vulnerability Analysis

This vulnerability is classified as CWE-835 (Loop with Unreachable Exit Condition), commonly known as an infinite loop vulnerability. The flaw resides in the QEMU VNC server's handling of ClientCutText messages, which are used for clipboard sharing between VNC clients and the virtual machine.

When a VNC client sends clipboard data to the server, the data may be compressed using zlib. The inflate_buffer function is responsible for decompressing this data. However, due to an incorrect exit condition in the decompression loop, an attacker can craft a malicious zlib buffer that causes the function to enter an infinite loop, consuming CPU resources indefinitely.

The attack requires network access and valid VNC authentication credentials, but once authenticated, the attacker can exploit this vulnerability by simply sending clipboard data to the VNC server. This makes it particularly dangerous in multi-tenant virtualization environments where users have legitimate VNC access to their virtual machines.

Root Cause

The root cause of this vulnerability lies in improper loop termination logic within the inflate_buffer function. The exit condition for the decompression loop does not properly account for all possible states of the zlib decompression process, allowing a specially crafted compressed buffer to prevent the loop from terminating. This is a classic example of insufficient input validation combined with algorithmic complexity issues in data processing routines.

Attack Vector

The attack vector is network-based and requires low-privilege authentication. An attacker must first establish an authenticated VNC connection to the QEMU virtual machine. Once connected, the attacker can trigger the vulnerability by:

  1. Establishing a VNC session with valid credentials
  2. Using the clipboard sharing feature to send a specially crafted zlib-compressed buffer
  3. The malformed data causes the inflate_buffer function to enter an infinite loop
  4. The QEMU process becomes unresponsive, denying service to legitimate users

The vulnerability does not require user interaction beyond the initial authentication, and the attacker can trigger it at will once connected. The impact is limited to availability—there is no data exfiltration or integrity compromise possible through this vulnerability.

Detection Methods for CVE-2023-3255

Indicators of Compromise

  • Abnormally high CPU utilization by QEMU processes without corresponding VM workload
  • QEMU VNC server becoming unresponsive to new connections or input
  • Unusual ClientCutText message patterns in VNC traffic logs
  • Virtual machine management interfaces reporting hung or unresponsive VMs

Detection Strategies

  • Monitor QEMU process CPU usage and alert on sustained 100% utilization
  • Implement network-level monitoring for VNC protocol anomalies, particularly in clipboard-related messages
  • Configure hypervisor watchdog timers to detect unresponsive QEMU instances
  • Review VNC authentication logs for suspicious connection patterns preceding DoS events

Monitoring Recommendations

  • Enable detailed logging for VNC server connections and operations in QEMU configurations
  • Implement process-level resource monitoring with automated alerting for QEMU instances
  • Deploy network intrusion detection rules to identify malformed VNC ClientCutText messages
  • Establish baseline CPU utilization metrics for virtualization hosts to detect anomalies

How to Mitigate CVE-2023-3255

Immediate Actions Required

  • Update QEMU to the latest patched version available from your distribution
  • Apply Red Hat patches RHSA-2024:2135 or RHSA-2024:2962 for Enterprise Linux systems
  • Restrict VNC access to trusted networks and authenticated users only
  • Consider disabling clipboard sharing in VNC if not required for operations

Patch Information

Patches have been released by major distribution vendors. Red Hat has issued Security Advisory RHSA-2024:2135 and Security Advisory RHSA-2024:2962 addressing this vulnerability. NetApp has also published Security Advisory NTAP-20231020-0008 for affected products. Additional details are available in the Red Hat Bug Report #2218486.

Workarounds

  • Disable the built-in VNC server and use alternative remote access methods such as SPICE or SSH tunneling
  • Implement network segmentation to limit VNC access to management networks only
  • Configure firewall rules to restrict VNC port access to authorized IP addresses
  • Use VNC authentication with strong credentials and consider implementing additional network-level authentication
bash
# Configuration example - Disable VNC in QEMU command line
# Remove or comment out VNC-related options in your VM configuration
# Instead of:
# qemu-system-x86_64 -vnc :0 ...
# Use alternative display options:
qemu-system-x86_64 -display none -daemonize ...

# Or restrict VNC to localhost only with password:
qemu-system-x86_64 -vnc 127.0.0.1:0,password=on ...

# Firewall rule to restrict VNC access (iptables example)
iptables -A INPUT -p tcp --dport 5900:5999 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 5900:5999 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechQemu

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-835
  • Technical References
  • Red Hat Security Advisory RHSA-2024:2135

  • Red Hat Security Advisory RHSA-2024:2962

  • Red Hat CVE Analysis CVE-2023-3255

  • NetApp Security Advisory NTAP-20231020-0008
  • Vendor Resources
  • Red Hat Bug Report #2218486
  • Related CVEs
  • CVE-2026-2243: QEMU VMDK Image DoS Vulnerability

  • CVE-2025-14876: QEMU virtio-crypto DoS Vulnerability

  • CVE-2026-0665: QEMU KVM Xen Guest Support DoS Vulnerability

  • CVE-2024-7409: QEMU NBD Server DoS 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