CISA Adds Two Known Exploited Vulnerabilities in PTC and Cisco Products to KEV Catalog

CISA Adds Actively Exploited PTC and Cisco Flaws to KEV Catalog, Mandates Federal Patching

CRITICAL
June 26, 2026
4m read
VulnerabilityPatch ManagementRegulatory

Related Entities

Organizations

Products & Tech

PTC WindchillPTC FlexPLMCisco Unified Communications Manager

Other

Known Exploited Vulnerabilities (KEV) Catalog

CVE Identifiers

CVE-2026-12569
HIGH
CVE-2026-20230
HIGH

Full Report

Executive Summary

On June 25, 2026, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) added two high-risk vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog, indicating evidence of active exploitation by threat actors. The vulnerabilities are CVE-2026-12569, affecting PTC products, and CVE-2026-20230, affecting a Cisco product. The inclusion in the KEV catalog triggers a requirement for U.S. Federal Civilian Executive Branch (FCEB) agencies to patch these flaws within a specific timeframe as mandated by Binding Operational Directive (BOD) 26-04. CISA's action serves as a strong recommendation for all public and private sector organizations to prioritize the remediation of these vulnerabilities to reduce their exposure to active cyber threats.

Vulnerability Details

  1. CVE-2026-12569 - PTC Windchill and FlexPLM Improper Input Validation Vulnerability:

    • Description: This vulnerability is classified as an improper input validation flaw. Such weaknesses can lead to a variety of attacks, including cross-site scripting (XSS), SQL injection, or even remote code execution, depending on how the unsanitized input is processed by the application.
    • Impact: Successful exploitation could allow an attacker to execute arbitrary code, steal sensitive data, or manipulate application behavior.
  2. CVE-2026-20230 - Cisco Unified Communications Manager Server-Side Request Forgery (SSRF) Vulnerability:

    • Description: This is a Server-Side Request Forgery (SSRF) vulnerability. SSRF flaws allow an attacker to trick the server-side application into making web requests to an arbitrary domain of the attacker's choosing.
    • Impact: Attackers can use SSRF to scan internal networks, access internal services, or interact with cloud provider metadata endpoints to steal credentials. It is a powerful primitive for pivoting from an external-facing application to the internal network (T1595 - Active Scanning).

Affected Systems

  • PTC Products:
    • Windchill
    • FlexPLM
  • Cisco Product:
    • Unified Communications Manager

Organizations using these products should consult the respective vendor advisories for specific affected versions and patching information.

Exploitation Status

Both CVE-2026-12569 and CVE-2026-20230 are confirmed by CISA to be under active exploitation in the wild. This means that threat actors have developed working exploits and are actively using them to compromise vulnerable systems. The addition to the KEV catalog elevates the urgency of remediation far beyond that of a typical vulnerability disclosure. BOD 26-04 mandates that federal agencies not only patch these vulnerabilities but also check for signs of system compromise before applying the fix.

Impact Assessment

The active exploitation of these vulnerabilities poses a significant and immediate risk to organizations.

  • For PTC customers: A compromise of Windchill or FlexPLM systems could lead to the theft of highly sensitive product lifecycle management data, including intellectual property, design schematics, and bill-of-materials information. This is a critical risk for manufacturing and engineering firms.
  • For Cisco customers: An SSRF flaw in Unified Communications Manager can be a gateway for attackers into the internal corporate network. It could be used to map internal infrastructure, access sensitive internal APIs, or steal cloud credentials, providing a strong foothold for further lateral movement and data exfiltration.

Cyber Observables — Hunting Hints

The following patterns may help identify vulnerable or compromised systems:

Type
log_source
Value
Web Application Firewall (WAF) Logs
Description
For the SSRF flaw, look for requests to the Cisco UCM that contain full URLs or IP addresses in unexpected parameters.
Type
network_traffic_pattern
Value
Outbound connections from server to internal IPs
Description
A server making unexpected connections to other internal systems (e.g., file shares, databases) could indicate SSRF exploitation.
Type
log_source
Value
PTC Windchill/FlexPLM Application Logs
Description
Hunt for logs showing malformed input or errors related to input validation that could signify exploitation attempts of CVE-2026-12569.
Type
url_pattern
Value
http://169.254.169.254
Description
For the SSRF flaw, check WAF/proxy logs for any requests containing the cloud metadata service IP, a classic SSRF target.

