← Back

Iot Interface Firmware

iot_interface_firmware

Vendor: Rittal • 1 CVE

CVEs (1)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Rittal
2Cmc Iii Processing Units Firmware
Iot Interface Firmware
Nov 3, 2025
Oct 15, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
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...Show more
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.Show less