CVE-2024-47945
9.8CRITICALThe 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
Publicado: 10/15/2024Actualizado: 11/3/2025
Descripción
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.
Análisis IAImpulsado por IA
Productos Afectados
rittaliot_interface_firmware
rittaliot_interface
-
rittalcmc_iii_processing_units_firmware
rittalcmc_iii_processing_units
-
Referencias
- https://r.sec-consult.com/rittaliotExploitThird Party Advisory
- https://www.rittal.com/de-de/products/deep/3124300Product
- http://seclists.org/fulldisclosure/2024/Oct/4