PatchSiren

PatchSiren cyber security CVE debrief

CVE-2023-37482 Siemens CVE debrief

CVE-2023-37482 is a timing side-channel issue in the web server login function used by multiple Siemens SIMATIC products. According to the CISA CSAF advisory published on 2025-02-11, the affected web login path does not normalize response times, allowing an unauthenticated remote attacker to distinguish valid from invalid usernames. The advisory was revised on 2025-05-06 for typo fixes. Siemens and CISA list vendor fixes for many affected product lines, and the advisory also recommends disabling HTTP and exposing the web service only over HTTPS where applicable.

Vendor
Siemens
Product
SIMATIC Drive Controller CPU 1504D TF (6ES7615-4DF10-0AB0)
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2025-02-11
Original CVE updated
2025-05-06
Advisory published
2025-02-11
Advisory updated
2025-05-06

Who should care

OT/ICS defenders, Siemens SIMATIC administrators, plant engineers, and asset owners operating exposed web management interfaces on SIMATIC Drive Controller, S7-1200, S7-1500, ET 200SP Open Controller, S7-1500 Software Controller, or S7-PLCSIM Advanced deployments.

Technical summary

The issue is an authentication-related side channel: the login workflow returns measurably different response times depending on whether the submitted username exists. That lets an unauthenticated remote attacker infer valid usernames without needing credentials. The source advisory states the problem is exploitable via HTTP, and recommends disabling port 80/tcp and using HTTPS (port 443/tcp) only. The CISA CSAF record assigns CVSS 3.1 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N), reflecting network exposure and limited confidentiality impact rather than direct integrity or availability impact. Siemens remediation guidance in the advisory includes version-specific updates for several affected product families, while at least one affected entry is marked as having no current fix available.

Defensive priority

Medium. This is externally reachable username enumeration that can support follow-on targeting and password attacks, especially if the web interface is exposed. It is not reported here as code execution or data modification, and mitigations/fixes are provided for many products, so priority is meaningful but below emergency level unless the interface is internet-facing.

Recommended defensive actions

  • Inventory Siemens SIMATIC devices listed in the advisory and confirm whether the web server login interface is exposed.
  • Disable HTTP (port 80/tcp) and allow web access only through HTTPS (port 443/tcp) where the advisory says the issue is exploitable only via HTTP.
  • Apply the vendor-fixed version listed for the specific product family, such as V3.1.2, V31.1.4, V4.7, or V7.0 or later where applicable.
  • Treat valid-username discovery as a precursor to password-spraying or targeted authentication attacks and review authentication logs for repeated login attempts.
  • Where no fix is available, restrict management access to trusted networks and add compensating controls such as segmentation and strong authentication.
  • Follow Siemens and CISA industrial-control defensive guidance for exposure reduction and defense in depth.

Evidence notes

Primary evidence comes from the CISA CSAF advisory ICSA-25-044-02 (source published 2025-02-11; modified 2025-05-06 for typo fixes) and the Siemens product security references linked from that advisory. The advisory text states that the web server login function does not normalize response times and that an unauthenticated remote attacker could distinguish valid and invalid usernames. The remediation section explicitly says the vulnerability is considered exploitable via HTTP and recommends disabling port 80/tcp in favor of HTTPS. The source also provides CVSS 3.1 vector AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N.

Official resources

Publicly disclosed in the CISA CSAF advisory on 2025-02-11, with a later advisory revision on 2025-05-06 for typo fixes.