PatchSiren cyber security CVE debrief
CVE-2024-39484 Siemens CVE debrief
A resource leak vulnerability exists in the Linux kernel's Davinci MMC driver. When the driver is built-in (CONFIG_MMC_DAVINCI=y) rather than as a module, the remove function is marked with __exit and discarded at link time. If the device is unbound via sysfs or hotplug events, the driver is removed without executing cleanup code, leading to resource leaks. Siemens has assessed this vulnerability as 'Misinformed' for affected products, indicating the reported impact does not apply to their specific configurations.
- Vendor
- Siemens
- Product
- RUGGEDCOM RST2428P (6GK6242-6PA00)
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2025-08-12
- Original CVE updated
- 2026-02-25
- Advisory published
- 2025-08-12
- Advisory updated
- 2026-02-25
Who should care
Organizations running Siemens industrial networking equipment including RUGGEDCOM RST2428P and SCALANCE X-family switches with SINEC OS, as well as any Linux systems using the Davinci MMC driver in built-in configuration
Technical summary
The Davinci MMC driver in the Linux kernel uses the __exit attribute on its remove function. When CONFIG_MMC_DAVINCI=y (built-in), this causes the linker to discard the remove callback. Device unbinding operations (sysfs unbind or hotplug removal) then proceed without executing cleanup code, resulting in resource leaks. The vulnerability is a coding pattern issue affecting kernel driver lifecycle management. Siemens products incorporating this component have been assessed with 'Misinformed' impact status per their security advisory.
Defensive priority
low
Recommended defensive actions
- Verify kernel configuration for affected Siemens devices to confirm CONFIG_MMC_DAVINCI is not set to built-in (y) if the Davinci MMC driver is used
- Review Siemens ProductCERT advisory SSA-355557 for specific product impact assessments
- Apply vendor-provided firmware updates when available per Siemens security advisory guidance
- Monitor CISA ICS advisories for updates to ICSA-25-226-07
Evidence notes
The vulnerability description indicates a kernel driver coding issue where __exit attribute causes the remove callback to be discarded for built-in drivers. Siemens ProductCERT advisory SSA-355557 and CISA ICSA-25-226-07 both document this assessment. The threat category in the source CSAF data is explicitly marked as 'Misinformed' for affected product IDs.
Official resources
-
CVE-2024-39484 CVE record
CVE.org
-
CVE-2024-39484 NVD detail
NVD
-
Source item URL
cisa_csaf
-
Source reference
Reference
-
Source reference
Reference
-
Source reference
Reference
-
Source reference
Reference
-
Source reference
Reference
-
Source reference
Reference
-
Source reference
Reference
2025-08-12