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-2024-11344

CVE-2024-11344: Lexmark Postscript Interpreter RCE Flaw

CVE-2024-11344 is a type confusion remote code execution vulnerability in the Postscript interpreter of various Lexmark devices. Attackers can exploit this flaw to execute arbitrary code and compromise systems.

Published: June 2, 2026

CVE-2024-11344 Overview

CVE-2024-11344 is a type confusion vulnerability [CWE-843] in the Postscript interpreter used across multiple Lexmark devices. An attacker can leverage the flaw to execute arbitrary code on affected printers and multifunction devices. The issue is network-reachable and requires no authentication or user interaction, making exposed print services a viable entry point into enterprise environments.

Lexmark published a security advisory describing the affected models and firmware. The vulnerability was published to the National Vulnerability Database (NVD) on February 13, 2025.

Critical Impact

A remote, unauthenticated attacker can send a crafted Postscript document to the interpreter and trigger arbitrary code execution on the device.

Affected Products

  • Lexmark devices running affected firmware with the vulnerable Postscript interpreter
  • See the Lexmark Security Advisory for the complete list of impacted models and firmware versions

Discovery Timeline

  • 2025-02-13 - CVE-2024-11344 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-11344

Vulnerability Analysis

The vulnerability is a type confusion flaw [CWE-843] in the embedded Postscript interpreter that Lexmark devices use to parse print jobs. Postscript is a stack-based, Turing-complete page description language. Interpreters track the runtime type of each object on the operand stack and dispatch operators based on that type.

When an interpreter accesses an object as one type while it was allocated as another, the resulting memory access bypasses safety assumptions baked into the operator implementation. An attacker who controls the input stream can stage objects so that a later operator reads or writes memory using a confused type, producing a primitive sufficient for arbitrary code execution on the device.

Because Postscript jobs reach printers through standard print channels, exploitation does not require credentials or local access. The affected devices typically run with elevated privileges on the printer firmware, giving attackers a foothold inside the network with persistent access to print traffic.

Root Cause

The root cause is improper type checking inside the Postscript interpreter. The interpreter trusts type metadata that an attacker-supplied document can influence, allowing operators to act on objects that do not match the expected type signature. The result is an exploitable memory corruption primitive triggered through legitimate Postscript constructs.

Attack Vector

The attack vector is network-based. An attacker submits a malicious Postscript document to the printer over any service that hands the document to the interpreter, including LPD on TCP/515, IPP on TCP/631, raw print on TCP/9100, or web-based submission endpoints. No authentication or user interaction is required. Exploitation results in arbitrary code execution within the device firmware.

No public proof-of-concept exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the Lexmark Security Advisory for vendor-supplied technical details.

Detection Methods for CVE-2024-11344

Indicators of Compromise

  • Unexpected Postscript jobs submitted from non-print-server hosts to printer ports TCP/515, TCP/631, or TCP/9100
  • Outbound network connections initiated by printer firmware to external hosts after job processing
  • Printer reboots, service crashes, or firmware integrity warnings following receipt of large or malformed Postscript jobs

Detection Strategies

  • Inspect print traffic at the network layer for oversized or malformed Postscript documents containing unusual operator sequences
  • Baseline normal print sources and alert on direct device submissions that bypass managed print servers
  • Correlate printer SNMP and syslog events for repeated interpreter errors or unexpected restarts

Monitoring Recommendations

  • Forward printer syslog, SNMP traps, and authentication events to a centralized SIEM or data lake for analysis
  • Monitor egress traffic from the printer VLAN and flag any non-standard destinations or protocols
  • Track firmware versions across the fleet and alert when a device drops below the patched baseline published by Lexmark

How to Mitigate CVE-2024-11344

Immediate Actions Required

  • Identify all Lexmark devices in the environment and cross-reference firmware against the affected list in the Lexmark advisory
  • Apply Lexmark firmware updates as soon as they are validated in a test group
  • Restrict printer management and print submission to dedicated print servers and management VLANs
  • Block direct printer access from end-user and guest networks at the firewall

Patch Information

Lexmark has published remediation guidance and firmware updates through its security advisory portal. Consult the Lexmark Security Advisory for the firmware versions that address CVE-2024-11344 and apply the corresponding update for each model.

Workarounds

  • Disable the Postscript interpreter on devices where Postscript is not required, using the embedded web server or device management console
  • Restrict inbound access to print services (TCP/515, TCP/631, TCP/9100) using network access control lists so only authorized print servers can submit jobs
  • Place printers on a segmented VLAN with egress filtering that blocks arbitrary outbound connections from device firmware
bash
# Example: restrict printer ingress to an authorized print server only
iptables -A FORWARD -p tcp -s <print_server_ip> -d <printer_ip> --dport 9100 -j ACCEPT
iptables -A FORWARD -p tcp -d <printer_ip> --dport 9100 -j DROP
iptables -A FORWARD -p tcp -d <printer_ip> --dport 515  -j DROP
iptables -A FORWARD -p tcp -d <printer_ip> --dport 631  -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

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-843
  • Technical References
  • Lexmark Security Advisory
  • Related CVEs
  • CVE-2025-65080: Lexmark Postscript Interpreter RCE Flaw

  • CVE-2025-65081: Lexmark Postscript RCE Vulnerability

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

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