The Cl0p extortion crew has moved from quiet exfiltration to public naming, listing victims of its PTC Windchill and FlexPLM campaign on its dark web leak site. The victim count depends on who is counting: SecurityAffairs and SecurityWeek both report "more than 40" named organizations, while Computer Weekly describes "close to 50" and Reuters reports the group claimed data from "nearly 50 companies worldwide." Named organizations include Shell, Philips, GE, Fiserv (Reuters), and the restaurant point-of-sale platform Toast (CyberScoop). The entry point in every reported case is CVE-2026-12569, a critical unauthenticated remote code execution flaw in PTC's product lifecycle management stack, patched on June 17, 2026 and added to CISA's Known Exploited Vulnerabilities catalog on June 25.
An important sourcing caveat: none of the available reporting is a vendor advisory, regulator filing, or CERT bulletin. Shell, Philips, and GE confirmed investigations in statements relayed through the press, but none named Cl0p. PTC did not respond to CyberScoop's request for comment, and has not publicly stated how it learned of the flaw, when the earliest exploitation occurred, or how many customers were compromised.
What Happened
The timeline that emerges across sources runs roughly as follows.
PTC disclosed CVE-2026-12569 on June 17 and shipped a patch, followed by an initial set of indicators of compromise the next day, according to CyberScoop and SecurityWeek. CISA added it to KEV on June 25. Both Computer Weekly and CyberScoop characterise the bug as a zero-day, and Ransom-ISAC (via CyberScoop) assesses that some known victims were likely compromised in early June, before any patch existed. SecurityWeek notes this is the first Windchill vulnerability ever confirmed exploited in the wild.
Extortion began on or around July 20, when Cl0p started emailing employees at affected organizations. Ransom-ISAC's Brandon Parsons, of Ascent Solutions, told BleepingComputer the messages came from what appear to be previously compromised accounts and were blasted to hundreds of users inside each target. SecurityWeek reports the subject line used was "Windchill PDMLink module serious data leak." As of July 22, Ransom-ISAC observed no victims listed on the leak site and no public claim of credit.
That changed in August. SecurityWeek reports Cl0p initially posted only partial company names, then began releasing full names on August 12. Reuters published on August 13. By the week of August 17, Computer Weekly reported Shell, Philips, and GE were all investigating.
Attribution firmed up over the same period. ReliaQuest's late-July reporting explicitly said "the actor behind these attacks remains unconfirmed," citing only similarity to prior Cl0p campaigns. By August 18, BleepingComputer reported ReliaQuest had tied the activity to Cl0p on three grounds: extortion emails containing addresses used on Cl0p's leak site, X-windchill-req headers previously observed and reused in the web shell, and TTP overlap.
One further detail carries a "reportedly" tag in both SecurityAffairs and SecurityWeek and should be treated as unconfirmed: German police are said to have directly warned organizations that attacks were imminent.
What Was Taken
The sources describe data theft rather than encryption. This is a pure extortion play, consistent with Cl0p's post-MOVEit operating model.
SecurityWeek reports that for each victim listed, Cl0p specified both the type and the volume of information it claims to have stolen. No aggregate record count has been published, and no source provides a per-victim figure, so any total remains unquantified in public reporting.
What matters is the class of data. Windchill and FlexPLM are product lifecycle management platforms used, per CyberScoop, by manufacturers and retailers in the manufacturing, aerospace, automotive, and retail/apparel sectors to manage product and design data and automate supply chain systems. SecurityWeek's account of Ransom-ISAC's advisory names those same four sectors as the targeting focus from July 20 onward. The material at risk is engineering drawings, bills of materials, supplier data, and design IP, not the customer PII that dominates typical breach notifications. That changes the harm model: the damage is competitive and long-lived rather than immediately actionable fraud.
ReliaQuest's analysis adds a credential dimension. The web shell decrypts every credential in the Windchill keystore, meaning stolen secrets likely extend to whatever downstream systems the PLM platform integrates with.
Why It Matters
This is the same playbook Cl0p ran against Accellion FTA, GoAnywhere MFT, SolarWinds Serv-U, Cleo, and MOVEit Transfer, the last of which BleepingComputer notes affected more than 2,770 organizations. Recorded Future's Allan Liska told CyberScoop it "continues Clop's trend of targeting SaaS logistics companies' platforms with zero-days and carrying out mass-exploitation campaigns."
Two things make this iteration worth attention beyond the victim count.
First, the tooling is bespoke. ReliaQuest told BleepingComputer the implant is not a generic web shell repurposed for the job but was built with detailed knowledge of Windchill's internal APIs, database schema, keystore, and file-vault structure. That represents pre-investment in a single target platform, which implies either extended reconnaissance or source-level familiarity.
Second, the target class has shifted. Cl0p's prior campaigns hit file transfer and ERP platforms. PLM systems sit deeper in the engineering stack and are frequently treated as internal-only infrastructure despite being internet-exposed. CyberScoop's framing is apt: the long tail here is just beginning, because organizations are still hunting for indicators of a compromise that may date to early June.
The gap between disclosure on June 17 and the first public victim naming on August 12 is roughly eight weeks. Any organization that patched but did not hunt for the web shell may still be compromised.
The Attack Technique
The exploitation chain is described most precisely by Ransom-ISAC, relayed through both SecurityWeek and Computer Weekly: attackers chain a pre-authentication information disclosure flaw in the FlexPLM WSDL endpoint with a server-side flaw in the Windchill login servlet to reach unauthenticated RCE.
Sources characterise the underlying bug class differently. ReliaQuest, SecurityAffairs, and SecurityWeek's July coverage describe CVE-2026-12569 as unsafe deserialization of untrusted data. SecurityWeek's August piece and BleepingComputer's July piece describe it as improper input validation permitting arbitrary code execution via crafted requests. Both accounts agree on CVSS 9.3, on unauthenticated exploitation, and on the outcome. SecurityAffairs reports the flaw affects all CPS versions and Windchill and FlexPLM releases prior to 11.0 M030.
Post-exploitation, attackers deploy JSP web shells. Per ReliaQuest, quoted consistently across SecurityAffairs and SecurityWeek, this is not a minimal shell. It maps sensitive vault data, decrypts every credential in the Windchill keystore, and ships a custom Java class loader that lets the operator execute arbitrary code inside the application process. That class loader converts a single web shell into an open-ended backdoor suitable for lateral movement, ransomware deployment, or dormant persistence. ReliaQuest calls it "a fully equipped extortion platform" and "an application-specific evolution of Clop's established mass-exploitation playbook."
SecurityWeek's summary of the Ransom-ISAC advisory describes the hands-on-keyboard phase as filesystem enumeration, data staging, and exfiltration, followed by the extortion email wave.
What Organizations Should Do
- Patch to Windchill/FlexPLM 11.0 M030 or later immediately. Per SecurityAffairs, all CPS versions and all releases prior to 11.0 M030 are affected. Treat any internet-exposed instance as a priority regardless of perceived internal-only status.
- Assume patching is not remediation. Exploitation may predate the June 17 patch by weeks. Hunt retroactively against PTC's published indicators of compromise, which CyberScoop notes PTC has updated repeatedly as researchers surfaced new ones. Pull the current set rather than relying on the June 18 initial release.
- Hunt for JSP web shells and the
X-windchill-reqheader. Review web application directories for unexpected JSP files, and check web server and proxy logs for theX-windchill-reqheader that ReliaQuest identified as reused across Cl0p tooling. Anomalous requests to the FlexPLM WSDL endpoint and the Windchill login servlet are the specific chain to look for. - Rotate every credential in the Windchill keystore, and everything they reach. The implant decrypts the full keystore. Assume any integrated system, database, or service account reachable from those credentials is also exposed, and rotate downstream.
- Remove Windchill and FlexPLM from direct internet exposure. Place these behind VPN or zero-trust access. CyberScoop's reporting makes clear the exposed-instance population is what made mass exploitation viable.
- Prepare for extortion contact before it arrives. Cl0p emails hundreds of employees at once, from compromised third-party accounts, using the subject line "Windchill PDMLink module serious data leak." Brief staff on where to forward these rather than letting them route into a security queue by accident, and align legal and communications ahead of any leak site listing.
- Watch for staged disclosure. Cl0p listed partial names first and full names on August 12. Organizations appearing as partial entries should treat that as an advance warning rather than ambiguity.
Sources: Cl0p Targets 40+ Organizations Through PTC Windchill Flaw | Clop created custom web shell for Windchill data theft attacks | Cl0p Ransomware Group Names Over 40 Victims of PTC Windchill Campai... | Multiple organisations investigating fresh wave of Cl0p breaches C... | Clop ransomware targets Windchill, FlexPLM in data theft attacks | The long tail of Clop’s PTC hack is just beginning to emerge Cyber... | PTC Windchill Vulnerability Exploited in Ransomware Campaign - Secu... | Hacking group claims mass data theft from Shell, Philips ...