PatchSiren

PatchSiren cyber security CVE debrief

CVE-2025-21761 Siemens CVE debrief

This CVE addresses a missing RCU (Read-Copy-Update) protection vulnerability in the Open vSwitch kernel module's `ovs_vport_cmd_fill_info()` function. The flaw could allow a local attacker to trigger a use-after-free condition, potentially leading to privilege escalation, information disclosure, or system instability. The vulnerability affects Siemens SIMATIC S7-1500 TM MFP industrial control systems that utilize the GNU/Linux subsystem with Open vSwitch components. The CVSS 3.1 score of 7.8 (HIGH) reflects significant impact potential with local attack vector and low complexity. No patch is currently available from the vendor, requiring defensive mitigations focused on access control and supply chain integrity.

Vendor
Siemens
Product
SIMATIC S7-1500 TM MFP - GNU/Linux subsystem
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2024-04-09
Original CVE updated
2026-05-14
Advisory published
2024-04-09
Advisory updated
2026-05-14

Who should care

Industrial control system operators, OT security teams, Siemens SIMATIC S7-1500 TM MFP administrators, critical infrastructure security personnel, and organizations running Open vSwitch in embedded Linux environments

Technical summary

The vulnerability exists in the Open vSwitch kernel module where `ovs_vport_cmd_fill_info()` lacks proper RCU synchronization when accessing vport data structures. Without RCU protection, a race condition can occur between netlink command processing and vport deletion, resulting in use-after-free memory corruption. The affected code path is triggered through netlink socket operations requiring local access. On Siemens SIMATIC S7-1500 TM MFP systems, this exposes the GNU/Linux subsystem to local attackers who have gained shell access. The vulnerability is classified under CWE-416 (Use After Free).

Defensive priority

HIGH

Recommended defensive actions

  • Restrict interactive shell access to the GNU/Linux subsystem to authorized personnel only per vendor mitigation guidance
  • Implement application whitelisting and verify all applications are built from trusted sources before execution
  • Monitor for anomalous local process activity and privilege escalation attempts on affected systems
  • Apply defense-in-depth controls including network segmentation for industrial control system environments
  • Subscribe to Siemens ProductCERT and CISA ICS advisories for patch availability notifications

Evidence notes

CVE published 2024-04-09 per CISA CSAF advisory ICSA-24-102-01. Advisory last modified 2026-05-14 with multiple revision updates adding additional CVEs to the same product security notice. Siemens SSA-265688 cross-referenced as primary vendor advisory.

Sources and references

Verified primary and authoritative sources

  • CVE-2025-21761 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2025-21761

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2025-21761 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2025-21761

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source item URL

    Unverified legacy reference

    URL: https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-102-01.json

    cisa_csaf

  • Source reference

    Unverified legacy reference

    URL: https://cert-portal.siemens.com/productcert/csaf/ssa-265688.json

    Reference

  • Source reference

    Unverified legacy reference

    URL: https://cert-portal.siemens.com/productcert/html/ssa-265688.html

    Reference

  • Source reference

    Unverified legacy reference

    URL: https://www.cisa.gov/news-events/ics-advisories/icsa-24-102-01

    Reference

  • Source reference

    Unverified legacy reference

    URL: https://www.cisa.gov/news-events/ics-alerts/ics-alert-10-301-01

    Reference

  • Source reference

    Unverified legacy reference

    URL: https://www.cisa.gov/resources-tools/resources/ics-recommended-practices

    Reference

  • Source reference

    Unverified legacy reference

    URL: https://www.cisa.gov/topics/industrial-control-systems

    Reference

  • Source reference

    Unverified legacy reference

    URL: https://www.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf

    Reference

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.