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
    • 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-58060

CVE-2025-58060: OpenPrinting CUPS Auth Bypass Vulnerability

CVE-2025-58060 is an authentication bypass flaw in OpenPrinting CUPS that allows attackers to bypass password checks when non-Basic AuthType is configured. This article covers technical details, affected versions, and mitigations.

Published: March 11, 2026

CVE-2025-58060 Overview

CVE-2025-58060 is an authentication bypass vulnerability discovered in OpenPrinting CUPS, an open source printing system for Linux and other Unix-like operating systems. In versions 2.4.12 and earlier, when the AuthType configuration is set to anything other than Basic, the system fails to properly validate passwords when a request contains an Authorization: Basic ... header. This flaw allows attackers to bypass authentication mechanisms entirely, potentially gaining unauthorized access to print system administration functions.

Critical Impact

Authentication bypass allows unauthorized users to access protected CUPS resources and administrative functions without valid credentials, potentially enabling attackers to manipulate print jobs, modify configurations, or disrupt printing services across Linux and Unix-like systems.

Affected Products

  • OpenPrinting CUPS versions 2.4.12 and earlier
  • Linux and Unix-like operating systems running vulnerable CUPS configurations
  • Any CUPS deployment with AuthType set to a value other than Basic

Discovery Timeline

  • September 11, 2025 - CVE-2025-58060 published to NVD
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2025-58060

Vulnerability Analysis

This authentication bypass vulnerability (CWE-287: Improper Authentication) stems from a logical flaw in how CUPS processes authentication headers when configured with non-Basic authentication types. The vulnerability allows an attacker to circumvent password verification entirely by crafting requests with Authorization: Basic headers against CUPS instances configured with authentication methods such as Digest, Negotiate, or other non-Basic types.

The flaw is particularly concerning because it directly undermines the security model administrators implement when choosing alternative authentication methods. Organizations that deliberately chose more secure authentication mechanisms than Basic authentication are ironically left more exposed due to this bypass.

Root Cause

The root cause lies in the authentication handling logic within CUPS versions 2.4.12 and earlier. When the configured AuthType is set to anything other than Basic, the code path responsible for validating Basic authentication credentials fails to properly verify the password component of the Authorization: Basic header. This allows requests with arbitrary or empty passwords in the Basic authentication header to pass through authentication checks successfully.

Attack Vector

An attacker can exploit this vulnerability by sending HTTP requests to a CUPS server with a malformed or arbitrary Authorization: Basic header. The attack requires local access to the system or network access to the CUPS web interface. The attacker constructs a request containing a Base64-encoded username and password combination in the Basic authentication format, and the server processes this request without validating the password when a non-Basic AuthType is configured.

The exploitation sequence involves:

  1. Identifying a CUPS instance with AuthType configured to a non-Basic value (e.g., Digest, Negotiate)
  2. Crafting an HTTP request with an Authorization: Basic <base64-credentials> header
  3. Sending the request to protected CUPS endpoints
  4. Gaining access without providing valid credentials

For technical details on the vulnerability mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-58060

Indicators of Compromise

  • Unexpected administrative actions on CUPS servers without corresponding valid authentication logs
  • HTTP requests containing Authorization: Basic headers targeting CUPS instances configured with non-Basic authentication
  • Unauthorized modifications to printer configurations or print job queues
  • Anomalous access patterns to CUPS web interfaces from unexpected sources

Detection Strategies

  • Monitor CUPS access logs for requests containing Authorization: Basic headers when Digest or other non-Basic authentication is configured
  • Implement network monitoring to detect HTTP traffic to CUPS ports (typically 631) with suspicious authentication patterns
  • Review CUPS configuration files (cupsd.conf) to identify deployments using non-Basic AuthType settings
  • Deploy file integrity monitoring on CUPS configuration files to detect unauthorized changes

Monitoring Recommendations

  • Enable verbose logging in CUPS to capture detailed authentication request information
  • Configure SIEM rules to alert on authentication bypass patterns in CUPS logs
  • Implement network-level inspection for HTTP requests targeting CUPS services with Basic authentication headers
  • Regularly audit CUPS access logs for unauthorized administrative actions

How to Mitigate CVE-2025-58060

Immediate Actions Required

  • Upgrade OpenPrinting CUPS to version 2.4.13 or later immediately
  • Review CUPS configurations and identify all instances using non-Basic AuthType settings
  • Temporarily restrict network access to CUPS web interfaces until patching is complete
  • Audit recent CUPS administrative actions for signs of unauthorized access

Patch Information

OpenPrinting has released version 2.4.13 to address this vulnerability. The fix is available through the official CUPS repository commit 595d691075b1d396d2edfaa0a8fd0873a0a1f221. Debian users can refer to the Debian LTS Announcement for distribution-specific patching instructions.

Workarounds

  • Temporarily change AuthType to Basic if an immediate upgrade is not possible (note: this may reduce security in other ways)
  • Restrict CUPS web interface access to localhost only using firewall rules
  • Implement network segmentation to limit access to CUPS administration interfaces
  • Use additional network-layer authentication (VPN, firewall rules) to control access to CUPS services
bash
# Restrict CUPS web interface to localhost only
# Edit /etc/cups/cupsd.conf and modify the Location directives:
# <Location />
#   Order allow,deny
#   Allow localhost
# </Location>
# Then restart CUPS:
sudo systemctl restart cups

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenprinting Cups

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Technical References
  • Openwall OSS Security Mailing

  • Debian LTS Announcement
  • Vendor Resources
  • GitHub CUPS Commit

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34980: OpenPrinting CUPS Auth Bypass Vulnerability

  • CVE-2024-35235: OpenPrinting CUPS RCE Vulnerability

  • CVE-2023-32324: OpenPrinting CUPS DoS 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