SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-67201

HIGH · CVSS 8.6 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-29 · Last synced 2026-08-28

CyberRota Analysis

AI-Generated

This vulnerability affects versions up to 0.5.2, allowing attackers to exploit a server-side request forgery (SSRF) bypass by manipulating URL parsing differences between net.urllib and net.http. By crafting a specific URL with a backslash, attackers can bypass host-based allowlists, gaining unauthorized access to internal network services. Organizations using affected versions should prioritize patching to mitigate the risk of internal network exposure.

Public Exploit Signal

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

Detected Signals
exploit

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

CVE
CVE-2026-67201
Severity
HIGH
CVSS
8.6
EPSS
0.39%

Original NVD Description

V through 0.5.2, fixed in commit 85859f0, contains a server-side request forgery (SSRF) bypass vulnerability that allows attackers to circumvent host-based allowlists by exploiting a parser differential between net.urllib and net.http. Attackers can craft a URL containing a backslash in the authority section such that net.urllib.parse() extracts the trusted host for allowlist validation while net.http.get() normalizes the backslash and connects to the internal host, enabling access to internal network services that the allowlist was intended to block.