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-2026-34990

CVE-2026-34990: OpenPrinting CUPS Auth Bypass Vulnerability

CVE-2026-34990 is an authentication bypass flaw in OpenPrinting CUPS that allows local unprivileged users to gain root access through token coercion. This post explains its impact, affected versions, and mitigation steps.

Published: April 10, 2026

CVE-2026-34990 Overview

OpenPrinting CUPS, the open-source printing system for Linux and other Unix-like operating systems, contains an authentication bypass vulnerability in versions 2.4.16 and prior. A local unprivileged user can coerce cupsd into authenticating to an attacker-controlled localhost IPP service with a reusable Authorization: Local token. This token provides sufficient access to drive /admin/ requests on localhost, enabling the attacker to combine CUPS-Create-Local-Printer with printer-is-shared=true to persist a file:/// queue, even though the normal FileDevice policy rejects such URIs. Printing to that queue enables arbitrary root file overwrite, ultimately leading to root command execution.

Critical Impact

Local privilege escalation to root through authentication token coercion and arbitrary file overwrite, enabling complete system compromise on affected Linux and Unix systems.

Affected Products

  • OpenPrinting CUPS versions 2.4.16 and prior
  • Linux distributions shipping vulnerable CUPS packages
  • Unix-like operating systems with affected CUPS installations

Discovery Timeline

  • 2026-04-03 - CVE CVE-2026-34990 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-34990

Vulnerability Analysis

This vulnerability (CWE-287: Improper Authentication) stems from a flaw in how the CUPS daemon handles local authentication tokens. The attack chain requires local access but can lead to complete root-level compromise of the affected system.

The core issue lies in the authentication mechanism where cupsd can be tricked into authenticating to an attacker-controlled IPP service. The resulting Authorization: Local token is reusable and provides administrative access to CUPS functionality. This authentication bypass allows attackers to circumvent the FileDevice policy restriction that normally prevents the creation of printer queues pointing to arbitrary file system locations.

The attack leverages the CUPS-Create-Local-Printer operation with the printer-is-shared=true parameter, allowing the creation of a persistent file:/// printer queue. When a document is printed to this malicious queue, the output is written to an arbitrary file path with root privileges, enabling the attacker to overwrite critical system files such as sudoers configurations.

Root Cause

The root cause is an improper authentication implementation (CWE-287) in the CUPS daemon's handling of local authorization tokens. The vulnerability allows authentication coercion where an unprivileged user can manipulate cupsd to generate and expose reusable administrative tokens. Combined with insufficient validation of printer device URIs when using the local printer creation API, this creates a privilege escalation path from local user to root.

Attack Vector

This is a local attack vector requiring an unprivileged user account on the target system. The exploitation chain proceeds as follows:

  1. The attacker sets up a malicious localhost IPP service designed to capture authentication tokens
  2. The attacker coerces cupsd into authenticating to this malicious service
  3. The attacker captures and reuses the Authorization: Local token
  4. Using administrative privileges, the attacker creates a printer queue pointing to a file:/// URI with printer-is-shared=true
  5. The attacker prints a crafted document to overwrite a privileged file (e.g., /etc/sudoers.d/ fragment)
  6. The attacker leverages the modified sudoers configuration to execute commands as root

The proof-of-concept described in the advisory demonstrates dropping a sudoers fragment to achieve root command execution. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-34990

Indicators of Compromise

  • Unexpected printer queues with file:/// device URIs in CUPS configuration
  • Modified or newly created files in /etc/sudoers.d/ directory without administrative action
  • Suspicious IPP service processes running on localhost ports
  • Unusual cupsd authentication activity in system logs

Detection Strategies

  • Monitor CUPS error and access logs for unexpected administrative operations or printer creation events
  • Implement file integrity monitoring (FIM) on critical system files including /etc/sudoers.d/, /etc/passwd, and CUPS configuration directories
  • Audit for unauthorized printer queue creations, particularly those with file-based device URIs
  • Deploy endpoint detection to identify privilege escalation attempts following CUPS exploitation patterns

Monitoring Recommendations

  • Enable verbose logging for the CUPS daemon to capture detailed authentication and administrative operation records
  • Configure security alerts for any modifications to CUPS printer configurations that include file:/// URIs
  • Monitor for unusual process spawning patterns that may indicate successful privilege escalation to root
  • Implement network monitoring to detect local IPP traffic anomalies indicative of authentication coercion attacks

How to Mitigate CVE-2026-34990

Immediate Actions Required

  • Restrict local access to systems running vulnerable CUPS versions to trusted users only
  • Review and audit all existing printer configurations for suspicious file:/// device URIs
  • Implement strict access controls on the CUPS administrative interface
  • Consider temporarily disabling the CUPS service on systems where printing is not critical

Patch Information

At the time of publication, there are no publicly available patches for this vulnerability. Organizations should monitor the OpenPrinting CUPS GitHub Security Advisory for updates on patch availability. When a patch is released, apply it immediately to all affected systems.

Workarounds

  • Disable the cups-browsed service if not required for your printing infrastructure
  • Configure firewall rules to restrict IPP traffic on localhost ports
  • Implement AppArmor or SELinux policies to limit cupsd capabilities and file system access
  • Remove or restrict access to the /admin/ CUPS web interface
bash
# Configuration example - Restrict CUPS administrative access
# Edit /etc/cups/cupsd.conf to limit administrative access

# Restrict admin pages to specific authorized users
<Location /admin>
  AuthType Default
  Require user @SYSTEM
  Order deny,allow
  Deny from all
  Allow from localhost
</Location>

# Disable remote printer browsing if not needed
Browsing Off
BrowseLocalProtocols none

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCups

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/VA:N/SC:H/SI:H/SA:L/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
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27447: OpenPrinting CUPS Auth Bypass Vulnerability

  • CVE-2026-39316: OpenPrinting CUPS Use-After-Free Flaw

  • CVE-2026-39314: OpenPrinting CUPS DoS Vulnerability

  • CVE-2026-34979: CUPS Buffer Overflow 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