Siemens Issues Urgent Patch for Critical Teamcenter Authentication Flaw

CVE-2026-58113 is a reflected cross-site scripting flaw in Siemens Teamcenter.
Industrial software giant Siemens has issued urgent security patches for its flagship product lifecycle management platform, Siemens Teamcenter, following the disclosure of a high-severity authentication vulnerability. Tracked as CVE-2026-58113, the flaw exposes enterprise environments to reflected cross-site scripting (XSS) attacks through the application's core login mechanisms. Cybersecurity agencies and official vendor bulletins emphasize that organizations running unpatched versions must update their deployments immediately to prevent potential session hijacking and unauthorized data access.
The vulnerability was formally disclosed in a security advisory published on September 8, 2026, and later republished by the Cybersecurity and Infrastructure Security Agency under advisory identifier ICSA-26-258-07 Siemens Teamcenter. Security research conducted by Enzo Alvarez of Bishop Fox identified the defect within the authentication redirect flow, prompting a coordinated response from Siemens AG to issue remediation guidance across multiple supported software branches.
#Understanding the Vulnerability Mechanics
The core issue stems from improper neutralization of user-supplied input during web page generation, mapping directly to CWE-79. Specifically, the flaw exists within the /auth/ endpoint of the Siemens Teamcenter authentication redirect flow. When an application fails to properly sanitize or encode parameters passed through authentication redirects, it opens a window for injection attacks.
In a typical exploitation scenario, an unauthenticated remote attacker crafts a malicious URL containing arbitrary JavaScript payloads directed at the vulnerable /auth/ endpoint. The attacker then distributes this crafted link to target users through phishing campaigns, messaging platforms, or external references. If an authenticated Teamcenter user clicks the link while maintaining an active session, the malicious script executes within the context of their browser session.


