SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-13410

HIGH · CVSS 8.2 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-17 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

Dancer::Plugin::Auth::Google versions up to 0.07 for Perl have a critical vulnerability due to TLS verification being disabled, allowing an attacker with man-in-the-middle capabilities to intercept OAuth2 token exchanges. This can lead to unauthorized access, enabling the attacker to impersonate any Google user within the Dancer application. Organizations using this plugin should prioritize immediate updates to mitigate the risk of credential theft and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-13410
Severity
HIGH
CVSS
8.2
EPSS
0.26%
Exchange

Original NVD Description

Dancer::Plugin::Auth::Google versions before 0.08 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.