Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Microsoft Teams Has Become a Haven for Scammers in China

    August 28, 2026

    Attackers Chain Two PaperCut Flaws to Execute Code Without Authentication

    August 28, 2026

    Ripple is deleting 10,000 lines of XRPL code before lending goes live

    August 28, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Microsoft Teams Has Become a Haven for Scammers in China
    • Attackers Chain Two PaperCut Flaws to Execute Code Without Authentication
    • Ripple is deleting 10,000 lines of XRPL code before lending goes live
    • Why a newly formed lake is sparking fears of more flooding along the Nepal-China border
    • Shearwater steps up Norwegian multi-client push with new 3D seismic survey
    • How Britain Can Help Build a Fairer Global Economy by Danny Sriskandarajah
    • HAARP didn’t cause the flood on the Nepal-Tibet border – Full Fact
    • Mount Kailash, Sacred to 4 Faiths, Drew Pilgrims Lost in Nepal and Tibet Floods
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Friday, August 28
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    Attackers Chain Two PaperCut Flaws to Execute Code Without Authentication

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 28, 2026 Cybersecurity No Comments4 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Ravie LakshmananAug 28, 2026Vulnerability / Web Security

    Malicious actors are exploiting a newly patched security flaw in PaperCut NG and MF to execute arbitrary code on susceptible instances, as the company released a fresh emergency fix with additional hardening.

    “This vulnerability gives an unauthenticated attacker remote control over PaperCut’s trusted configuration, which could be used to execute arbitrary Java code inside the application’s process,” Huntress researchers John Hammond and Andrew Brandt said.

    Specifically, an attacker can leverage an unauthenticated request to make changes to the server configuration and ultimately achieve code execution. Huntress has explained the flaw as follows –

    In unpatched versions of PaperCut NG and PaperCut MF, a specifically crafted request can refer to one page that is rendered for the response, and another page that owns the component or action being executed.

    PaperCut’s authorization check could trust the rendered page and miss the permissions required by the component behind it. We found that an unauthenticated request could be utilized in this way to make changes to the server configuration. This enables access to sensitive endpoints that can trigger unsafe actions, and ultimately lets an ill-intended actor execute any arbitrary attacked-controlled code.

    Cybersecurity

    PaperCut has since publicly disclosed two flaws –

    • CVE-2026-82078 (CVSS score: 9.4) – An unsafe dynamic class loading vulnerability exists in the database connection utilities of PaperCut MF and PaperCut NG. The application instantiates database driver classes based on configurable driver names without validating against an allowlist of approved drivers
    • CVE-2026-81578 (CVSS score: 8.8) – An improper access control vulnerability exists in the web management interface of PaperCut MF and PaperCut NG. Under specific conditions, unauthenticated remote requests targeting administrative functions can trigger backend actions prior to the completion of access validation checks.

    The development comes after PaperCut released a second emergency patch that it said includes “additional hardening beyond the original emergency patch.” The Australian company has yet to share details about the nature of the malicious activity weaponizing the flaws.

    “At this time, we don’t have enough evidence to determine the threat actors’ ultimate end goal,” John Hammond, senior principal security researcher at Huntress, told The Hacker News. “Based on what we observed, the activity appears consistent with early-stage reconnaissance or validation, including commands to identify the victim’s user account and operating system.”

    According to preemptive exposure management firm watchTowr, attackers are chaining together both vulnerabilities to bypass authentication and gain remote code execution on affected instances.

    “CVE-2026-81578 allows you to bypass authentication, and from there, you can edit a configuration file to exploit CVE-2026-82078 and gain Remote Code Execution,” Jake Knott, head of threat intelligence at watchTowr, told The Hacker News.

    The cybersecurity company said it also discovered multiple patch bypasses and an additional authentication bypass vulnerability, adding one of the patch bypasses has been remediated in the second emergency patch. That said, new patch bypasses affecting the latest, fully patched version have been identified.

    Huntress said it has observed limited exploitation on two customer environments, with the attackers executing Base64-encoded commands on the targeted server as part of post-exploitation activity to determine user account and operating system using a chained command “whoami & ver.”

    Also deployed as part of the attack is a Java .class file that’s operating system agnostic and can run commands under either Linux or Windows systems to fingerprint the machine and obtain a directory listing of files stored on the computer. The data is written to a file named “Udydn.out” in a “/data/content/” path relative to the program’s installation directory.

    Once this step is complete, the .class file deletes “Udydn.out,” the server’s “server.log” file, and a “/data/internal/derby.log” file.

    In another incident recorded on August 27, 2026, the threat actors are said to have used a different version of the .class file that runs a tweaked version of the command to also capture the list of running processes: “whoami & ver & tasklist”

    Cybersecurity

    Organizations that have PaperCut NG and MF in their environment are advised to remove public exposure immediately and apply the patch as soon as possible. It’s also recommended to restrict PaperCut Application Server web access to trusted IP addresses or place it behind a VPN or another controlled administrative path.

    “PaperCut is a prime target for attackers of every motivation, as not only is it an internet-facing pivot into a corporate environment, but it is a sensitive information treasure trove if printed documents can be stored and exfiltrated,” Knott said in a statement shared with The Hacker News.

    “Organizations with vulnerable internet-facing instances of PaperCut need to remove public internet access where possible, and begin hunting for signs of compromise, such as looking for ‘Database error looking up cardID: VALUES CAST’ errors in log files.”

    Attackers Authentication chain Code Execute flaws PaperCut
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Ripple is deleting 10,000 lines of XRPL code before lending goes live

    Over 8,300 Gitea servers vulnerable to code execution attacks

    68-year-old imprisoned after making $1.3 million by pirating IPTV services

    Why privacy by design is key to earning customer trust

    AI Is Accelerating Vulnerability Discovery. Can Defenders Keep Up?

    Two Unitree G1 EDU Humanoid Robot Flaws Enable Root RCE, One Starts Over Bluetooth

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Microsoft Teams Has Become a Haven for Scammers in China

    August 28, 2026

    Attackers Chain Two PaperCut Flaws to Execute Code Without Authentication

    August 28, 2026

    Ripple is deleting 10,000 lines of XRPL code before lending goes live

    August 28, 2026

    Why a newly formed lake is sparking fears of more flooding along the Nepal-China border

    August 28, 2026
    Latest Posts

    NASA Awards 2026 Innovative Technology Concepts

    July 30, 2026

    Microsoft Quietly Adds New Windows App That Wants to Scan Your Face

    July 30, 2026

    US Bans Foreign-Made Humanoid Robots, Targeting China Over National Security

    July 30, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Microsoft Teams Has Become a Haven for Scammers in China

    August 28, 2026

    Attackers Chain Two PaperCut Flaws to Execute Code Without Authentication

    August 28, 2026

    Ripple is deleting 10,000 lines of XRPL code before lending goes live

    August 28, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.