Cl0p, the Russia-linked extortion group behind the MOVEit and GoAnywhere campaigns, has publicly named nearly 50 organizations — including Shell, Philips, Fiserv and GE Aerospace — as victims of a mass data-theft operation built on one critical flaw in PTC's product lifecycle management software. The campaign exploits CVE-2026-12569, an unauthenticated remote code execution vulnerability in PTC Windchill and FlexPLM that CISA added to its Known Exploited Vulnerabilities catalog on June 25. Reuters reported on August 13 that the group claimed large volumes of stolen data from close to 50 organizations worldwide, following a wave of leak-site postings that the archiving service RansomLook first captured in redacted form on August 5 and republished with company names attached on August 12.
None of that amounts to 50 confirmed breaches. Cl0p's leak site is a criminal marketing tool, and Reuters said it could not independently verify how much data the group holds or what it contains. What the named companies themselves have confirmed is a much shorter list. Philips told Reuters it identified and contained an attempted compromise of a specific enterprise server tied to internal data, and said the incident does not affect customer environments. Shell said only that it is aware of a "possible incident" and that its security teams and outside experts are investigating. Fiserv's response is the sharpest contrast between claim and confirmation: its listing puts 874 GB against the payments firm's name, but Fiserv told Reuters that based on its review to date, it found no evidence that customer, banking, transaction or personal data was compromised, and no evidence that its operating environment was affected. GE Aerospace said it is aware of the claim, has activated its cyber response protocols and is assessing the situation.

The Windchill vulnerability behind the campaign
PTC Windchill is product lifecycle management software that companies use to store engineering and manufacturing data. FlexPLM is a related product aimed at retail, footwear and apparel workflows. Both were affected by CVE-2026-12569, which PTC describes as an improper input validation flaw that allows unauthenticated remote code execution through deserialization of untrusted data. PTC's own scoring puts the bug at 9.3 under CVSS v4.0; the National Vulnerability Database scores the same flaw at 9.8 under CVSS v3.1, a difference that reflects the two scoring systems rather than any disagreement about severity.
PTC disclosed the vulnerability on June 17 and began publishing patches the following day through advisory CS473270, with further fixes and indicator updates continuing into late July. CISA added the flaw to its Known Exploited Vulnerabilities catalog on June 25 and directed federal agencies to remediate within three days under Binding Operational Directive 26-04. Ransom-ISAC, a threat-intelligence group tracking the campaign alongside eCrime.ch and DEFUSED, suspects Cl0p-affiliated actors were already exploiting the flaw as a zero-day in early June, before PTC or CISA had published anything. That is Ransom-ISAC's assessment, framed in its own advisory as a suspicion rather than a proven fact. It matters because it means patching in June may have come too late for organizations already compromised.
How the attack chain works
The chain starts at FlexPLM's WSDL endpoint, which is reachable without authentication and returns service configuration details including system path information and internal API structure. Attackers use that disclosure to map the target environment and craft a payload for the second step: the Windchill login servlet. The servlet passes certain user-supplied parameters into a deserialization operation without proper validation, so a crafted HTTP POST carrying a serialized Java object triggers code execution in the context of the Windchill application server — no credentials required.
Post-exploitation follows a pattern documented by Ransom-ISAC. Cl0p deploys a JSP webshell to the /Windchill/login/ directory using a randomized hexadecimal filename such as 3f7b2d4e9a1c.jsp, which provides persistent command execution on the compromised server. Attackers then drop flst.txt, a filesystem enumeration utility, to catalog engineering data: CAD files, design specifications, manufacturing process documentation, regulatory submissions and product roadmaps. Data is staged locally before exfiltration over HTTPS to Cl0p-controlled infrastructure. From a MITRE ATT&CK perspective, the campaign maps to T1190 (Exploit Public-Facing Application) for initial access, T1505.003 (Web Shell) for persistence, T1083 (File and Directory Discovery) for enumeration, and T1537 (Transfer Data to Cloud Account) for exfiltration.
Why engineering data changes the breach equation
Most of what Cl0p describes on its leak site is not the kind of data that triggers a typical breach-notification headline. The recurring terms are CAD files, engineering drawings, blueprints, project files, software and database backups, not customer records or payment card numbers. Censys, which measures internet-facing systems, noted in a July 30 analysis that Windchill data tends to skew toward engineering and manufacturing content, and found fewer than 100 internet-exposed Windchill instances going back to June 1, about 80 percent of them in the United States, with exposure dropping after PTC's advisory went out.
That does not make the story smaller. A company's engineering archive can represent years of product development and competitive advantage, even without a single customer record in it. Windchill is deployed in more than 300 Global 2000 industrial manufacturers, and FlexPLM is the dominant PLM platform in apparel, footwear and consumer products. The risk here sits closer to intellectual-property and business-continuity exposure than the identity-theft risk that usually follows a consumer data breach. An aerospace supplier's certification records, a Tier 1 automotive vendor's powertrain designs, or a retailer's product roadmaps all stay commercially sensitive long after an intrusion ends — which is exactly why Cl0p targeted them.

