Concierge::Sessions versions from 0.8.1 before 0.8.5 for...
Critical severity
Unreviewed
Published
Feb 17, 2026
to the GitHub Advisory Database
•
Updated Feb 17, 2026
Description
Published by the National Vulnerability Database
Feb 16, 2026
Published to the GitHub Advisory Database
Feb 17, 2026
Last updated
Feb 17, 2026
Concierge::Sessions versions from 0.8.1 before 0.8.5 for Perl generate insecure session ids. The generate_session_id function in Concierge::Sessions::Base defaults to using the uuidgen command to generate a UUID, with a fallback to using Perl's built-in rand function. Neither of these methods are secure, and attackers are able to guess session_ids that can grant them access to systems. Specifically,
References