Cl0p-linked affiliates chain an unauthenticated PTC Windchill RCE with no login step at all
Attackers with tradecraft consistent with Cl0p ransomware affiliates chained a FlexPLM pre-authentication information leak with a critical PTC Windchill RCE (CVSS 9.3) to drop web shells without ever needing valid credentials.
ReliaQuest documented attacks chaining two flaws in PTC's Windchill and FlexPLM product lifecycle management software: a pre-authentication information disclosure bug in FlexPLM's WSDL endpoint (CVSS 7.5) that hands attackers reconnaissance data with no login required, and CVE-2026-12569, a critical remote-code-execution flaw in Windchill itself (CVSS 9.3). Chained together, an attacker never authenticates at any point, using the disclosed information to plant hex-named JSP web shells under /Windchill/login/ and gain full remote code execution. The tradecraft observed matches previous Cl0p campaigns, tracked elsewhere as Chubby Scorpius, FIN11, Graceful Spider, and Lace Tempest, though ReliaQuest stopped short of confirming attribution outright. PTC added CVE-2026-12569 to CISA's Known Exploited Vulnerabilities catalog in late June, and Censys counted roughly 80 internet-exposed instances as of July 20, 2026, 80 percent of them in the US, with exposed instance counts falling sharply since the advisory published June 17.
Why it matters
The recurring Cl0p pattern is exploiting internet-facing enterprise software with zero authentication step, MOVEit and GoAnywhere both fit this shape, rather than phishing or credential theft, which makes patch timing the entire defense: there's no MFA rollout or password policy that stops an RCE chain that never asks for a login. It's the same initial-access logic as the Qilin ransomware campaign against a PAN-OS auth bypass covered separately, different ransomware operation, same preference for unauthenticated entry over stolen credentials.
If Windchill or FlexPLM are anywhere in your environment, confirm you're past the June patch and check specifically for JSP web shells under /Windchill/login/, since the exposed-instance count falling since disclosure suggests active scanning for exactly this pattern.
Source: The Hacker News
Related on Start with Identity
- BlogTwo PaperCut flaws chain into unauthenticated code execution, and the patch has bypasses
CVE-2026-81578 bypasses authentication on the PaperCut web management interface, and CVE-2026-82078 turns a config edit into remote code execution. Exploitation
- Blog24,650 exposed server management interfaces leak crackable password hashes before login
Firmware security firm Lava found that 67 percent of 36,872 internet-exposed Baseboard Management Controllers hand over IPMI authentication hashes before a logi
- BlogA Check Point SmartConsole flaw hands out full admin tokens to unauthenticated attackers
CVE-2026-16232 (CVSS 9.3) lets an unauthenticated remote attacker obtain an application login token for Check Point Security Management and Multi-Domain Managem
- RecipeAdd login to a Next.js app with OIDC
A complete, copy-paste OpenID Connect login for the Next.js App Router using authorization code flow with PKCE, server-side token exchange, and httpOnly cookies
- CVEBeyondTrust PRA and Remote Support unauthenticated command injection
Privileged Remote Access and Remote Support accepted a malicious client request and ran OS commands as the site user. Unauthenticated. CVSS 9.8. CISA KEV. A PAM
- CVECheckSum, Kerberos S4U missing cryptographic step
The KDC skipped a cryptographic step in PA-S4U-X509-USER (CWE-325). An attacker can forge an identity via S4U2self and escalate to domain compromise. Presented