Detection Methods

  1. Vulnerability Scanning: Use an up-to-date vulnerability scanner to actively scan your environment for instances of the affected PTC and Cisco products and confirm their patch status.
  2. Log Analysis: For the Cisco SSRF flaw (CVE-2026-20230), analyze web server and firewall logs for any outbound requests originating from the UCM server to unexpected internal or external destinations. This is a key part of Network Traffic Analysis (D3-NTA).
  3. Input Validation Monitoring: For the PTC flaw (CVE-2026-12569), configure WAF rules to detect and block common input validation attacks like XSS and SQLi payloads directed at the Windchill/FlexPLM applications.

Remediation Steps

  1. Prioritize Patching: The highest priority is to apply the security patches provided by PTC and Cisco for these vulnerabilities. Due to their KEV status, these should be treated as emergency changes. This is the primary mitigation, M1051 - Update Software.
  2. Assume Compromise: Before patching, follow CISA's guidance and hunt for indicators of compromise on the affected systems. If any are found, initiate a full incident response process.
  3. Compensating Controls: If patching cannot be done immediately, implement compensating controls. For the SSRF flaw, use a WAF to filter requests containing URLs in parameters. For both, restrict network access to the administrative interfaces of these applications to only trusted IP addresses or networks (M1035 - Limit Access to Resource Over Network).

Timeline of Events

1
June 25, 2026
CISA adds CVE-2026-12569 and CVE-2026-20230 to the Known Exploited Vulnerabilities (KEV) catalog.
2
June 26, 2026
This article was published

MITRE ATT&CK Mitigations

The primary mitigation is to apply the patches provided by the vendors immediately.

Mapped D3FEND Techniques:

If patching is delayed, restrict access to the vulnerable applications to trusted networks only.

Mapped D3FEND Techniques:

Use a Web Application Firewall (WAF) to filter malicious requests targeting these vulnerabilities.

Audit

M1047enterprise

Log and review traffic to and from these applications to hunt for signs of exploitation.

D3FEND Defensive Countermeasures

The inclusion of CVE-2026-12569 and CVE-2026-20230 in the CISA KEV catalog signifies that these are not theoretical risks; they are active threats. The highest priority action for any organization using the affected PTC and Cisco products is to apply the vendor-supplied patches immediately. This should be treated as an emergency change, bypassing standard change windows if necessary, especially for internet-facing systems. Use asset inventory and vulnerability management tools to identify all affected instances. Before patching, perform a quick hunt for IOCs, but do not let the hunt delay the patch. Patching is the only way to fully remediate the vulnerability.

As a compensating control or a defense-in-depth layer, deploy a Web Application Firewall (WAF) in front of the PTC and Cisco applications. For the Cisco SSRF flaw (CVE-2026-20230), configure the WAF with rules to block any requests where parameters contain full URLs, especially those pointing to internal IP ranges or cloud metadata services (169.254.169.254). For the PTC input validation flaw (CVE-2026-12569), enable WAF rulesets that block common attack patterns like Cross-Site Scripting (XSS) and SQL Injection. While not a substitute for patching, a properly configured WAF can block many exploit attempts for these types of vulnerabilities.

To detect post-exploitation activity from the Cisco SSRF vulnerability, security teams must monitor outbound traffic from the Unified Communications Manager server. The server should have a very predictable traffic pattern. Establish a baseline of its normal outbound connections. Use NetFlow data or a network tap to monitor for any deviation from this baseline. An alert should be triggered if the UCM server attempts to connect to any internal system it does not normally communicate with (e.g., a developer's workstation, a file share, a source code repository) or any external IP address. This is a strong indicator that an attacker has successfully exploited the SSRF flaw to pivot into the internal network.

Timeline of Events

1
June 25, 2026

CISA adds CVE-2026-12569 and CVE-2026-20230 to the Known Exploited Vulnerabilities (KEV) catalog.

Sources & References

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

CISAKEVVulnerabilityCVE-2026-12569CVE-2026-20230PTCCiscoPatch Management

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.