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

CVE-2025-65081: Lexmark Postscript RCE Vulnerability

CVE-2025-65081 is an out-of-bounds read flaw in Lexmark Postscript interpreter that enables remote code execution. Attackers can exploit this to run arbitrary code as an unprivileged user on affected devices.

Published: February 6, 2026

CVE-2025-65081 Overview

An out-of-bounds read 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. The flaw is classified under CWE-125 (Out-of-bounds Read), indicating that the software reads data past the end or before the beginning of an intended buffer.

Critical Impact

Attackers exploiting this vulnerability can achieve arbitrary code execution on vulnerable Lexmark devices via the Postscript interpreter, potentially compromising print infrastructure and enabling lateral movement within corporate networks.

Affected Products

  • Various Lexmark printer devices with vulnerable Postscript interpreter
  • Lexmark multifunction devices supporting Postscript processing
  • Refer to Lexmark Security Advisories for complete device list

Discovery Timeline

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

Technical Details for CVE-2025-65081

Vulnerability Analysis

This vulnerability affects the Postscript interpreter component within Lexmark printing devices. The out-of-bounds read condition occurs when the interpreter processes specially crafted Postscript data, allowing memory outside the intended buffer boundaries to be accessed. While out-of-bounds read vulnerabilities typically lead to information disclosure, in this case the flaw can be chained or leveraged to achieve arbitrary code execution with unprivileged user permissions.

The network-accessible nature of this vulnerability means that attackers can potentially exploit it remotely by sending malicious print jobs containing crafted Postscript content to vulnerable devices. The attack requires no authentication or user interaction, making it particularly concerning for organizations with exposed print infrastructure.

Root Cause

The root cause stems from insufficient boundary validation in the Postscript interpreter when processing input data. The interpreter fails to properly verify that array indices or pointer offsets remain within allocated buffer boundaries before performing read operations. This allows an attacker to craft Postscript commands that cause the interpreter to read memory locations outside the intended data structures, ultimately leading to code execution.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can target this vulnerability by:

  1. Sending a specially crafted Postscript document to a vulnerable Lexmark device via a print job
  2. The malicious Postscript content triggers the out-of-bounds read condition in the interpreter
  3. By carefully controlling the out-of-bounds read, the attacker can potentially leak memory contents or corrupt adjacent memory structures
  4. This memory corruption can be leveraged to redirect execution flow and achieve arbitrary code execution

The attack can be delivered through various print protocols commonly exposed on enterprise networks, including IPP, LPR, or raw TCP printing on port 9100.

Detection Methods for CVE-2025-65081

Indicators of Compromise

  • Unusual or malformed Postscript jobs submitted to Lexmark print queues
  • Abnormal memory consumption or crashes in the Postscript interpreter process
  • Unexpected network connections originating from Lexmark devices
  • Print job logs showing repeated failed or unusual print requests

Detection Strategies

  • Monitor print server and device logs for anomalous Postscript processing errors
  • Implement network segmentation to detect unauthorized access attempts to print infrastructure
  • Deploy network intrusion detection signatures for malformed Postscript content
  • Review print job queues for suspicious file submissions from unknown sources

Monitoring Recommendations

  • Enable detailed logging on Lexmark devices to capture Postscript processing events
  • Monitor network traffic to print devices for unusual patterns or volumes
  • Implement alerting for device crashes or unexpected restarts
  • Track firmware versions across Lexmark device fleet to identify unpatched systems

How to Mitigate CVE-2025-65081

Immediate Actions Required

  • Review the Lexmark Security Advisories for affected device models and available patches
  • Restrict network access to Lexmark devices using firewall rules or network segmentation
  • Disable direct internet exposure of print devices immediately
  • Audit current firmware versions across all Lexmark devices in the environment

Patch Information

Lexmark has published security advisories addressing this vulnerability. Organizations should consult the official Lexmark Security Advisories page for specific firmware updates and patching instructions for affected device models. Apply firmware updates as soon as they become available through official Lexmark channels.

Workarounds

  • Implement network segmentation to isolate print devices from untrusted network segments
  • Disable Postscript processing if not required for business operations
  • Configure access control lists to restrict which hosts can submit print jobs
  • Use print management solutions that can filter or sanitize incoming print jobs before delivery to devices
bash
# Example network segmentation for print infrastructure
# Restrict access to print devices on VLAN 100 from workstations only
iptables -A FORWARD -s 192.168.1.0/24 -d 192.168.100.0/24 -p tcp --dport 9100 -j ACCEPT
iptables -A FORWARD -s 192.168.1.0/24 -d 192.168.100.0/24 -p tcp --dport 631 -j ACCEPT
iptables -A FORWARD -d 192.168.100.0/24 -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.07%

  • 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-125
  • Technical References
  • Lexmark Security Advisories
  • Related CVEs
  • CVE-2025-65080: Lexmark Postscript Interpreter RCE Flaw

  • 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