CVE-2023-35177

8.8 HIGH

📋 TL;DR

This vulnerability in HP LaserJet Pro printers allows remote attackers to execute arbitrary code via a stack-based buffer overflow in the compact font format parser. Attackers could potentially take full control of affected printers. Organizations using vulnerable HP LaserJet Pro models are affected.

💻 Affected Systems

Products:
  • HP LaserJet Pro printers with specific firmware versions
Versions: Firmware versions prior to the fix released by HP
Operating Systems: Printer firmware only
Default Config Vulnerable: ⚠️ Yes
Notes: Affects printers with vulnerable firmware versions; requires network connectivity to exploit.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete printer compromise, lateral movement to internal networks, data exfiltration, or ransomware deployment.

🟠

Likely Case

Printer denial of service, unauthorized access to printed documents, or use as foothold for internal network attacks.

🟢

If Mitigated

Limited to printer functionality disruption if network segmentation and access controls are properly implemented.

🌐 Internet-Facing: HIGH if printers are directly exposed to internet without firewall protection.
🏢 Internal Only: MEDIUM as attackers would need internal network access first.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: MEDIUM

Buffer overflow exploitation requires crafting malicious font files; no public exploit code known at this time.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firmware updates specified in HP security bulletin

Vendor Advisory: https://support.hp.com/us-en/document/ish_8651888-8651916-16/hpsbpi03853

Restart Required: Yes

Instructions:

1. Visit HP support site. 2. Enter printer model. 3. Download latest firmware. 4. Upload to printer via web interface or HP tools. 5. Reboot printer.

🔧 Temporary Workarounds

Network segmentation

all

Isolate printers on separate VLAN with restricted access

Disable unnecessary services

all

Turn off unused network services on printers

🧯 If You Can't Patch

  • Segment printers on isolated network with strict firewall rules
  • Implement network monitoring for suspicious printer traffic

🔍 How to Verify

Check if Vulnerable:

Check printer firmware version via web interface (Settings > System > Firmware)

Check Version:

Not applicable - use printer web interface or HP tools

Verify Fix Applied:

Verify firmware version matches or exceeds patched version from HP advisory

📡 Detection & Monitoring

Log Indicators:

  • Unusual font file uploads
  • Printer crash/reboot events
  • Multiple failed parsing attempts

Network Indicators:

  • Unexpected font file transfers to printer IPs
  • Malformed font packets

SIEM Query:

source="printer_logs" AND (event="crash" OR event="reboot") OR dest_ip="printer_subnet" AND protocol="http" AND uri="*.cff"

🔗 References

📤 Share & Export