CVE-2026-67201
Deferred Deferred - Pending Action

SSRF Bypass in V Framework via Parser Differential

Vulnerability report for CVE-2026-67201, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-29

Last updated on: 2026-07-29

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-07-29
Generated
2026-08-19
AI Q&A
2026-07-30
EPSS Evaluated
2026-08-18
NVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-436 Product A handles inputs or steps differently than Product B, which causes A to perform incorrect actions based on its perception of B's state.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a server-side request forgery (SSRF) bypass in V through version 0.5.2. It occurs due to a parser differential between net.urllib and net.http. Attackers can exploit this by crafting a URL with a backslash in the authority section. net.urllib.parse() extracts the trusted host for allowlist validation, while net.http.get() normalizes the backslash and connects to an internal host, bypassing host-based allowlists to access restricted internal network services.

Detection Guidance

Detecting this SSRF bypass vulnerability requires checking for unusual URL parsing behavior in applications using net.urllib and net.http libraries. Monitor network logs for requests containing backslashes in the authority section of URLs. Test applications by sending crafted URLs with backslashes to see if internal hosts are accessed despite allowlist restrictions.

Impact Analysis

This vulnerability allows attackers to access internal network services that were intended to be blocked by allowlists. This could lead to unauthorized data exfiltration, internal service manipulation, or further network compromise, depending on the exposed services.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. Organizations may face compliance violations, legal penalties, and reputational damage due to potential data breaches or unauthorized access to protected health or personal information.

Mitigation Strategies

Immediately update the affected library to the fixed commit 85859f0. Implement strict input validation for URLs, rejecting any containing backslashes in the authority section. Review and tighten network allowlists to ensure they cannot be bypassed. Monitor network traffic for suspicious internal requests.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-67201. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart