Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
WS-2026-0044
Published:July 21, 2026
Updated:September 01, 2026
Denial of service and SSRF via unbounded http.Get() in Ref.IsValidURI() in github.com/go-openapi/spec. IsValidURI resolved an absolute-URL $ref by issuing http.Get on http.DefaultClient, which has no timeout and no cancellation, so an attacker-controlled URL that never responds blocks indefinitely and leaks goroutines, sockets and file descriptors. The bare GET to a caller-supplied URL is also an SSRF vector against internal addresses. Fixed in v0.22.7 by treating a well-formed absolute URL as valid without any network request.
Affected Packages
https://github.com/go-openapi/spec.git (GITHUB):
Affected version(s) >=v0.17.0 <v0.22.7
Fix Suggestion:
Update to version v0.22.7
github.com/go-openapi/validate (GO):
Affected version(s) >=fix-schema-options <v0.26.1
Fix Suggestion:
Update to version v0.26.1
github.com/go-openapi/spec (GO):
Affected version(s) >=d1008324672f1909000e2bdad2a1296007ef3b7d <v0.22.7
Fix Suggestion:
Update to version v0.22.7
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Uncontrolled Resource Consumption
Allocation of Resources Without Limits or Throttling