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-2026-39047

CVE-2026-39047: EPSON L14150 Buffer Overflow RCE Vulnerability

CVE-2026-39047 is a buffer overflow vulnerability in EPSON L14150 FL27PB that enables remote code execution via the RAW Printing Service on TCP port 9100. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-39047 Overview

CVE-2026-39047 is a stack-based buffer overflow [CWE-121] affecting the EPSON L14150 multifunction printer running firmware FL27PB. The flaw resides in the RAW Printing Service, commonly known as JetDirect, which listens on TCP port 9100. A remote attacker can send a crafted print job to the exposed port and trigger memory corruption in the printer firmware. Successful exploitation causes the device to crash and stop processing print jobs, producing a denial-of-service condition. The CVSS vector indicates that exploitation requires no authentication, no user interaction, and can be performed across the network. The advisory describes potential arbitrary code execution, though the published impact metrics focus on availability loss.

Critical Impact

Unauthenticated remote attackers reachable on TCP/9100 can crash the printer and potentially execute arbitrary code in firmware context, disrupting print services across the network.

Affected Products

  • EPSON L14150 multifunction printer
  • Firmware version FL27PB
  • Any deployment exposing the RAW Printing Service (JetDirect) on TCP port 9100

Discovery Timeline

  • 2026-05-20 - CVE-2026-39047 published to the National Vulnerability Database
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-39047

Vulnerability Analysis

The vulnerability is a stack-based buffer overflow [CWE-121] in the firmware routine that handles incoming print data on TCP port 9100. JetDirect, also referred to as the RAW Printing Service, accepts unstructured print streams without any session authentication. When the firmware copies attacker-controlled data into a fixed-size stack buffer, it fails to validate the input length. The overflow corrupts adjacent stack memory, including saved return addresses and control structures used by the print spooler task.

The attack is network-reachable and requires no privileges or user interaction. Confidentiality and integrity impacts are reported as none, while availability impact is high. In practice, this means the most reliable outcome is a firmware crash and printer reboot loop. The advisory text notes that arbitrary code execution is possible, which would depend on the firmware's memory protections and the attacker's ability to bypass them.

Root Cause

The root cause is missing bounds checking on data read from the JetDirect socket before it is written into a stack buffer. The firmware treats the print stream as trusted and copies bytes until a terminator or session close, allowing an attacker to write past the buffer boundary into saved control data.

Attack Vector

An attacker establishes a TCP connection to port 9100 on the target printer and sends an oversized RAW print payload. No PJL or PostScript dialect is required because the vulnerable path executes before higher-level parsing. The vulnerability manifests on the network-facing print service. Refer to the GitHub CVE-PORT-9100 Repository and the GitHub Gist Example for technical details published by the reporter.

Detection Methods for CVE-2026-39047

Indicators of Compromise

  • Printer becomes unresponsive, reboots unexpectedly, or stops accepting jobs after receiving network traffic on TCP/9100
  • Unsolicited inbound TCP connections to port 9100 from hosts that are not authorized print servers
  • Long or malformed payloads sent to the JetDirect service from internal or external sources

Detection Strategies

  • Inspect network flow records for connections to TCP/9100 originating outside the print server VLAN or from untrusted segments
  • Alert on TCP/9100 sessions containing payloads that exceed normal print job size envelopes or that arrive without prior IPP or LPD negotiation
  • Correlate printer SNMP availability traps with concurrent connections to port 9100 to identify exploitation attempts

Monitoring Recommendations

  • Enable NetFlow or IPFIX on switches serving printer subnets to baseline TCP/9100 traffic patterns
  • Forward printer syslog and SNMP events to a central log platform to catch crash and reboot loops
  • Add an IDS signature for oversized RAW print payloads targeting EPSON L14150 devices on firmware FL27PB

How to Mitigate CVE-2026-39047

Immediate Actions Required

  • Block inbound TCP/9100 at perimeter firewalls and restrict the port to authorized print servers only via internal ACLs
  • Place affected EPSON L14150 devices on an isolated printer VLAN with no direct user or internet access
  • Disable the RAW Printing Service on the printer if IPP or LPD can be used instead for production printing
  • Inventory all EPSON L14150 units and confirm firmware level to identify devices running FL27PB

Patch Information

No vendor patch is referenced in the NVD entry at the time of publication. Monitor the EPSON support portal for firmware updates that supersede FL27PB and apply them once available. Until a fixed firmware build is released, network segmentation and access control are the primary mitigations.

Workarounds

  • Restrict TCP/9100 access using host firewalls or upstream ACLs so that only the designated print server can reach the printer
  • Route all print jobs through a hardened print server that validates job size and source, rather than allowing direct client-to-printer printing
  • Disable JetDirect or RAW printing in the printer's administrative web interface where business workflows allow
bash
# Example ACL restricting TCP/9100 to a single print server
# Replace PRINT_SERVER_IP and PRINTER_IP with your environment values
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

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechEpson

  • SeverityHIGH

  • CVSS Score7.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • GitHub Gist Example

  • GitHub CVE-PORT-9100 Repository
  • Related CVEs
  • CVE-2025-64310: EPSON Projector Auth Bypass Vulnerability

  • CVE-2025-4960: EPSON Privilege Escalation Vulnerability

  • CVE-2020-37064: EPSON EasyMP Privilege Escalation Flaw

  • CVE-2020-36975: EPSON Status Monitor Privilege Escalation
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