Junglewise Threat Intelligence

CVE-2009-10007: Perl Catalyst::Plugin::Authentication session fixation

CVE-2009-10007 · Severity: info · CVSS 5 · Published 2026-06-09

Executive brief

Catalyst::Plugin::Authentication is a Perl library used to manage user logins in web applications. In versions before 0.10_027, the library fails to refresh a user's session ID after they log in. This allows an attacker to potentially hijack a user's account by "fixing" a session ID in the victim's browser before they sign in, leading to unauthorized access to the victim's data and actions.

Technical details

Catalyst::Plugin::Authentication before version 0.10_027 is susceptible to session fixation (CWE-384). The vulnerability exists because the plugin does not call change_session_id or an equivalent rotation mechanism during the authentication transition. An attacker can provide a known session identifier to a victim (e.g., via cookie injection or URL parameters depending on the session state configuration); once the victim authenticates, the attacker can use the same identifier to impersonate the authenticated user. The fix introduces a 'rotate_session_id' configuration setting, enabled by default in version 0.10_027, which requires Catalyst::Plugin::Session version 0.25 or higher to function correctly.

Affected products

  • Perl Catalyst Catalyst::Plugin::Authentication before 0.10_027

Timeline

  • 2026-06-09: advisory: NVD publication date
  • 2026-06-07: patched: Patch committed to GitHub repository

References