Description
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.
Published: 2026-07-17
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the Dancer::Plugin::Auth::Google library disabling TLS verification by default, allowing an attacker who can position a man‑in‑the‑middle between the application and Google’s API endpoints to intercept the OAuth2 token exchange and userinfo retrieval. By returning a forged access token and user profile, the attacker can log in to the Dancer application as any Google user. This constitutes an account takeover with potential to access sensitive data within the application. The weakness is identified as CWE‑295, Threat: Impersonation.

Affected Systems

Affected software is GARU’s Dancer::Plugin::Auth::Google, version 0.07 and older. These releases initialize the default HTTP user agent with SSL_verify_mode disabled, enabling insecure connections to googleapis.com.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.2 and an EPSS score of less than 1 %, indicating theoretically low but non‑zero exploitation likelihood. It is not yet in the CISA KEV catalog. Exploitation requires the attacker to have network control to perform MITM; no additional privileges are required. Given the high impact of account takeover and the presence of a published patch, the risk remains significant for installations that have not yet upgraded.

Generated by OpenCVE AI on July 31, 2026 at 00:27 UTC.

Remediation

Vendor Workaround

There is no caller-side override. Apply the patch.


OpenCVE Recommended Actions

  • Upgrade Dancer::Plugin::Auth::Google to the patched 0.07 release or a later version that re‑enables TLS verification.
  • Ensure that SSL_verify_mode is set to verify the server’s certificate (e.g., SSL_VERIFY_PEER) when configuring the HTTP client.
  • Implement network security controls to block unauthorized MITM, such as using trusted TLS connections, certificate pinning, or network segmentation between application and external services.

Generated by OpenCVE AI on July 31, 2026 at 00:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Garu
Garu dancer::plugin::auth::google
Vendors & Products Garu
Garu dancer::plugin::auth::google

Fri, 17 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Fri, 17 Jul 2026 13:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Dancer::Plugin::Auth::Google versions through 0.07 for Perl have TLS verification disabled
Weaknesses CWE-295
References

Subscriptions

Garu Dancer::plugin::auth::google
cve-icon MITRE

Status: PUBLISHED

Assigner: CPANSec

Published:

Updated: 2026-07-17T17:32:51.458Z

Reserved: 2026-06-26T10:06:50.040Z

Link: CVE-2026-13410

cve-icon Vulnrichment

Updated: 2026-07-17T15:28:12.202Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T00:30:18Z

Weaknesses
  • CWE-295

    Improper Certificate Validation