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

CVE-2026-41079: OpenPrinting CUPS Information Disclosure

CVE-2026-41079 is an information disclosure vulnerability in OpenPrinting CUPS that allows network-adjacent attackers to leak memory via crafted SNMP responses. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-41079 Overview

CVE-2026-41079 is an out-of-bounds read vulnerability in OpenPrinting CUPS, the open source printing system for Linux and other Unix-like operating systems. A network-adjacent attacker can send a crafted SNMP response to the CUPS SNMP backend that causes an out-of-bounds read of up to 176 bytes past a stack buffer. The leaked memory is converted from UTF-16 to UTF-8 and stored as printer supply description strings, which are subsequently visible to authenticated users via IPP Get-Printer-Attributes responses and the CUPS web interface.

Critical Impact

Network-adjacent attackers can exploit this vulnerability to leak sensitive stack memory contents (up to 176 bytes) through printer supply description strings, potentially exposing sensitive data to authenticated users.

Affected Products

  • OpenPrinting CUPS versions prior to 2.4.17

Discovery Timeline

  • 2026-04-24 - CVE-2026-41079 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-41079

Vulnerability Analysis

This vulnerability exists in the SNMP backend of OpenPrinting CUPS, specifically in how SNMP string values are processed. The flaw occurs when handling SNMP responses from network-adjacent devices, where insufficient bounds checking on the num_bytes parameter allows reading beyond the allocated stack buffer.

The vulnerability is classified as CWE-125 (Out-of-Bounds Read). When exploited, the CUPS SNMP backend reads up to 176 bytes beyond the intended buffer boundary. This data undergoes UTF-16 to UTF-8 conversion and is stored as printer supply description strings. These strings become accessible to authenticated users through IPP Get-Printer-Attributes responses and the CUPS web interface, creating an information disclosure channel.

The attack requires network adjacency (same local network segment), meaning remote exploitation over the internet is not directly possible without additional network access.

Root Cause

The root cause is improper bounds checking when processing SNMP string values in the CUPS SNMP backend. The num_bytes parameter for SNMP string values was not properly limited, allowing the backend to read beyond the allocated stack buffer when processing maliciously crafted SNMP responses.

Attack Vector

The attack requires network-adjacent access to send crafted SNMP responses to a vulnerable CUPS installation. An attacker on the same network segment can:

  1. Intercept or respond to SNMP queries from the CUPS backend
  2. Send a specially crafted SNMP response with malformed string length parameters
  3. Trigger the out-of-bounds read, causing stack memory to be copied into printer supply description strings
  4. The leaked memory becomes visible to authenticated users through IPP queries or the web interface

The following patch from the security fix shows the changes made to address this vulnerability:

c
/*
 * SNMP functions for CUPS.
 *
- * Copyright © 2020-2024 by OpenPrinting.
+ * Copyright © 2020-2026 by OpenPrinting.
 * Copyright © 2007-2019 by Apple Inc.
 * Copyright © 2006-2007 by Easy Software Products, all rights reserved.
 *

Source: GitHub Commit Fix

The fix introduces proper bounds checking to limit num_bytes for SNMP string values, preventing the out-of-bounds read condition.

Detection Methods for CVE-2026-41079

Indicators of Compromise

  • Unusual or unexpected content in printer supply description strings that may contain binary data or memory artifacts
  • Anomalous SNMP traffic patterns on the local network targeting CUPS servers
  • Printer attributes containing non-printable or garbled characters in supply descriptions
  • Unexpected IPP Get-Printer-Attributes queries from unauthorized users

Detection Strategies

  • Monitor SNMP traffic for malformed or suspiciously large SNMP responses targeting port 161 UDP
  • Implement network segmentation to isolate print servers and limit SNMP exposure
  • Review CUPS logs for unusual printer discovery activity or SNMP backend errors
  • Deploy network intrusion detection rules to identify crafted SNMP packets

Monitoring Recommendations

  • Enable detailed logging for the CUPS SNMP backend and monitor for parsing errors
  • Implement alerting on unusual IPP Get-Printer-Attributes request patterns
  • Monitor for changes in printer supply description strings that contain unexpected binary or non-printable data
  • Track network-adjacent hosts querying CUPS services

How to Mitigate CVE-2026-41079

Immediate Actions Required

  • Upgrade OpenPrinting CUPS to version 2.4.17 or later immediately
  • Disable SNMP printer discovery if not required for your environment
  • Implement network segmentation to restrict adjacent network access to CUPS servers
  • Review and restrict access to the CUPS web interface and IPP endpoints

Patch Information

OpenPrinting has released version 2.4.17 which addresses this vulnerability. The fix properly limits the num_bytes parameter for SNMP string values, preventing the out-of-bounds read condition. Security patches are available in the following commits:

  • GitHub Commit Fix
  • GitHub Commit Update

For complete details, see the GitHub Security Advisory.

Workarounds

  • Disable SNMP printer discovery by configuring CUPS to not use the SNMP backend for printer detection
  • Implement firewall rules to block SNMP traffic (UDP port 161) to CUPS servers from untrusted network segments
  • Restrict network adjacency by placing CUPS servers on isolated VLANs with controlled access
  • Limit authentication to the CUPS web interface and IPP endpoints to reduce information exposure
bash
# Configuration example - Disable SNMP backend discovery
# Edit /etc/cups/cups-browsed.conf and set:
BrowseProtocols none

# Or specifically exclude SNMP:
# Restart CUPS after configuration changes
sudo systemctl restart cups
sudo systemctl restart cups-browsed

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenprinting Cups

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Fix

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

  • CVE-2025-58060: 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