Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Top 10 Managed Firewall Services for 2026
September 7, 2026
APT28 Uses New HOOKEDGE Backdoor to Spy on European Organizations
September 7, 2026
Critical PaperCut Flaws Let Attackers Execute Code, Exploit Underway
September 7, 2026
Home/CyberSecurity News/Critical PaperCut Flaws Let Attackers Execute Code, Exploit Underway
CyberSecurity News

Critical PaperCut Flaws Let Attackers Execute Code, Exploit Underway

Key Takeaways Two critical vulnerabilities, CVE-2026-81578 and CVE-2026-82078, in PaperCut servers are under active exploitation. Attackers are using these flaws to execute arbitrary code, steal...

David kimber
David kimber
September 7, 2026 4 Min Read
2 0

Key Takeaways

  • Two critical vulnerabilities, CVE-2026-81578 and CVE-2026-82078, in PaperCut servers are under active exploitation.
  • Attackers are using these flaws to execute arbitrary code, steal credentials, and create new privileged accounts.
  • The vulnerabilities impact PaperCut print management servers, often found in enterprise environments.
  • PaperCut has confirmed the active exploitation, and organizations are urged to apply patches immediately.

Hackers Exploit Critical PaperCut Flaws for Code Execution and Credential Theft

Cybersecurity researchers have issued urgent warnings regarding two critical vulnerabilities, identified as CVE-2026-81578 and CVE-2026-82078, affecting PaperCut servers. These flaws are actively being exploited in the wild, enabling threat actors to execute arbitrary commands, exfiltrate sensitive credentials, and potentially establish persistent access through the creation of highly privileged user accounts within victim networks.

Table Of Content

  • Key Takeaways
  • Hackers Exploit Critical PaperCut Flaws for Code Execution and Credential Theft
  • Attackers Leverage PaperCut for Reconnaissance and Data Exfiltration
  • Indicators of Compromise
  • What You Should Do

According to recent analysis from Arctic Wolf Threat Intelligence, these vulnerabilities are being leveraged to compromise networks via vulnerable PaperCut print-management servers. This initial compromise then serves as a springboard for further post-exploitation activities, allowing attackers to deepen their foothold and expand their malicious operations.

The severity of this threat is underscored by PaperCut’s confirmation that active exploitation commenced on August 27, 2026. The CVE identifiers were assigned just one day later, and by August 31, the vulnerabilities were added to CISA’s Known Exploited Vulnerabilities catalog, highlighting the rapid escalation and widespread concern among cybersecurity authorities.

The implications of these vulnerabilities are particularly significant because PaperCut servers are commonly integrated into enterprise infrastructures. Their position often grants them access to critical network services, including Active Directory, and sensitive authentication settings, making them high-value targets for adversaries.

Attackers Leverage PaperCut for Reconnaissance and Data Exfiltration

Following a successful compromise of affected PaperCut servers, attackers typically initiate reconnaissance activities to gather intelligence about the operational environment. Standard discovery commands, such as whoami, ver, tasklist, and uname -a, are executed to identify the compromised host, enumerate logged-in users, list running processes, and ascertain operating system details.

According to Arctic Wolf Threat Intelligence’s report on GitHub, unusual behavior has been observed where the PaperCut process pc-app.exe is seen launching cmd.exe and PowerShell, which are anomalous actions for typical print-management software.

Attackers have also been observed employing specific commands to search for sensitive information within PaperCut configuration files. The command findstr /s /i /n /c: "password"/c: "secret"/c: "bind"/c: "ldap"/c: "token" indicates a clear intent to extract critical authentication data, including LDAP bind credentials, API tokens, and service passwords, which are often stored in these files.

Credential theft forms a core component of this campaign. Threat actors are deploying tools such as lsa_collect.exe, lsa_collect_small.exe, and save_hives.exe. These tools are delivered using certutil, a legitimate Windows utility frequently abused by attackers to retrieve remote files. Their purpose is to extract registry data crucial for decrypting protected registry secrets and targeting the Security Account Manager (SAM) database, thereby harvesting user credentials.

