Insecure Session ID Generation in Apache::Session::Generate::ModUniqueId by Apache
CVE-2026-5081
9.1CRITICAL
What is CVE-2026-5081?
Apache::Session::Generate::ModUniqueId versions from 1.54 to 1.94 in Perl present security vulnerabilities due to the insecure generation of session IDs. These IDs utilize the UNIQUE_ID environment variable generated by the Apache mod_unique_id plugin, which is based on identifiable parameters like IPv4 address, process ID, and epoch time without any obfuscation. This makes session IDs predictable and susceptible to unauthorized access, as they can be guessed or traced back from previous sessions. The mod_unique_id feature, while useful for correlating log events, is not intended for security purposes, rendering the implementation of these session IDs insecure.
Affected Version(s)
Apache::Session::Generate::ModUniqueId 1.54 <= 1.94
