CVE-2024-47945
15.10.2024, 10:15
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 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.Enginsight
Vendor | Product | Version |
---|---|---|
rittal | iot_interface_firmware | 𝑥 < 6.21.00.2 |
rittal | cmc_iii_processing_units_firmware | 𝑥 < 6.21.00.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-340 - Generation of Predictable Numbers or IdentifiersThe product uses a scheme that generates numbers or identifiers that are more predictable than required.
- CWE-331 - Insufficient EntropyThe software uses an algorithm or scheme that produces insufficient entropy, leaving patterns or clusters of values that are more likely to occur than others.