Description
Catalyst::Plugin::Authentication versions before 0.10_027 for Perl is susceptible to session fixation attacks.

Catalyst::Plugin::Authentication does not automatically change the session id after authentication. An attacker that obtains a session id cookie can use this to impersonate the victim.
Published: 2026-06-09
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Catalyst::Plugin::Authentication prior to version 0.10_027 fails to regenerate the session identifier after a user authenticates. This omission allows an attacker who has obtained a valid session cookie to continue using that session, effectively impersonating the authenticated user. The weakness is classified as CWE-384, indicating the failure to enforce session token binding to authentication events.

Affected Systems

The vulnerability affects the Catalyst::Plugin::Authentication module for Perl versions earlier than 0.10_027. Users employing Catalyst::Plugin::Session or Catalyst::Plugin::Starch must invoke change_session_id after authentication. Users of Plack::Middleware::Session should enable the change_id flag once a user logs in. The patch referenced in the advisory addresses the underlying issue in the authentication module.

Risk and Exploitability

The CVSS score of 9.1 indicates a high likelihood of severe confidentiality, integrity, and availability impact if a session ID is fixed. The EPSS score of < 1% indicates a very low but nonzero probability of exploitation within a defined timeframe, and the vulnerability is not listed in CISA KEV. The attack requires the attacker to acquire a valid session cookie, which may be possible via network sniffing, cross-site scripting, or other side channels, and then reuse that cookie after the victim authenticates. The lack of a session ID rotation makes the exploitation straightforward if the adversary possesses a valid cookie.

Generated by OpenCVE AI on June 9, 2026 at 17:29 UTC.

Remediation

Vendor Solution

Users should upgrade to version 0.10_027 or later.


Vendor Workaround

Users of Catalyst::Plugin::Session or Catalyst::Plugin::Starch should call the change_session_id method after authentication. Users of Plack::Middleware::Session should set the change_id flag after logging in. Users may also apply the linked patch.


OpenCVE Recommended Actions

  • Upgrade Catalyst::Plugin::Authentication to version 0.10_027 or later.
  • Download and apply the provided patch for Catalyst::Plugin::Authentication from the GitHub repository
  • If using Catalyst::Plugin::Session or Catalyst::Plugin::Starch, call the change_session_id method immediately after authentication
  • If using Plack::Middleware::Session, set the change_id flag after a user logs in

Generated by OpenCVE AI on June 9, 2026 at 17:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 09 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Ether
Ether catalyst::plugin::authentication
Vendors & Products Ether
Ether catalyst::plugin::authentication

Tue, 09 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 09 Jun 2026 11:30:00 +0000

Type Values Removed Values Added
References

Tue, 09 Jun 2026 08:45:00 +0000

Type Values Removed Values Added
Description Catalyst::Plugin::Authentication versions before 0.10_027 for Perl is susceptible to session fixation attacks. Catalyst::Plugin::Authentication does not automatically change the session id after authentication. An attacker that obtains a session id cookie can use this to impersonate the victim.
Title Catalyst::Plugin::Authentication versions before 0.10_027 for Perl is susceptible to session fixation attacks
Weaknesses CWE-384
References

Subscriptions

Ether Catalyst::plugin::authentication
cve-icon MITRE

Status: PUBLISHED

Assigner: CPANSec

Published:

Updated: 2026-06-09T15:21:06.809Z

Reserved: 2026-06-05T09:22:17.762Z

Link: CVE-2009-10007

cve-icon Vulnrichment

Updated: 2026-06-09T11:03:30.531Z

cve-icon NVD

Status : Deferred

Published: 2026-06-09T09:16:27.183

Modified: 2026-06-09T16:16:33.090

Link: CVE-2009-10007

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-09T20:21:09Z

Weaknesses