A familiar playbook, now aimed at Windchill
This is not a new operating model for Cl0p, which security firms also track as Lace Tempest, FIN11 and Graceful Spider. Google's Threat Intelligence Group has traced the same pattern through the group's activity around Accellion FTA, GoAnywhere MFT, MOVEit, Cleo and Oracle E-Business Suite: find a widely deployed, internet-facing enterprise application, exploit it at scale, steal data quietly, then extort victims publicly weeks or months later. The group's double-extortion model operates without file encryption — it exfiltrates data, then demands payment for the promise of deletion and silence. Researchers documented multiple MOVEit cases where Cl0p leaked data from organizations that paid.
The Windchill campaign followed the usual rhythm. Ransom-ISAC says it began observing Cl0p extortion emails on July 20, sent to hundreds of employees inside affected organizations from what appeared to be compromised internal accounts, with a subject line referencing a "Windchill PDMLink module serious data leak." That escalation came roughly 56 days after the suspected early-June exploitation — a dwell time characteristic of Cl0p operations, which prioritize comprehensive data collection over speed. Public naming on the leak site did not start until weeks later, in the August 5 to August 12 wave. Foresiet, which reviewed a batch of 42 masked victim listings, found the same categories of advertised data — project repositories, databases, CAD files, engineering drawings and backups — repeated with unusual consistency, a pattern that points to PLM environments rather than general file shares.
What Windchill and FlexPLM users should do now
Organizations running either product should apply PTC's current patches if they have not already, and should not treat patching as proof that no earlier compromise occurred. Given the suspected early-June exploitation window, retrospective log review back to at least June 1 is worth the effort. PTC and Ransom-ISAC have published concrete indicators: webshells matching the pattern /Windchill/login/ followed by a 16-character hexadecimal filename, the custom HTTP request header X-windchill-req, flst.txt, and requests to FlexPLM's WSDL endpoint. Both organizations continue to update their indicator lists, so security teams should pull the current versions directly rather than rely on a list copied from any single article.
Security teams should also restrict external access to PLM systems, placing them behind a VPN or access gateway, and treat any organization that received the "Windchill PDMLink module serious data leak" extortion email as compromised regardless of patching status. The gap between Cl0p's claims and company confirmations will likely close slowly, organization by organization, as investigations run their course. What is already clear is that the platforms holding a company's engineering and product data deserve the same security attention as the ones holding its customer records. Attackers have shown they no longer need the latter to make the former valuable. For broader context on recent appliance and enterprise-software exploitation, see our Cybersecurity coverage, including the Metabase zero-day story. This campaign is documented by DataFloq, with technical detail from Foresiet's analysis, the CISA Known Exploited Vulnerabilities catalog, the NVD entry for CVE-2026-12569, and BleepingComputer's report.