VYPR

Punk::Plugin::TOTP

by Perl Foundation

CVEs (2)

  • CVE-2026-78655Aug 25, 2026
    risk 0.00cvss epss

    Punk::Plugin::TOTP versions before 0.05 for Perl allow the second-factor attempt limit to be reset by replaying an earlier session cookie because the challenge route counts failures in the session. The POST handler on challenge_path keeps the failure count as tries inside the…

  • CVE-2026-78619Aug 25, 2026
    risk 0.00cvss epss

    Punk::Plugin::TOTP versions before 0.05 for Perl accept another account's recovery code at the two-factor challenge because totp_use_recovery compares user identifiers numerically. The helper searches the recovery model for the submitted code's digest alone, across every user's…