CVE-2026-13410 PUBLISHED

Dancer::Plugin::Auth::Google versions through 0.07 for Perl have TLS verification disabled

Assigner: CPANSec
Reserved: 26.06.2026 Published: 17.07.2026 Updated: 17.07.2026

Dancer::Plugin::Auth::Google versions through 0.07 for Perl have TLS verification disabled.

The default user agent is initialised with SSL_verify_mode explicitly disabled.

An attacker with network man-in-the-middle (MITM) capability between the Dancer application and googleapis.com can intercept the OAuth2 token exchange and userinfo fetch, return a forged access_token and user profile, and be logged in to the Dancer application as any Google user.

Product Status

Vendor GARU
Product Dancer::Plugin::Auth::Google
Versions Default: unaffected
  • affected from 0 to 0.07 (incl.)

Workarounds

There is no caller-side override.

Apply the patch.

References

Problem Types

  • CWE-295 Improper Certificate Validation CWE