A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI 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-65077

CVE-2025-65077: Lexmark Path Traversal Vulnerability

CVE-2025-65077 is a relative path traversal flaw in Lexmark's Embedded Solutions Framework that enables attackers to execute arbitrary code. This article covers technical details, affected devices, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-65077 Overview

CVE-2025-65077 is a relative path traversal vulnerability in the Embedded Solutions Framework (ESF) used across multiple Lexmark printer and multifunction device models. An attacker can leverage the flaw to execute arbitrary code as an unprivileged user on affected devices. The vulnerability is classified under CWE-22 and is exploitable over the network without authentication or user interaction. Lexmark has acknowledged the issue through its security advisory portal.

Critical Impact

Unauthenticated network-based attackers can traverse directory paths to execute arbitrary code on affected Lexmark devices, compromising printing infrastructure and providing a foothold into enterprise networks.

Affected Products

  • Lexmark devices running the Embedded Solutions Framework (ESF)
  • Refer to the Lexmark Security Advisories for the complete list of affected models
  • Specific firmware versions enumerated in Lexmark's advisory

Discovery Timeline

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

Technical Details for CVE-2025-65077

Vulnerability Analysis

The vulnerability resides in the Embedded Solutions Framework, a Lexmark platform that allows applications and workflows to run directly on printers and multifunction devices. The framework fails to properly validate or canonicalize file path inputs supplied through network-accessible interfaces. An attacker can craft requests containing relative path sequences such as ../ to escape the intended working directory.

Once path validation is bypassed, the attacker can place or reference files outside the permitted scope. The result is arbitrary code execution in the context of an unprivileged user account on the device. While code runs unprivileged, it still provides a persistent foothold on networked devices that frequently sit in trusted segments of enterprise networks.

Root Cause

The root cause is insufficient input sanitization on file path parameters processed by ESF components. The framework accepts user-controlled path strings and resolves them without enforcing a canonical base directory boundary. This CWE-22 weakness allows attackers to reference files in arbitrary filesystem locations relative to the application context.

Attack Vector

The attack is delivered over the network against the printer's exposed ESF services. No authentication or user interaction is required. An attacker on the same network segment, or one with routable access to printer management interfaces, can submit crafted requests containing traversal sequences. Successful exploitation yields arbitrary code execution as an unprivileged user, suitable for reconnaissance, lateral movement staging, and persistence on the device.

No verified public exploit code is currently available. Technical details should be reviewed in the Lexmark Security Advisories.

Detection Methods for CVE-2025-65077

Indicators of Compromise

  • HTTP or service-layer requests to Lexmark device endpoints containing ../, ..\, or URL-encoded traversal sequences such as %2e%2e%2f
  • Unexpected outbound network connections originating from printer or multifunction device IP addresses
  • Unusual processes or workflows registered through the Embedded Solutions Framework that were not deployed by administrators
  • Authentication or session activity from printer devices to internal systems outside normal print or scan workflows

Detection Strategies

  • Inspect network traffic destined for Lexmark device management ports for path traversal patterns in request URIs and parameters
  • Compare installed ESF applications against an approved baseline and flag unauthorized additions
  • Correlate printer-originated network flows with expected behavior such as SMB scan-to-folder or LDAP authentication, and alert on deviations

Monitoring Recommendations

  • Forward printer syslog and device event logs to a centralized analytics platform for retention and correlation
  • Place printers on segmented VLANs and monitor inter-VLAN traffic for unexpected protocols or destinations
  • Establish behavioral baselines for each printer model and alert on configuration changes, new application installs, or atypical outbound connections

How to Mitigate CVE-2025-65077

Immediate Actions Required

  • Apply the firmware updates referenced in the Lexmark Security Advisories to all affected devices
  • Inventory every Lexmark device in the environment and cross-reference firmware versions against the advisory
  • Restrict network access to printer management interfaces using ACLs or firewall rules, limiting reachability to authorized administrative hosts
  • Disable the Embedded Solutions Framework on devices where it is not actively used

Patch Information

Lexmark has published firmware updates that remediate the path traversal flaw in the Embedded Solutions Framework. Consult the Lexmark Security Advisories page for the specific firmware build numbers corresponding to each affected device family. Deploy firmware through Lexmark Markvision Enterprise or the device web interface following the vendor's update procedure.

Workarounds

  • Segment printers onto a dedicated VLAN with strict ingress and egress filtering until firmware updates can be deployed
  • Block inbound access to printer HTTP, HTTPS, and ESF service ports from untrusted networks at the perimeter and internal firewalls
  • Disable unused services and protocols on each device including raw print, FTP, and Telnet to reduce attack surface
  • Require administrative authentication for any configuration changes and rotate default credentials
bash
# Example firewall rule to restrict printer management access to admin subnet only
iptables -A FORWARD -s 10.10.50.0/24 -d 10.20.0.0/16 -p tcp --dport 443 -j ACCEPT
iptables -A FORWARD -d 10.20.0.0/16 -p tcp --dport 443 -j DROP
iptables -A FORWARD -d 10.20.0.0/16 -p tcp --dport 80 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLexmark

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/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-22
  • Technical References
  • Lexmark Security Advisories
  • Related CVEs
  • CVE-2024-11344: Lexmark Postscript Interpreter RCE Flaw

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

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

  • CVE-2025-65081: Lexmark Postscript RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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