PatchSiren

PatchSiren cyber security CVE debrief

CVE-2024-27419 Siemens CVE debrief

A data race vulnerability exists in the Linux kernel's NET/ROM amateur packet radio protocol implementation. The `sysctl_net_busy_read` value can be read while being concurrently modified, potentially leading to inconsistent state. This affects Siemens SIMATIC S7-1500 TM MFP industrial control systems that utilize the GNU/Linux subsystem. The vulnerability is local in nature, requiring low privileges and no user interaction, with a primary impact of availability disruption.

Vendor
Siemens
Product
SIMATIC S7-1500 TM MFP - GNU/Linux subsystem
CVSS
MEDIUM 5.5
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

Organizations operating Siemens SIMATIC S7-1500 TM MFP systems with enabled GNU/Linux subsystems, particularly in critical infrastructure and industrial automation environments. Security teams responsible for OT/ICS asset protection and kernel-level vulnerability management should prioritize access controls pending vendor fixes.

Technical summary

The vulnerability resides in the Linux kernel's NET/ROM protocol implementation, specifically in the handling of the `sysctl_net_busy_read` sysctl parameter. A data race occurs when the sysctl value is read while being concurrently modified, as the reader lacks proper synchronization protection. This is a local vulnerability requiring low privileges, with no confidentiality or integrity impact but potential high availability impact. The affected product is the GNU/Linux subsystem within Siemens SIMATIC S7-1500 TM MFP industrial controllers. No patch is currently available; mitigation relies on access restrictions and trusted application execution.

Defensive priority

medium

Recommended defensive actions

  • Restrict interactive shell access to the GNU/Linux subsystem to trusted personnel only
  • Build and run only applications from trusted sources
  • Monitor for kernel updates from Siemens when fixes become available
  • Apply defense-in-depth strategies for industrial control system environments
  • Review CISA ICS recommended practices for additional hardening guidance

Evidence notes

The vulnerability description indicates a classic data race condition in kernel sysctl handling. The NET/ROM protocol (network layer for amateur packet radio) contains insufficient synchronization around the `sysctl_net_busy_read` parameter. Siemens has confirmed this affects the GNU/Linux subsystem of their SIMATIC S7-1500 TM MFP product line. CISA has tracked this through ICSA-24-102-01 with multiple revision updates through 2025-09-09, indicating ongoing monitoring of related kernel vulnerabilities.

Official resources

2024-04-09