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-65080

CVE-2025-65080: Lexmark Postscript Interpreter RCE Flaw

CVE-2025-65080 is a type confusion RCE vulnerability in Lexmark's Postscript interpreter that enables attackers to execute arbitrary code. This article covers technical details, affected devices, exploitation risks, and mitigation.

Published: February 6, 2026

CVE-2025-65080 Overview

A type confusion vulnerability has been identified in the Postscript interpreter in various Lexmark devices. This vulnerability can be leveraged by an attacker to execute arbitrary code as an unprivileged user. Type confusion vulnerabilities occur when code processes data using an incompatible type, leading to unexpected behavior that can be exploited for malicious purposes.

Critical Impact

Network-accessible Lexmark devices with vulnerable Postscript interpreters may allow remote attackers to achieve arbitrary code execution without authentication, potentially compromising device integrity and network security.

Affected Products

  • Various Lexmark printer devices with vulnerable Postscript interpreter
  • Lexmark multifunction devices supporting Postscript processing
  • Lexmark enterprise print infrastructure components

Discovery Timeline

  • 2026-02-03 - CVE-2025-65080 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-65080

Vulnerability Analysis

This vulnerability is classified as CWE-843 (Access of Resource Using Incompatible Type), commonly known as Type Confusion. In the context of the Lexmark Postscript interpreter, the vulnerability arises when the interpreter incorrectly handles object types during Postscript document processing. When a malformed Postscript file is processed, the interpreter may treat one type of object as another, leading to memory corruption conditions that can be exploited.

The network-accessible nature of this vulnerability means attackers can potentially exploit it remotely by sending specially crafted Postscript documents to vulnerable Lexmark devices. The vulnerability allows code execution in the context of an unprivileged user, which may serve as an initial foothold for further privilege escalation or lateral movement within a network.

Root Cause

The root cause lies in improper type checking within the Lexmark Postscript interpreter. When processing Postscript language constructs, the interpreter fails to properly validate object types before performing operations on them. This allows an attacker to craft malicious Postscript content that tricks the interpreter into treating memory regions as different data types than they actually are, leading to controllable memory corruption.

Type confusion vulnerabilities in interpreters typically occur when:

  • Dynamic typing systems fail to enforce type boundaries
  • Object references are cast without proper validation
  • Internal data structures are accessed with incorrect type assumptions

Attack Vector

The attack vector for this vulnerability is network-based, requiring no prior authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Sending a specially crafted Postscript document to a vulnerable Lexmark device via network printing protocols
  2. The malicious document triggers the type confusion condition in the Postscript interpreter
  3. Successful exploitation results in arbitrary code execution on the target device

The vulnerability does not require any privileges or user interaction, making it particularly dangerous for internet-exposed or poorly segmented network environments where Lexmark devices are accessible.

Detection Methods for CVE-2025-65080

Indicators of Compromise

  • Unusual Postscript job submissions to Lexmark devices from unexpected network sources
  • Abnormal memory consumption or crashes on Lexmark printer devices during print processing
  • Unexpected outbound network connections from printer devices
  • Suspicious process activity or file system changes on affected devices

Detection Strategies

  • Monitor network traffic for anomalous Postscript document transmissions to Lexmark printers
  • Implement network segmentation to isolate print infrastructure and enable visibility into device communications
  • Deploy intrusion detection signatures targeting malformed Postscript content
  • Review print server and device logs for failed or suspicious print jobs

Monitoring Recommendations

  • Enable comprehensive logging on print servers and Lexmark device management infrastructure
  • Implement network flow monitoring for printer VLANs to detect unusual communication patterns
  • Configure alerts for Lexmark device reboots or service restarts that may indicate exploitation attempts
  • Regularly audit device firmware versions against known vulnerable releases

How to Mitigate CVE-2025-65080

Immediate Actions Required

  • Review the Lexmark Security Advisory for specific affected models and firmware versions
  • Inventory all Lexmark devices in your environment and identify those with vulnerable Postscript interpreters
  • Restrict network access to Lexmark devices using firewall rules and network segmentation
  • Disable Postscript processing if not required for business operations

Patch Information

Lexmark has released security advisories addressing this vulnerability. Administrators should consult the official Lexmark Security Advisory page to identify affected device models and obtain the appropriate firmware updates. Apply firmware updates following your organization's change management procedures, prioritizing internet-exposed and high-value target devices.

Workarounds

  • Implement network access controls to restrict Postscript job submissions to trusted sources only
  • Place Lexmark devices on isolated network segments with strict ingress/egress filtering
  • Disable remote printing capabilities for devices that do not require network printing functionality
  • Configure print servers to pre-filter and validate Postscript documents before forwarding to devices
bash
# Example firewall rule to restrict printer access (adjust for your environment)
# Block direct network access to printers from untrusted networks
iptables -A INPUT -p tcp --dport 9100 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 9100 -j DROP
iptables -A INPUT -p tcp --dport 515 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 515 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechLexmark

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-843
  • Technical References
  • Lexmark Security Advisory
  • Related CVEs
  • CVE-2025-65081: Lexmark Postscript RCE Vulnerability

  • CVE-2025-65078: Lexmark Embedded Solutions RCE Flaw

  • CVE-2025-65079: Lexmark PostScript Buffer Overflow Flaw

  • CVE-2025-65077: Lexmark Devices Path Traversal Flaw
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