Researchers have also noted incoming requests for files matching specific patterns, suggesting attempts to retrieve command output or other collected data from compromised systems. Furthermore, the presence of Meterpreter Java payloads points to the potential use of Metasploit tools for establishing persistent remote access and facilitating ongoing exploitation.

Of particular concern are reports indicating attempts to create a privileged account named “Administrator17” within compromised environments. This tactic poses a significant risk, as it can grant attackers sustained access, even if the initial vulnerabilities are patched. Organizations are strongly advised to scrutinize account management logs for any unexpected administrator accounts created around the time of suspicious PaperCut server activity.

Given that PaperCut has been a recurring target for cyberattacks, with previous vulnerabilities like CVE-2023-27350 and CVE-2023-27351 being linked to LockBit ransomware operations, the urgency for swift action, including patching and proactive threat hunting, is paramount.

For effective detection and response, defenders should meticulously review PaperCut server log files for any entries related to exploitation, particularly specific error messages. Additionally, monitoring for the creation of short, five-character files or unusual activations of command interpreters associated with pc-app.exe is highly recommended.

Indicators of Compromise

IOC Type Important Indicators
IP Addresses 45[.]142[.]193[.]132
45[.]142[.]193[.]196
194[.]180[.]48[.]134
Malicious Files lsa_collect.exe
lsa_collect_small.exe
save_hives.exe
SHA-256 c3f7109963b9599eb93fd9a97a4ffa38e672642b35b33608d69e6bbf9f19da4e
14779d0d7ad6be3d7bf9ed78e4ab6016f22dfa7bc8b5d9c43b56011f7fe2ea19
Account Administrator17
File Patterns /custom/pcp_[0-9a-z]{10}.txt
/custom/web/pcp_[0-9a-z]{10}.txt
Commands cmd.exe /d /s /c "ver || uname -a"
cmd /c "whoami & ver & tasklist"
PaperCut Logs jdbc:derby:memory:pwn;create=true
VALUES CAST(X'cafebabe
Key Behavior pc-app.exe launching cmd.exe, PowerShell, Java payloads, or scripting interpreters

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

What You Should Do

  • Immediately apply all available patches and updates released by PaperCut to address CVE-2026-81578 and CVE-2026-82078.
  • Block all identified malicious IP addresses at your network perimeter.
  • Isolate any potentially compromised PaperCut servers from the network to prevent further lateral movement.
  • Rotate all credentials that may have been exposed or accessed from compromised PaperCut servers.
  • Thoroughly investigate administrator account management logs for the unexpected creation of new privileged accounts, especially “Administrator17.”
  • Implement continuous monitoring of PaperCut server logs for the Indicators of Compromise (IOCs) provided, including specific error messages, unusual command executions, and suspicious file patterns.
  • Conduct proactive threat hunting across your environment to detect any lingering presence of attackers or additional compromised systems.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitHackerPatchransomwareSecurityThreat

Share Article

David kimber

David kimber

David is a penetration tester turned security journalist with expertise in mobile security, IoT vulnerabilities, and exploit development. As an OSCP-certified security professional, David brings hands-on technical experience to his reporting on vulnerabilities and security research. His articles often feature detailed technical analysis of exploits and provide actionable defense recommendations. David maintains an active presence in the security research community and has contributed to multiple open-source security tools.

Previous Post

OpenAI Confirms Wiki Hijack, Plans Disclosure Framework

Next Post

APT28 Uses New HOOKEDGE Backdoor to Spy on European Organizations

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
CrowdStrike Falcon, Chrome 0-Day, GPT-6 Astra, Dropbox Breach: Weekly Cybersecurity Recap
September 7, 2026
Top 10 Network Security Policy Management Tools for 2026
September 7, 2026
CrowdStrike Unveils SafeMind, an Agentic AI Cybersecurity Solution
September 6, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
David kimber
David kimber
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us