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-2025-26506

CVE-2025-26506: HP LaserJet Printers RCE Vulnerability

CVE-2025-26506 is a remote code execution flaw in HP LaserJet Pro, Enterprise, and Managed Printers via PostScript jobs. Attackers can execute code and escalate privileges. This article covers technical details.

Updated: January 22, 2026

CVE-2025-26506 Overview

CVE-2025-26506 is a critical stack-based buffer overflow vulnerability affecting HP LaserJet Pro, HP LaserJet Enterprise, and HP LaserJet Managed Printers. The vulnerability occurs during the processing of specially crafted PostScript print jobs, potentially allowing remote attackers to execute arbitrary code and escalate privileges on vulnerable devices.

Critical Impact

This vulnerability enables unauthenticated remote code execution and privilege escalation on affected HP printers through malicious PostScript print jobs, potentially allowing complete compromise of printing infrastructure.

Affected Products

  • HP LaserJet Pro Printers
  • HP LaserJet Enterprise Printers
  • HP LaserJet Managed Printers

Discovery Timeline

  • 2025-02-14 - CVE CVE-2025-26506 published to NVD
  • 2025-02-14 - Last updated in NVD database

Technical Details for CVE-2025-26506

Vulnerability Analysis

This vulnerability is classified as CWE-121 (Stack-based Buffer Overflow), a memory corruption issue that occurs when a program writes beyond the boundary of a fixed-size buffer on the stack. In the context of HP LaserJet printers, this vulnerability is triggered when the device's PostScript interpreter processes a maliciously crafted print job.

PostScript is a page description language commonly used in professional printing environments. The HP printer firmware fails to properly validate the size and content of certain PostScript operations, allowing an attacker to overflow a stack buffer with attacker-controlled data. This overflow can overwrite critical stack values including return addresses and function pointers, enabling code execution.

The network-accessible nature of this vulnerability means that any user or system capable of sending print jobs to an affected device could potentially exploit it, though the attack does require some level of complexity to successfully execute. Successful exploitation results in complete device compromise with the highest level of privileges available on the printer firmware.

Root Cause

The root cause of CVE-2025-26506 is improper bounds checking in the PostScript print job processing functionality of affected HP LaserJet firmware. When handling specific PostScript operations or data structures, the firmware allocates a fixed-size buffer on the stack but does not adequately verify that incoming data fits within the allocated space. This allows oversized or malformed input to exceed buffer boundaries and corrupt adjacent stack memory.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker with network access to a vulnerable HP LaserJet printer can submit a specially crafted PostScript print job to the device. The malicious print job contains carefully constructed PostScript code designed to trigger the buffer overflow during parsing or interpretation. When processed by the vulnerable firmware, the overflow corrupts stack memory in a controlled manner, allowing the attacker to redirect code execution to their payload.

The vulnerability can be exploited remotely without authentication, though the attack requires precise crafting of the malicious PostScript content to achieve reliable code execution. For technical details on the vulnerability, refer to the HP Security Bulletin.

Detection Methods for CVE-2025-26506

Indicators of Compromise

  • Unusual print jobs containing abnormally large PostScript data or non-standard PostScript commands
  • Unexpected printer behavior including reboots, configuration changes, or network connections
  • Anomalous outbound network traffic from printer devices to unknown destinations
  • Printer log entries showing parsing errors or crashes during print job processing

Detection Strategies

  • Implement network monitoring to analyze print traffic for malformed or unusually large PostScript payloads
  • Enable comprehensive logging on HP printers and forward logs to SIEM for analysis
  • Deploy network segmentation rules that restrict direct internet access from printer devices
  • Use SentinelOne Singularity for network visibility to detect anomalous printer behavior and lateral movement attempts

Monitoring Recommendations

  • Monitor print queues for jobs with suspicious characteristics or from unexpected sources
  • Establish baseline network behavior for printers and alert on deviations
  • Review printer firmware versions regularly against HP security advisories
  • Implement network-level controls to log and inspect traffic to printing devices

How to Mitigate CVE-2025-26506

Immediate Actions Required

  • Apply firmware updates from HP immediately to all affected LaserJet Pro, Enterprise, and Managed Printers
  • Restrict network access to printers using firewall rules or VLAN segmentation
  • Disable unnecessary PostScript processing if not required for business operations
  • Audit print job sources and implement print server access controls

Patch Information

HP has released a security bulletin addressing this vulnerability. Administrators should consult the HP Security Bulletin HPSBPI04007 to identify updated firmware versions for their specific printer models and apply patches as directed. Firmware updates can typically be applied through the HP Web Jetadmin tool, the printer's embedded web server, or USB installation methods.

Workarounds

  • Disable PostScript processing on affected printers and use PCL or other printer languages where possible
  • Implement strict network segmentation to isolate printers from untrusted network segments
  • Configure firewalls to limit print traffic to authorized print servers only
  • Enable IP address filtering on printer devices to restrict access to trusted hosts
bash
# Example network segmentation configuration for printer isolation
# Restrict printer VLAN access from workstations - sample iptables rules
iptables -A FORWARD -s 10.0.1.0/24 -d 10.0.50.0/24 -p tcp --dport 9100 -j DROP
iptables -A FORWARD -s 10.0.100.10 -d 10.0.50.0/24 -p tcp --dport 9100 -j ACCEPT
# Only allow print server (10.0.100.10) to communicate with printer VLAN (10.0.50.0/24)

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechHp Laserjet

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • HP Security Bulletin
  • Latest CVEs
  • CVE-2025-9962: Novakon P Series Privilege Escalation

  • CVE-2026-1961: Foreman WebSocket Proxy RCE Vulnerability

  • CVE-2026-4903: Tenda AC5 Buffer Overflow Vulnerability

  • CVE-2026-4902: Tenda AC5 Buffer Overflow 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