VYPR

Dancer2::Plugin::Auth::OAuth

by BIAFRA

CVEs (2)

  • CVE-2026-11832CriJun 15, 2026
    risk 0.59cvss 9.1epss 0.00

    Dancer2::Plugin::Auth::OAuth versions before 0.22 for Perl default to a predictable nonce. The default nonce was generated using an MD5 hash of the epoch time, which is predictable.

  • CVE-2026-12746HigJul 4, 2026
    risk 0.46cvss 8.1epss 0.00

    Dancer2::Plugin::Auth::OAuth::Provider versions before 0.23 for Perl do not support the OAuth 2.0 state parameter. The authentication_url method builds the provider authorization redirect without issuing a state value, and the callback method exchanges the callback code and…