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

CVE-2025-65079: Lexmark PostScript Buffer Overflow Flaw

CVE-2025-65079 is a heap-based buffer overflow flaw in the PostScript interpreter of Lexmark devices that enables attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-65079 Overview

A heap-based buffer overflow 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 exists in the Postscript processing functionality and can be exploited remotely over the network without requiring authentication.

Critical Impact

Successful exploitation allows remote attackers to execute arbitrary code on affected Lexmark devices, potentially compromising print infrastructure and enabling lateral movement within enterprise networks.

Affected Products

  • Lexmark devices with Postscript interpreter functionality
  • Various Lexmark printer and multifunction device models
  • Devices running vulnerable firmware versions

Discovery Timeline

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

Technical Details for CVE-2025-65079

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow), a memory corruption flaw that occurs when data is written beyond the allocated buffer in the heap memory region. In the context of Lexmark devices, the vulnerability resides within the Postscript interpreter component, which processes Postscript print jobs and documents.

The Postscript interpreter fails to properly validate the size or boundaries of input data when processing certain Postscript commands or document elements. When a specially crafted Postscript file is submitted to a vulnerable device, it can trigger the overflow condition, allowing an attacker to overwrite adjacent heap memory structures.

Root Cause

The root cause stems from insufficient bounds checking in the Postscript interpreter's memory allocation and data handling routines. When processing Postscript jobs, the interpreter allocates heap memory for various data structures. The vulnerability occurs when the interpreter writes data that exceeds the allocated buffer size without proper validation, corrupting heap metadata or adjacent memory regions.

This type of vulnerability is particularly dangerous in embedded systems like printers, where security controls are often more limited than in traditional computing environments.

Attack Vector

The attack vector is network-based, meaning an attacker can remotely exploit this vulnerability without requiring physical access to the device. The attack can be conducted by:

  1. Submitting a malicious Postscript document to the printer via network printing protocols (LPD, IPP, raw port 9100)
  2. Sending the crafted payload through print server queues
  3. Exploiting the vulnerability through direct network access to the printer's services

The attacker does not require authentication to exploit this vulnerability, making it accessible to any network user who can reach the device. Successful exploitation results in arbitrary code execution with the privileges of the Postscript interpreter process.

The vulnerability can be triggered by embedding specially crafted Postscript operators or data structures within a print job that causes the interpreter to write beyond allocated heap boundaries. This memory corruption can be leveraged to gain control of program execution flow and execute attacker-supplied code.

Detection Methods for CVE-2025-65079

Indicators of Compromise

  • Unexpected printer reboots or crashes when processing certain print jobs
  • Unusual network traffic patterns from printer devices to external hosts
  • Anomalous process behavior or memory utilization on Lexmark devices
  • Print queue errors or failed jobs with malformed Postscript files

Detection Strategies

  • Monitor network traffic to printers for unusually large or malformed Postscript documents
  • Implement network segmentation to isolate print infrastructure and enable traffic inspection
  • Deploy intrusion detection signatures to identify exploitation attempts targeting Postscript interpreters
  • Review printer logs for repeated processing errors or crash events

Monitoring Recommendations

  • Enable logging on print servers to track job submissions and source addresses
  • Configure SIEM alerts for abnormal printer device behavior patterns
  • Monitor for unauthorized configuration changes on Lexmark devices
  • Track firmware versions across the printer fleet to identify vulnerable devices

How to Mitigate CVE-2025-65079

Immediate Actions Required

  • Check the Lexmark Security Advisories page for firmware updates addressing this vulnerability
  • Implement network access controls to restrict printer access to authorized hosts only
  • Disable unnecessary network protocols on Lexmark devices where possible
  • Segment printer networks from sensitive corporate infrastructure

Patch Information

Lexmark has published security advisories addressing this vulnerability. Administrators should consult the official Lexmark Security Advisories page for the latest firmware versions that remediate CVE-2025-65079. Apply the recommended firmware updates to all affected devices in accordance with your organization's change management procedures.

Workarounds

  • Restrict network access to Lexmark devices using firewall rules or access control lists
  • Disable Postscript processing if not required and use alternative print formats (PCL)
  • Implement print job filtering at the print server level to inspect incoming documents
  • Consider placing printers on isolated VLANs with restricted internet access

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLexmark

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.06%

  • 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-122
  • Technical References
  • Lexmark Security Advisories
  • Related CVEs
  • CVE-2023-50734: Lexmark PostScript Buffer Overflow Flaw

  • CVE-2025-65080: Lexmark Postscript Interpreter RCE Flaw

  • CVE-2025-65081: Lexmark Postscript RCE Vulnerability

  • CVE-2025-65078: Lexmark Embedded Solutions RCE 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