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.
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 August 13, 2026 at 12:37 UTC.

Remediation

Vendor Solution

Upgrade to version 0.08 or later.


Vendor Workaround

For versions 0.07 or earlier, there is no caller-side override. Apply the patch.


OpenCVE Recommended Actions

  • Upgrade Dancer::Plugin::Auth::Google to version 0.08 or later to re‑enable TLS verification.
  • Apply the provided patch (https://github.com/garu/Dancer-Plugin-Auth-Google/commit/2fdb72527eaa0e11a5c134c597f1e44e37411d95.patch) to the affected installation as a temporary workaround.
  • 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 August 13, 2026 at 12:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 18:15: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. 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.
Title Dancer::Plugin::Auth::Google versions through 0.07 for Perl have TLS verification disabled Dancer::Plugin::Auth::Google versions before 0.08 for Perl have TLS verification disabled
References

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-08-11T18:02:06.250Z

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

Link: CVE-2026-13410

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

Published: 2026-07-17T13:17:56.663

Modified: 2026-08-11T18:17:19.290

Link: CVE-2026-13410

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T12:45:03Z

Weaknesses
  • CWE-295

    Improper Certificate Validation