AI Security AI安全 7h ago Updated 1h ago 更新于 1小时前 43

Attackers Exploit PaperCut Flaws to Steal Credentials From Schools and Universities 攻击者利用PaperCut漏洞窃取学校及大学凭证

Attackers are actively exploiting two PaperCut vulnerabilities (CVE-2026-81578 and CVE-2026-82078) — an authentication bypass chained with remote code execution — to compromise education sector systems in the U.S. and Europe. Post-exploitation activity includes credential harvesting via tools like lsa_collect.exe and save_hives.exe, registry hive collection, Meterpreter Java payload delivery, and privileged account creation (e.g., "Administrator17"). Attackers search PaperCut config files for se 攻击者利用PaperCut的CVE-2026-81578(认证绕过)和CVE-2026-82078(远程代码执行)漏洞链,针对美国和欧洲教育机构发起攻击 后渗透活动包括执行侦察命令、创建特权账户(如"Administrator17")、部署lsass凭证收集工具(lsa_collect.exe等) 攻击者通过findstr搜索PaperCut配置文件中的密码、LDAP、令牌等敏感信息,并将窃取数据外传至45.142.193.132 Arctic Wolf观察到攻击者使用Meterpreter Java payload建立会话,并通过certutil.exe下载恶意工具 建议限制PaperCut

62
Hot 热度
65
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • Attackers are actively exploiting two PaperCut vulnerabilities (CVE-2026-81578 and CVE-2026-82078) — an authentication bypass chained with remote code execution — to compromise education sector systems in the U.S. and Europe.
  • Post-exploitation activity includes credential harvesting via tools like lsa_collect.exe and save_hives.exe, registry hive collection, Meterpreter Java payload delivery, and privileged account creation (e.g., "Administrator17").
  • Attackers search PaperCut config files for sensitive terms such as "password," "secret," "ldap," "bind," and "token" to extract credentials that can pivot into other critical systems.
  • The threat actor infrastructure includes C2 servers at 45.142.193[.]132 and 194.180.48[.]134, with data exfiltration occurring through custom file paths on compromised hosts.
  • Arctic Wolf recommends restricting PaperCut server internet exposure and monitoring for suspicious cmd.exe/powershell.exe execution with pc-app.exe as the parent process.

Why It Matters

This incident highlights the cascading risk of unpatched vulnerabilities in widely deployed enterprise software within critical infrastructure sectors like education. The authentication bypass-to-RCE chain demonstrates how a single misconfigured or outdated service can become an initial access vector for full environment compromise, making patch management and network segmentation essential priorities for security teams.

Technical Details

  • Vulnerabilities exploited: CVE-2026-81578 (authentication bypass) chained with CVE-2026-82078 (remote code execution), enabling unauthenticated attackers to achieve command execution on vulnerable PaperCut servers.
  • Post-exploitation toolkit: Attackers deployed Windows registry hive collection tools (lsa_collect.exe, lsa_collect_small.exe, save_hives.exe), Metasploit/Meterpreter Java payloads, and used certutil.exe for legitimate-looking binary delivery.
  • Credential harvesting methodology: Attackers used findstr to grep PaperCut .config files for keywords ("password," "secret," "ldap," "bind," "token"), extracted BootKey from registry to access the SAM database, and exfiltrated data via GET requests to /custom/pcp_.txt and /custom/web/pcp_*.txt endpoints.
  • Reconnaissance commands: Standard enumeration tools and commands were observed, including uname, whoami, ver, tasklist, and findstr, indicating systematic host and user discovery.
  • Detection guidance: Monitor for cmd.exe/powershell.exe spawned by pc-app.exe, and look for the specific IOCs including the C2 IPs 45.142.193.132 and 194.180.48.134.

Industry Insight

  • Organizations should treat PaperCut servers as high-priority assets: immediately patch vulnerable versions, restrict internet exposure, and enforce network segmentation to limit lateral movement from any compromise.
  • The education sector remains a soft target due to limited IT security resources; institutions should prioritize vulnerability management for third-party applications and implement behavioral monitoring rather than relying solely on signature-based detection.
  • The use of legitimate tools (certutil.exe) and custom exfiltration paths over HTTP demonstrates the need for egress filtering and DNS/HTTP traffic inspection to detect data staging and C2 communication patterns.

TL;DR

  • 攻击者利用PaperCut的CVE-2026-81578(认证绕过)和CVE-2026-82078(远程代码执行)漏洞链,针对美国和欧洲教育机构发起攻击
  • 后渗透活动包括执行侦察命令、创建特权账户(如"Administrator17")、部署lsass凭证收集工具(lsa_collect.exe等)
  • 攻击者通过findstr搜索PaperCut配置文件中的密码、LDAP、令牌等敏感信息,并将窃取数据外传至45.142.193.132
  • Arctic Wolf观察到攻击者使用Meterpreter Java payload建立会话,并通过certutil.exe下载恶意工具
  • 建议限制PaperCut服务器互联网暴露面,监控cmd.exe/powershell.exe执行及可疑命令活动

为什么值得看

本文揭示了针对教育行业的供应链攻击新模式,PaperCut作为广泛部署的打印管理系统成为攻击跳板,展示了从漏洞利用到凭证窃取的完整攻击链。对IT安全团队而言,提供了具体的检测指标和防护建议,具有直接的操作指导价值。

技术解析

  • 漏洞利用链:攻击者利用CVE-2026-81578(认证绕过)结合CVE-2026-82078(远程代码执行)实现未授权访问和命令执行,形成完整的初始访问到持久化链条
  • 凭证窃取技术:部署lsa_collect.exe、lsa_collect_small.exe、save_hives.exe等工具提取Windows注册表键值,重建系统BootKey以访问SAM数据库,获取哈希凭证
  • 侦察与数据收集:执行uname、whoami、ver、tasklist等命令进行主机侦察,使用findstr搜索PaperCut配置文件中的"password"、"secret"、"ldap"、"bind"、"token"等关键词
  • C2通信与载荷交付:从45.142.193.132接收GET请求获取窃取数据,从194.180.48.134检索Meterpreter Java payload并建立会话,使用certutil.exe下载恶意可执行文件
  • 检测指标:监控pc-app.exe作为父进程的cmd.exe/powershell.exe执行,检测whoami、tasklist、ver、uname -a等命令,识别异常的外联请求和文件访问

行业启示

  • 教育行业应优先对PaperCut等第三方应用进行互联网暴露面审查,实施网络分段和访问控制,减少攻击入口
  • 建立针对凭证窃取攻击的专项监控策略,包括LSASS访问检测、异常进程链分析和敏感配置文件变更告警
  • 加强补丁管理和漏洞响应流程,确保关键基础设施组件(如打印管理系统)及时更新,降低已知漏洞被利用风险

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全 Education AI 教育AI