Cyber Resilience

CVE-2024-47945

CriticalPublic PoC

Published: 15 October 2024

Published
15 October 2024
Modified
03 November 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0041 61.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-47945 is a critical-severity Generation of Predictable Numbers or Identifiers (CWE-340) vulnerability in Rittal Iot Interface Firmware. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 38.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

The devices are vulnerable to session hijacking due to insufficient entropy in its session ID generation algorithm. The session IDs are predictable, with only 32,768 possible values per user, which allows attackers to pre-generate valid session IDs, leading to unauthorized…

more

access to user sessions. This is not only due to the use of an (insecure) rand() function call but also because of missing initialization via srand(). As a result only the PIDs are effectively used as seed.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

rittal
iot interface firmware
≤ 6.21.00.2
rittal
cmc iii processing units firmware
≤ 6.21.00.2

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-331 CWE-340

Approved key-establishment methods mandate sufficient entropy during key generation, eliminating entropy-starved keys.

References