PatchSiren

PatchSiren cyber security CVE debrief

CVE-2024-50131 Siemens CVE debrief

A vulnerability in the Linux kernel's tracing subsystem could allow a local attacker to cause a buffer overflow condition. The issue stems from improper validation of event length when the string length equals the maximum buffer length, leaving no space for the NULL terminating character. This has been resolved in the Linux kernel by adding a check that returns failure when this condition is detected. Siemens has identified this vulnerability as affecting the GNU/Linux subsystem of the SIMATIC S7-1500 TM MFP industrial control system. The vulnerability is rated HIGH severity (CVSS 7.8) with local attack vector, low attack complexity, and low privileges required, but can result in high impact to confidentiality, integrity, and availability. No patch is currently available from Siemens; mitigations include restricting access to the interactive shell to trusted personnel only and only building and running applications from trusted sources.

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 using Siemens SIMATIC S7-1500 TM MFP, OT security teams, Linux kernel maintainers, and organizations running embedded Linux systems in critical infrastructure environments should prioritize assessment and mitigation of this vulnerability.

Technical summary

The vulnerability exists in the Linux kernel's tracing subsystem where event length validation fails to account for the NULL terminating character. When strlen() returns a value equal to the maximum buffer length, the buffer has no space for the null byte, potentially leading to buffer overflow conditions. The fix adds explicit validation to return failure when this condition is detected. This affects the GNU/Linux subsystem of Siemens SIMATIC S7-1500 TM MFP, an industrial control system product. The vulnerability requires local access and low privileges to exploit, but successful exploitation can compromise confidentiality, integrity, and availability of the system.

Defensive priority

HIGH

Recommended defensive actions

  • Restrict interactive shell access to the GNU/Linux subsystem to trusted personnel only
  • Only build and run applications from trusted sources
  • Monitor for future Siemens security advisories for patch availability
  • Apply defense-in-depth strategies for industrial control systems per CISA guidance

Evidence notes

The vulnerability description is sourced from the Linux kernel commit message resolving the issue, which explicitly states that strlen() returns string length excluding the null byte and that the fix checks for the condition where string length equals maximum buffer length. Siemens CSAF data confirms affected product as SIMATIC S7-1500 TM MFP - GNU/Linux subsystem. CVSS vector AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H confirms local attack vector with high impact potential.

Official resources

This vulnerability was disclosed on April 9, 2024, with the advisory last modified on May 14, 2026. The CISA advisory ICSA-24-102-01 has been updated multiple times to include additional CVEs affecting this product family.