# Cl0p Is Back — and This Time It's After Your CAD Files
## The Threat
PTC Windchill and FlexPLM run the product lifecycle management infrastructure for some of the world's most sensitive manufacturers. They store CAD models, engineering specs, design histories, and supplier data — the kind of intellectual property that rivals and nation-states would pay handsomely to obtain. Cl0p, the ransomware group that turned enterprise file-transfer software into a years-long gold mine, has now trained its sights on these systems.
According to a coordinated advisory published by Ransom-ISAC, eCrime.ch, and DEFUSED, attackers linked to Cl0p are chaining two separate vulnerabilities to achieve unauthenticated remote code execution on internet-exposed Windchill deployments. The attack sequence starts with a pre-authentication information disclosure bug in FlexPLM's WSDL endpoint, which feeds into a server-side flaw in the Windchill login servlet. The result: full RCE without a single valid credential, followed by JSP web shell deployment under /Windchill/login/. ReliaQuest has independently confirmed active exploitation in the wild.
Once inside, attackers conduct methodical file system enumeration, identify and stage high-value engineering and design data, and proceed with double extortion — exfiltrating the data before threatening to publish it. Extortion emails are broadcast to hundreds of employees within a compromised organization, sent from previously-hijacked accounts to maximize pressure. The targeting profile is unambiguous: manufacturing, automotive, aerospace, and retail companies with PLM infrastructure reachable from the public internet.
## Severity and Impact
| CVE | CVSS Score | Severity | Vector | Attack Complexity | Auth Required | CWE |
|-----|-----------|----------|--------|-------------------|---------------|-----|
| CVE-2026-12569 (Windchill login servlet RCE) | 9.3 | Critical | Network | Low | None | CWE-94 (Code Injection) |
| FlexPLM WSDL info disclosure (no CVE assigned) | 7.5 | High | Network | Low | None | CWE-200 (Exposure of Sensitive Information) |
CVE-2026-12569 was added to CISA's Known Exploited Vulnerabilities catalog late last month. PTC has acknowledged "continued reports of heightened threat activity" against susceptible systems.
## Affected Products
PTC Windchill
/Windchill/login/)PTC FlexPLM
PTC has not publicly specified which exact version numbers are patched vs. vulnerable — consult the vendor advisory directly and verify your installed build.
## Mitigations
Immediate actions:
- 216.152.148.54
- 216.152.151.204
- 104.243.35.63
- 5.180.41.35
.jsp files under /Windchill/login/; any file with a randomized hex filename in that directory should be treated as a web shell until proven otherwiseNetwork segmentation note: PLM systems should never be reachable from the public internet. If yours is, the patch is necessary but not sufficient — segment it now.
## References
---
## HackWire Analysis
Cl0p's playbook has been remarkably consistent since at least 2021: find a widely-deployed enterprise application that organizations assume is a backend system but have quietly exposed to the internet, exploit a pre-auth or low-friction bug, and steal everything before the victim even knows they're compromised. Accellion. GoAnywhere. MOVEit. Cleo. Each time, the group demonstrates patience — they identify a class of target, find the vulnerability (or buy it), and hit dozens of organizations in a compressed window before defenses catch up.
What's different here is the data type. Previous Cl0p campaigns targeted file transfer appliances — document repositories and managed file transfer tools. The intellectual property there was sensitive, but generalized. PLM systems like Windchill hold something more specific and more damaging: product engineering data. CAD models, tolerances, proprietary manufacturing processes, supplier specifications, design variants that never shipped. For aerospace and automotive targets, that's not just embarrassing — it's potentially a national security issue and a competitive catastrophe.
The chaining of two bugs — FlexPLM's WSDL disclosure into Windchill's login servlet — is technically elegant and operationally significant. Neither vulnerability alone may have been sufficient to operationalize at scale; together, they produce reliable unauthenticated RCE. That suggests either prior access to the affected environments for testing, or a sophisticated understanding of how these products integrate in real enterprise deployments. Defenders should not treat this as opportunistic scanning. This is deliberate targeting of an industry vertical.
The immediate question for security teams in manufacturing and aerospace is simple: does your Windchill or FlexPLM deployment have any path reachable from outside your VPN? If you don't know the answer in under five minutes, assume yes.
— HackWire Editorial
---
## Related Coverage