{"id":1310,"date":"2026-09-01T13:44:18","date_gmt":"2026-09-01T08:14:18","guid":{"rendered":"https:\/\/www.hexnode.com\/threat-watch\/?p=1310"},"modified":"2026-09-02T10:42:34","modified_gmt":"2026-09-02T05:12:34","slug":"papercut-cve-2026-82078-second-emergency-patch-guide","status":"publish","type":"post","link":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/","title":{"rendered":"PaperCut CVE-2026-82078: Second Emergency Patch After Attackers Broke the First Fix"},"content":{"rendered":"<p>PaperCut shipped a second emergency patch within roughly 48 hours of the first one. That timing tells administrators something on its own: the original fix for PaperCut CVE-2026-82078 didn&#8217;t fully close the hole attackers were using.<\/p>\n<p>PaperCut NG and PaperCut MF now carry two disclosed vulnerabilities, CVE-2026-82078 and <a href=\"https:\/\/www.tenable.com\/cve\/CVE-2026-81578?utm_source=hexnode_blog&amp;utm_medium=referral&amp;utm_campaign=papercut_cve_2026_82078\" rel=\"nofollow\">CVE-2026-81578<\/a>. Chained together, they let an unauthenticated attacker reach the PaperCut Application Server, alter its configuration, and run code under the server&#8217;s own security context, without needing credentials. Huntress reproduced the full chain and confirmed exploitation in two customer environments, while watchTowr\u2019s analysis helped identify patch bypasses and an additional authentication-bypass issue.<\/p>\n<p>This matters beyond the <a href=\"https:\/\/www.hexnode.com\/blogs\/explained\/what-is-common-vulnerabilities-and-exposures-cve-in-cybersecurity\/\">CVE<\/a> score. PaperCut sits inside networks that touch identity systems, file shares, and endpoint fleets across universities, hospitals, and enterprises. A print management server with pre-authentication <a href=\"https:\/\/www.hexnode.com\/blogs\/explained\/what-is-remote-code-execution-rce\/\">RCE<\/a> isn&#8217;t a maintenance item; it&#8217;s an active exposure that needs immediate patching, log review, and endpoint investigation.<\/p>\n<p><center>    \t\t<!-- button style scb20be917a3efc78059cf9961ee4e54284 -->\r\n    \t\t<style>\r\n    \t\t\t.scb20be917a3efc78059cf9961ee4e54284, a.scb20be917a3efc78059cf9961ee4e54284{\r\n    \t\t\t\tcolor: #fff;\r\n    \t\t\t\tbackground-color: #00868B;\r\n    \t\t\t}\r\n    \t\t\t.scb20be917a3efc78059cf9961ee4e54284:hover, a.scb20be917a3efc78059cf9961ee4e54284:hover{\r\n    \t\t\t\t    \t\t\t\tbackground-color: #32b8bd;\r\n    \t\t\t}\r\n    \t\t<\/style>\r\n    \t\t<a href=\"https:\/\/www.hexnode.com\/\" class=\"ht-shortcodes-button scb20be917a3efc78059cf9961ee4e54284  hn-cta__blogs--inline-button \" id=\"\" style=\"\" >\r\n    \t\tBook a free demo and explore Hexnode today!<\/a>\r\n    \t\t<\/center><\/p>\n<h2>Two flaws, one pre-authentication path to code execution<\/h2>\n<p>Two flaws combine into a single pre-auth exploit chain:<\/p>\n<ul>\n<li><strong>CVE-2026-81578 (CVSS 8.8):<\/strong> A permissions-checking flaw. PaperCut validates access for the page it returns, not the action a request actually triggers. Unauthenticated requests can reach administrative functions before validation completes, letting an attacker change server configuration without logging in.<\/li>\n<li><strong>CVE-2026-82078 (CVSS 9.4, Critical):<\/strong> PaperCut&#8217;s database connection utilities load driver classes from configuration values with no allowlist check. An attacker who can manipulate those configuration values can execute arbitrary Java bytecode residing on the PaperCut application classpath under the PaperCut server process\u2019s security context.<\/li>\n<li><strong>Chained result:<\/strong> An unauthenticated attacker can bypass login, alter configuration, and execute code under the PaperCut server process&#8217;s own security context.<\/li>\n<li><strong>Confirmed in testing:<\/strong> Huntress reproduced the chain on a stock PaperCut NG build and triggered the server process into launching a system utility with SYSTEM privileges, confirming code execution at the highest Windows privilege tier.<\/li>\n<\/ul>\n<div class=\"next_blog\"><div class=\"post-next\"><div class=\"hex_blog_box_parent\"><div class=\"blog_warp_next\"><div class=\"next_blog_thumb\" style=\"background-image:url(https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/08\/cybersecurity-challenges.jpeg?format=webp)\"><\/div><div class=\"next_post_content\"><div class=\"center_box\"><h4>Top 10 Cybersecurity Challenges for Enterprises<\/h4><p>Enterprise cybersecurity challenges demand visibility, automation, and risk-based prioritization strategies.<\/p><\/div><\/div><\/div><a class=\"hex_blog_box_link hn-cta__blogs--blog-box\" href=\"https:\/\/www.hexnode.com\/blogs\/top-10-cybersecurity-challenges-for-enterprises\/\" aria-label=\"Top 10 Cybersecurity Challenges for Enterprises\"><\/a><\/div><\/div><\/div>\n<h2>From reconnaissance to remote access tools<\/h2>\n<p>Huntress tracked exploitation in two customer environments:<\/p>\n<ul>\n<li><strong>Incident 1:<\/strong> A Java class file was decoded and ran on the server, executing basic identification commands (user and OS version). The attacker then deleted the output file and the PaperCut server log to erase evidence.<\/li>\n<li><strong>Incident 2:<\/strong> Same pattern, with an added command to list running processes.<\/li>\n<\/ul>\n<p>That was reconnaissance. PaperCut&#8217;s latest update reports the next step: attackers are now covertly installing legitimate remote access software on compromised Application Servers. <a href=\"https:\/\/www.hexnode.com\/blogs\/explained\/what-is-ransomware-in-cybersecurity\/\">Ransomware<\/a> deployment, data theft, and <a href=\"https:\/\/www.hexnode.com\/blogs\/explained\/what-is-lateral-movement\/\">lateral movement<\/a> beyond the PaperCut host remain unconfirmed, but the move from information-gathering to persistent remote access is a real escalation and should be treated as an active-intrusion signal, not routine noise.<\/p>\n<p>PaperCut has drawn this kind of attention before. A 2023 <a href=\"https:\/\/www.hexnode.com\/blogs\/explained\/what-is-vulnerability-in-cybersecurity\/\">vulnerability<\/a> in the same platform was linked to multiple ransomware-affiliated groups. That doesn&#8217;t predict where this campaign goes, but it explains why PaperCut keeps getting targeted.<\/p>\n<h2>Signals that warrant immediate investigation<\/h2>\n<table style=\"width: 100%;\">\n<thead>\n<tr>\n<th style=\"width: 34.8837%; text-align: left;\">Signal<\/th>\n<th style=\"width: 37.8436%; text-align: left;\">What it indicates<\/th>\n<th style=\"width: 26.3214%; text-align: left;\">Response priority<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"width: 34.8837%;\">Endpoint, network, or IDS alerts tied to <code>pc-app.exe<\/code><\/td>\n<td style=\"width: 37.8436%;\">Possible post-exploitation activity from the PaperCut Application Server process<\/td>\n<td style=\"width: 26.3214%;\">Critical<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 34.8837%;\">Missing, truncated, or deleted <code>server.log<\/code><\/td>\n<td style=\"width: 37.8436%;\">Possible attempt to remove evidence of exploitation<\/td>\n<td style=\"width: 26.3214%;\">Critical<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 34.8837%;\">Specific <code>DatabaseUtils<\/code> or JDBC driver error entries in server.log<\/td>\n<td style=\"width: 37.8436%;\">Direct indicator tied to the CVE-2026-82078 exploitation path<\/td>\n<td style=\"width: 26.3214%;\">Critical<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 34.8837%;\">Unrecognized remote access software installed on the PaperCut host<\/td>\n<td style=\"width: 37.8436%;\">Possible persistence following successful exploitation<\/td>\n<td style=\"width: 26.3214%;\">High<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 34.8837%;\">PaperCut Application Server reachable from the public internet<\/td>\n<td style=\"width: 37.8436%;\">Exposure that allows unauthenticated exploitation attempts<\/td>\n<td style=\"width: 26.3214%;\">High<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>PaperCut has been explicit that the absence of these signals doesn&#8217;t rule out compromise, particularly since attackers have shown they can delete the very logs a team would check.<\/p>\n<h2>Why the first patch wasn&#8217;t enough<\/h2>\n<ul>\n<li>PaperCut shipped Emergency Patch Release 1 for NG\/MF versions 24\u201326.<\/li>\n<li>Within about two days, watchTowr found multiple bypasses plus a second authentication issue, forcing Release 2 with additional hardening.<\/li>\n<li>PaperCut recommends installing Release 2 even if Release 1 is already applied \u2014 Release 1 isn&#8217;t redundant; it&#8217;s incomplete.<\/li>\n<li>Separately, a large share of tracked PaperCut deployments still run version 23 or earlier, which has no available patch, leaving exposed servers regardless of how fast current customers move.<\/li>\n<\/ul>\n<section id='resource-single'>\n                    <div class='resource-box'>\n                        <div class='resource-box__image-section'>\n                            <div class='resource-box__image-wrap'>\n                                <img decoding=\"async\" src=\"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/08\/introduction-to-hexnode-xdr-300x168-1.webp?format=webp\" class=\"resource-box__image\" alt=\"introduction-to-hexnode-xdr-300x168\" loading=\"lazy\" srcset=\"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/08\/introduction-to-hexnode-xdr-300x168-1.webp?format=webp 300w, https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/08\/introduction-to-hexnode-xdr-300x168-1-179x100.webp?format=webp 179w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" title=\"introduction-to-hexnode-xdr-300x168\" \/>\n                            <\/div>\n                        <\/div>\n                        <div class='resource-box__content-section'>\n                            <h5 class='resource-box__content-subheading'>\n                            Featured resource\n                            <\/h5>\n                            <h4 class='resource-box__content-heading'>\n                            Introduction to Hexnode XDR\n                            <\/h4>\n                            <p class='resource-box__contents'>\n                            Hexnode XDR unifies threat detection, endpoint correlation, and UEM integration for proactive, coordinated enterprise defense.\n                            <\/p>\n                            <a class='resource-box__content-link hn-cta__blogs--resource-box' href='https:\/\/www.hexnode.com\/resources\/introduction-to-hexnode-xdr\/'>\n                            DOWNLOAD\n                            <svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='20' height='20' viewBox='0 0 20 20'>\n                            <g id='arrow' transform='translate(-309 -191)' opacity='0'>\n                                <rect id='base' width='20' height='20' transform='translate(309 191)' fill='none'\/>\n                                <path id='arrow-2' data-name='arrow' d='M13.093.5,6.8,6.8.5.5' transform='translate(315 207.594) rotate(-90)' fill='none' stroke='#0549d1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'\/>\n                            <\/g>\n                            <\/svg>\n\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/section>\n<h2>Where Hexnode fits into PaperCut incident response<\/h2>\n<p><a href=\"https:\/\/www.hexnode.com\/uem\/\">Hexnode UEM<\/a> and <a href=\"https:\/\/www.hexnode.com\/xdr\/\">Hexnode XDR<\/a> don&#8217;t replace patching PaperCut itself \u2014 they support the surrounding response work.<\/p>\n<h3>UEM (before and during patching):<\/h3>\n<ul>\n<li>Write and deploy a custom script through Hexnode UEM&#8217;s script deployment feature to check installed PaperCut versions across the Windows fleet and flag machines still awaiting Release 2.<\/li>\n<li>Use Hexnode UEM&#8217;s automated patch management to build criteria-based policies that deploy critical OS security updates without manual intervention, shrinking the standing attack surface around servers like PaperCut&#8217;s.<\/li>\n<\/ul>\n<h3>XDR (if the PaperCut host is already a managed endpoint):<\/h3>\n<ul>\n<li>Isolate a suspected device from the network while keeping a live connection to the XDR console for forensics.<\/li>\n<li>Kill a malicious process or its entire process tree.<\/li>\n<li>Quarantine suspicious binaries recovered from the server.<\/li>\n<\/ul>\n<p>None of this replaces applying Emergency Patch Release 2, restricting the Application Server to trusted IPs, or engaging PaperCut and incident response specialists directly. Telemetry and containment work alongside those steps, not instead of them.<\/p>\n<div class=\"faq-section-wrapper\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"><h2 class=\"faq-main-title\">FAQs<\/h2><div class=\"faq-items\"><div class=\"faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"><div class=\"faq-item__question\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\"><span itemprop=\"name\">What is CVE-2026-82078?<\/span>\n            <div class=\"toggle\" aria-hidden=\"true\"><span><\/span><span><\/span><\/div>\n        <\/div> <div class=\"faq-item__content\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"><div class=\"faq-item__body\" itemprop=\"text\"><p>It&#8217;s a critical vulnerability in PaperCut NG\/MF&#8217;s database connection utilities that allows unsafe dynamic class loading, letting an attacker with configuration access run arbitrary Java code on the server.<\/p>\n<\/div><\/div><\/div>\n<div class=\"faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"><div class=\"faq-item__question\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\"><span itemprop=\"name\">Is installing the first emergency patch enough?<\/span>\n            <div class=\"toggle\" aria-hidden=\"true\"><span><\/span><span><\/span><\/div>\n        <\/div> <div class=\"faq-item__content\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"><div class=\"faq-item__body\" itemprop=\"text\"><p>No. Researchers found bypasses for the original patch, and PaperCut recommends installing Emergency Patch Release 2 even if Release 1 is already applied.<\/p>\n<\/div><\/div><\/div>\n<div class=\"faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"><div class=\"faq-item__question\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\"><span itemprop=\"name\">What should administrators check first?<\/span>\n            <div class=\"toggle\" aria-hidden=\"true\"><span><\/span><span><\/span><\/div>\n        <\/div> <div class=\"faq-item__content\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"><div class=\"faq-item__body\" itemprop=\"text\"><p>Confirm whether the PaperCut Application Server is reachable from the internet, restrict it to trusted IP addresses, and search server logs for the specific error strings and pc-app.exe activity PaperCut has published as indicators.<\/p>\n<\/div><\/div><\/div><\/div><\/div>\n<h3>Conclusion<\/h3>\n<p>The PaperCut patch cycle shows how quickly a &#8220;patched&#8221; vulnerability can turn out not to be. Enterprises running PaperCut NG or MF should install Emergency Patch Release 2 regardless of prior patch status, restrict application-server access to trusted networks, and review server logs for the specific indicators PaperCut has published, treating log gaps as suspicious rather than reassuring.<\/p>\n<p>Beyond this incident, the lesson holds for any internet-facing management platform: patch confirmation, log integrity, and endpoint visibility all need to move together, not in sequence.<\/p>\n<div class=\"signup_box\"><div class=\"signup_wrap_img\"><div class=\"signup-bg\" style=\"background-image:url(https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/08\/Hexnode-MDM-free-trial.jpg?format=webp)\"><\/div><\/div><div class=\"signup_wrap\"><h5>Stay ahead of active exploits with Hexnode<\/h5><p>Get endpoint visibility and patch control before the next emergency bulletin lands. \r\n<\/p><a href=\"https:\/\/www.hexnode.com\/mobile-device-management\/cloud\/signup\/\" class=\"hn-cta__blogs--signup-stripe\" target=\"_blank\"> SIGN UP NOW<\/a><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>PaperCut shipped a second emergency patch within roughly 48 hours of the first one. That&#8230;<\/p>\n","protected":false},"author":5,"featured_media":1311,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[15,21],"class_list":["post-1310","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-malware","category-patch-management","product_category-extended-detection-and-response","tab_group-vulnerabilities"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PaperCut CVE-2026-82078: Second Emergency Patch Guide<\/title>\n<meta name=\"description\" content=\"PaperCut CVE-2026-82078 chains with CVE-2026-81578 for pre-auth RCE. Here&#039;s what changed, what&#039;s confirmed, and how to respond.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PaperCut CVE-2026-82078: Second Emergency Patch Guide\" \/>\n<meta property=\"og:description\" content=\"PaperCut CVE-2026-82078 chains with CVE-2026-81578 for pre-auth RCE. Here&#039;s what changed, what&#039;s confirmed, and how to respond.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Hexnode Threat Watch\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Hexnode\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-01T08:14:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T05:12:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/09\/papercut-cve-2026-82078.jpeg?format=webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1340\" \/>\n\t<meta property=\"og:image:height\" content=\"700\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Sophia Hart\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@thehexnode\" \/>\n<meta name=\"twitter:site\" content=\"@thehexnode\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sophia Hart\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/\"},\"author\":{\"name\":\"Sophia Hart\",\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/#\\\/schema\\\/person\\\/7303d7e90665b5fbccde155fa1c11430\"},\"headline\":\"PaperCut CVE-2026-82078: Second Emergency Patch After Attackers Broke the First Fix\",\"datePublished\":\"2026-09-01T08:14:18+00:00\",\"dateModified\":\"2026-09-02T05:12:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/\"},\"wordCount\":1108,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/papercut-cve-2026-82078.jpeg?format=webp\",\"articleSection\":[\"Malware\",\"Patch Management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/\",\"url\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/\",\"name\":\"PaperCut CVE-2026-82078: Second Emergency Patch Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/papercut-cve-2026-82078.jpeg?format=webp\",\"datePublished\":\"2026-09-01T08:14:18+00:00\",\"dateModified\":\"2026-09-02T05:12:34+00:00\",\"description\":\"PaperCut CVE-2026-82078 chains with CVE-2026-81578 for pre-auth RCE. Here's what changed, what's confirmed, and how to respond.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/papercut-cve-2026-82078.jpeg?format=webp\",\"contentUrl\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/papercut-cve-2026-82078.jpeg?format=webp\",\"width\":1340,\"height\":700,\"caption\":\"papercut cve-2026-82078\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/papercut-cve-2026-82078-second-emergency-patch-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PaperCut CVE-2026-82078: Second Emergency Patch After Attackers Broke the First Fix\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/#website\",\"url\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/\",\"name\":\"Hexnode Threat Watch\",\"description\":\"Latest cyber threats, smarter enterprise response.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/#organization\"},\"alternateName\":\"Threat Watch\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/#organization\",\"name\":\"Hexnode\",\"url\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/hexnode-2.png?format=webp\",\"contentUrl\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/hexnode-2.png?format=webp\",\"width\":100,\"height\":100,\"caption\":\"Hexnode\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Hexnode\\\/\",\"https:\\\/\\\/x.com\\\/thehexnode\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/hexnode\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/#\\\/schema\\\/person\\\/7303d7e90665b5fbccde155fa1c11430\",\"name\":\"Sophia Hart\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9f2fcf8cf2a94925b3769939d19f157c643407bd45ff69fd553f22903b961f3a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9f2fcf8cf2a94925b3769939d19f157c643407bd45ff69fd553f22903b961f3a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9f2fcf8cf2a94925b3769939d19f157c643407bd45ff69fd553f22903b961f3a?s=96&d=mm&r=g\",\"caption\":\"Sophia Hart\"},\"description\":\"A storyteller for practical people. Breaks down complicated topics into steps, trade-offs, and clear next actions\u2014without the buzzword fog. Known to replace fluff with facts, sharpen the message, and keep things readable\u2014politely.\",\"url\":\"https:\\\/\\\/www.hexnode.com\\\/threat-watch\\\/author\\\/sophia-hart\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PaperCut CVE-2026-82078: Second Emergency Patch Guide","description":"PaperCut CVE-2026-82078 chains with CVE-2026-81578 for pre-auth RCE. Here's what changed, what's confirmed, and how to respond.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/","og_locale":"en_US","og_type":"article","og_title":"PaperCut CVE-2026-82078: Second Emergency Patch Guide","og_description":"PaperCut CVE-2026-82078 chains with CVE-2026-81578 for pre-auth RCE. Here's what changed, what's confirmed, and how to respond.","og_url":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/","og_site_name":"Hexnode Threat Watch","article_publisher":"https:\/\/www.facebook.com\/Hexnode\/","article_published_time":"2026-09-01T08:14:18+00:00","article_modified_time":"2026-09-02T05:12:34+00:00","og_image":[{"width":1340,"height":700,"url":"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/09\/papercut-cve-2026-82078.jpeg?format=webp","type":"image\/jpeg"}],"author":"Sophia Hart","twitter_card":"summary_large_image","twitter_creator":"@thehexnode","twitter_site":"@thehexnode","twitter_misc":{"Written by":"Sophia Hart","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/#article","isPartOf":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/"},"author":{"name":"Sophia Hart","@id":"https:\/\/www.hexnode.com\/threat-watch\/#\/schema\/person\/7303d7e90665b5fbccde155fa1c11430"},"headline":"PaperCut CVE-2026-82078: Second Emergency Patch After Attackers Broke the First Fix","datePublished":"2026-09-01T08:14:18+00:00","dateModified":"2026-09-02T05:12:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/"},"wordCount":1108,"commentCount":0,"publisher":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/#organization"},"image":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/09\/papercut-cve-2026-82078.jpeg?format=webp","articleSection":["Malware","Patch Management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/","url":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/","name":"PaperCut CVE-2026-82078: Second Emergency Patch Guide","isPartOf":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/#primaryimage"},"image":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/09\/papercut-cve-2026-82078.jpeg?format=webp","datePublished":"2026-09-01T08:14:18+00:00","dateModified":"2026-09-02T05:12:34+00:00","description":"PaperCut CVE-2026-82078 chains with CVE-2026-81578 for pre-auth RCE. Here's what changed, what's confirmed, and how to respond.","breadcrumb":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/#primaryimage","url":"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/09\/papercut-cve-2026-82078.jpeg?format=webp","contentUrl":"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/09\/papercut-cve-2026-82078.jpeg?format=webp","width":1340,"height":700,"caption":"papercut cve-2026-82078"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hexnode.com\/threat-watch\/papercut-cve-2026-82078-second-emergency-patch-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hexnode.com\/threat-watch\/"},{"@type":"ListItem","position":2,"name":"PaperCut CVE-2026-82078: Second Emergency Patch After Attackers Broke the First Fix"}]},{"@type":"WebSite","@id":"https:\/\/www.hexnode.com\/threat-watch\/#website","url":"https:\/\/www.hexnode.com\/threat-watch\/","name":"Hexnode Threat Watch","description":"Latest cyber threats, smarter enterprise response.","publisher":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/#organization"},"alternateName":"Threat Watch","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hexnode.com\/threat-watch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hexnode.com\/threat-watch\/#organization","name":"Hexnode","url":"https:\/\/www.hexnode.com\/threat-watch\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hexnode.com\/threat-watch\/#\/schema\/logo\/image\/","url":"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/08\/hexnode-2.png?format=webp","contentUrl":"https:\/\/www.hexnode.com\/threat-watch\/wp-content\/uploads\/2026\/08\/hexnode-2.png?format=webp","width":100,"height":100,"caption":"Hexnode"},"image":{"@id":"https:\/\/www.hexnode.com\/threat-watch\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Hexnode\/","https:\/\/x.com\/thehexnode","https:\/\/www.linkedin.com\/company\/hexnode"]},{"@type":"Person","@id":"https:\/\/www.hexnode.com\/threat-watch\/#\/schema\/person\/7303d7e90665b5fbccde155fa1c11430","name":"Sophia Hart","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9f2fcf8cf2a94925b3769939d19f157c643407bd45ff69fd553f22903b961f3a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9f2fcf8cf2a94925b3769939d19f157c643407bd45ff69fd553f22903b961f3a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9f2fcf8cf2a94925b3769939d19f157c643407bd45ff69fd553f22903b961f3a?s=96&d=mm&r=g","caption":"Sophia Hart"},"description":"A storyteller for practical people. Breaks down complicated topics into steps, trade-offs, and clear next actions\u2014without the buzzword fog. Known to replace fluff with facts, sharpen the message, and keep things readable\u2014politely.","url":"https:\/\/www.hexnode.com\/threat-watch\/author\/sophia-hart\/"}]}},"_links":{"self":[{"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/posts\/1310","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/comments?post=1310"}],"version-history":[{"count":2,"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/posts\/1310\/revisions"}],"predecessor-version":[{"id":1314,"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/posts\/1310\/revisions\/1314"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/media\/1311"}],"wp:attachment":[{"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/media?parent=1310"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hexnode.com\/threat-watch\/wp-json\/wp\/v2\/categories?post=1310"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}