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-2024-47850

CVE-2024-47850: CUPS cups-browsed DoS Vulnerability

CVE-2024-47850 is a denial-of-service flaw in CUPS cups-browsed that enables DDoS amplification attacks via malicious IPP UDP packets. This post covers the technical details, affected versions, and mitigation steps.

Published: January 28, 2026

CVE-2024-47850 Overview

CVE-2024-47850 is a high-severity vulnerability in CUPS cups-browsed before version 2.5b1 that enables DDoS amplification attacks. The flaw allows an attacker to send a single IPP UDP packet requesting a printer to be added, which triggers the vulnerable service to send an HTTP POST request to an arbitrary destination and port. While this functionality was originally designed to probe new printers, attackers can exploit it to create powerful DDoS amplification attacks against third-party targets.

Critical Impact

Attackers can weaponize vulnerable CUPS installations to generate amplified DDoS traffic against arbitrary targets by sending minimal UDP packets, potentially causing significant network disruption and service outages.

Affected Products

  • CUPS cups-browsed versions before 2.5b1
  • Linux and Unix systems running vulnerable cups-browsed service
  • Network-exposed printing infrastructure with IPP UDP enabled

Discovery Timeline

  • October 4, 2024 - CVE-2024-47850 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-47850

Vulnerability Analysis

This vulnerability (CWE-400: Uncontrolled Resource Consumption) exists in the cups-browsed daemon, which is responsible for discovering network printers using various protocols including IPP (Internet Printing Protocol). The core issue stems from the service's handling of incoming IPP UDP packets that request printer additions.

When cups-browsed receives a crafted UDP packet on the IPP port, it automatically initiates an HTTP POST request to probe the supposed new printer. The critical flaw is that the destination address and port for this outbound request are derived from attacker-controlled input without adequate validation. This behavior can be exploited to redirect amplified traffic to arbitrary targets.

The amplification factor makes this vulnerability particularly dangerous for DDoS attacks. A small UDP packet from the attacker can trigger a significantly larger HTTP POST request from the vulnerable system, multiplying the attack traffic. When combined with a large number of vulnerable CUPS installations, this creates a substantial amplification vector.

This vulnerability is distinct from CVE-2024-47176, though both relate to the CUPS printing system and IPP handling.

Root Cause

The root cause is improper validation of destination addresses in the printer probing functionality. The cups-browsed service trusts the address information contained in incoming IPP UDP packets and uses it directly to construct outbound HTTP POST requests. This allows attackers to specify arbitrary destination addresses, effectively turning vulnerable CUPS installations into DDoS reflectors.

Attack Vector

The attack exploits the network-accessible IPP UDP service running on vulnerable systems. An attacker crafts a malicious IPP UDP packet containing a target victim's IP address and port, then sends it to vulnerable cups-browsed instances. Each vulnerable system responds by sending HTTP POST requests to the attacker-specified target, creating an amplification effect.

The attack requires no authentication or user interaction, and can be executed remotely across the network. By targeting multiple vulnerable CUPS installations simultaneously, attackers can generate substantial DDoS traffic against their chosen victim. The reflected nature of the attack also obscures the true origin of the malicious traffic.

Detection Methods for CVE-2024-47850

Indicators of Compromise

  • Unusual outbound HTTP POST traffic originating from the cups-browsed process to non-printer IP addresses
  • High volume of incoming UDP packets on IPP port (631/UDP) from external sources
  • Unexpected network connections from printing infrastructure to external hosts
  • Log entries showing printer probe requests for suspicious or non-existent printer addresses

Detection Strategies

  • Monitor outbound HTTP traffic from cups-browsed for connections to unexpected destinations
  • Implement network flow analysis to detect amplification patterns (small inbound UDP, large outbound HTTP)
  • Deploy IDS/IPS rules to identify malformed or suspicious IPP UDP packets
  • Audit cups-browsed logs for anomalous printer discovery requests

Monitoring Recommendations

  • Configure network monitoring to alert on high-volume outbound HTTP POST requests from print servers
  • Track UDP traffic statistics on port 631 to identify potential exploitation attempts
  • Implement rate limiting on IPP UDP responses to reduce amplification effectiveness
  • Use SentinelOne network visibility features to monitor cups-browsed network behavior

How to Mitigate CVE-2024-47850

Immediate Actions Required

  • Upgrade CUPS cups-filters to version 2.5b1 or later immediately
  • Disable cups-browsed service if network printer discovery is not required
  • Implement firewall rules to block incoming UDP traffic on port 631 from untrusted networks
  • Isolate print infrastructure from direct internet exposure

Patch Information

The vulnerability is addressed in CUPS cups-filters version 2.5b1 and later. Organizations should upgrade to the patched version as soon as possible. For detailed patch information, refer to the GitHub Security Advisory GHSA-rq86-c7g6-r2h8 and the NetApp Security Advisory.

Additional technical analysis of the DDoS threat is available in the Akamai Blog DDoS Threat Analysis.

Workarounds

  • Block inbound UDP port 631 at perimeter firewalls to prevent external exploitation
  • Disable the cups-browsed service entirely if automatic printer discovery is not needed
  • Configure cups-browsed to only accept connections from trusted local networks
  • Implement egress filtering to limit unexpected outbound HTTP connections from print servers
bash
# Disable cups-browsed service to mitigate exploitation
sudo systemctl stop cups-browsed
sudo systemctl disable cups-browsed

# Block inbound IPP UDP traffic from external networks
sudo iptables -A INPUT -p udp --dport 631 -j DROP

# Alternatively, allow only from trusted local network
sudo iptables -A INPUT -p udp --dport 631 -s 192.168.1.0/24 -j ACCEPT
sudo iptables -A INPUT -p udp --dport 631 -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/TechCups

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • GitHub OpenPrinting CUPS

  • GitHub Security Advisory GHSA-rq86-c7g6-r2h8

  • Akamai Blog DDoS Threat Analysis

  • OpenWall OSS Security Discussion

  • NetApp Security Advisory ntap-20241011-0002
  • Related CVEs
  • CVE-2026-39314: OpenPrinting CUPS DoS Vulnerability

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

  • CVE-2026-34979: CUPS Buffer Overflow Vulnerability

  • CVE-2026-27447: OpenPrinting CUPS Auth Bypass 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