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

CVE-2025-65077: Lexmark Devices Path Traversal Flaw

CVE-2025-65077 is a relative path traversal vulnerability in Lexmark devices' Embedded Solutions Framework that enables arbitrary code execution. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-65077 Overview

A relative path traversal vulnerability (CWE-22) has been identified in the Embedded Solutions Framework across various Lexmark devices. This security flaw allows attackers to manipulate file paths to access directories and files outside the intended restricted location. By exploiting this vulnerability, an attacker can leverage the path traversal weakness to execute arbitrary code as an unprivileged user, potentially compromising the device and any sensitive data it handles.

Critical Impact

This network-accessible vulnerability enables remote attackers to execute arbitrary code on affected Lexmark devices without authentication, potentially leading to device takeover, data exfiltration, or lateral movement within corporate networks.

Affected Products

  • Lexmark devices with Embedded Solutions Framework
  • Various Lexmark printer and MFP models
  • Lexmark enterprise device firmware

Discovery Timeline

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

Technical Details for CVE-2025-65077

Vulnerability Analysis

This path traversal vulnerability exists within the Embedded Solutions Framework component of Lexmark devices. The vulnerability stems from insufficient validation of user-supplied input containing path traversal sequences. When the framework processes file path requests, it fails to properly sanitize relative path components such as ../ sequences, allowing attackers to escape the intended directory structure.

The network-accessible nature of this vulnerability means that attackers can exploit it remotely without requiring prior authentication. Once exploited, the attacker gains the ability to execute arbitrary code, though this execution occurs in the context of an unprivileged user rather than with elevated system privileges.

Root Cause

The root cause of CVE-2025-65077 lies in improper input validation within the Embedded Solutions Framework's file handling mechanisms. The framework fails to adequately neutralize special path elements before using them to construct file paths. Specifically, the code does not properly filter or reject path traversal sequences (../, ..\, or encoded variants), allowing attackers to reference parent directories and access files outside the application's designated directory scope.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no user interaction or authentication. An attacker can craft malicious requests containing relative path traversal sequences targeting the Embedded Solutions Framework interface. The attack flow typically involves:

  1. Identifying a Lexmark device with the vulnerable Embedded Solutions Framework exposed to the network
  2. Crafting HTTP requests containing path traversal sequences (e.g., ../../../) in file path parameters
  3. Traversing the directory structure to access sensitive files or reach writable locations
  4. Uploading or executing malicious payloads to achieve arbitrary code execution

The vulnerability can be exploited through specially crafted HTTP requests that include directory traversal sequences. These sequences allow the attacker to break out of the intended file path restrictions and access or manipulate files elsewhere on the device's file system. For detailed technical specifications, refer to the Lexmark Security Advisory.

Detection Methods for CVE-2025-65077

Indicators of Compromise

  • Unusual HTTP requests to Lexmark device web interfaces containing ../ or encoded path traversal sequences (%2e%2e%2f)
  • Unexpected file access patterns in device logs showing attempts to access system directories
  • Anomalous code execution or process spawning on Lexmark devices
  • Network traffic to Lexmark devices from unusual source IP addresses

Detection Strategies

  • Implement network intrusion detection rules to identify HTTP requests containing path traversal patterns targeting Lexmark devices
  • Monitor Lexmark device logs for file access attempts outside expected directories
  • Deploy web application firewall (WAF) rules to filter requests with path traversal sequences
  • Utilize SentinelOne Singularity platform to detect anomalous behavior on network-connected devices

Monitoring Recommendations

  • Enable verbose logging on Lexmark devices where available to capture detailed request information
  • Implement network segmentation monitoring to detect unusual traffic patterns to printer/MFP VLANs
  • Configure SIEM alerts for path traversal patterns in web server logs across the enterprise
  • Regularly audit Lexmark device firmware versions against known vulnerable releases

How to Mitigate CVE-2025-65077

Immediate Actions Required

  • Review the Lexmark Security Advisory for specific patch availability and affected model information
  • Isolate affected Lexmark devices from untrusted network segments immediately
  • Implement network access controls to restrict access to Lexmark device management interfaces
  • Audit network for all Lexmark devices running vulnerable Embedded Solutions Framework versions

Patch Information

Lexmark has published a security advisory addressing this vulnerability. Organizations should consult the official Lexmark Security Advisory page for specific firmware updates and patching instructions applicable to their device models. It is strongly recommended to apply vendor patches as soon as they become available for your specific Lexmark devices.

Workarounds

  • Restrict network access to Lexmark device web interfaces using firewall rules or ACLs
  • Place Lexmark devices on isolated network segments with limited connectivity
  • Disable the Embedded Solutions Framework if not required for business operations
  • Implement a web application firewall to filter path traversal sequences in requests to device interfaces
bash
# Example network access restriction using iptables
# Restrict access to Lexmark device management port (typically 443/80) to trusted admin subnets
iptables -A INPUT -p tcp --dport 443 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP
iptables -A INPUT -p tcp --dport 80 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -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.08%

  • 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 Advisory
  • Related CVEs
  • CVE-2025-65080: Lexmark Postscript Interpreter RCE Flaw

  • CVE-2025-65079: Lexmark PostScript Buffer Overflow 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