JLSEC-2026-617

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-617.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-617.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-617
Aliases
  • ANT-2026-59AETZK3
  • ANT-2026-APXT86GW
Upstream
  • ANT-2026-59AETZK3
  • ANT-2026-APXT86GW
Published
2026-06-23T12:59:32.708Z
Modified
2026-06-23T17:30:14.379007222Z
Summary
Open redirect in the HTTP.jl static file server canonical redirects
Details

Description

The static file server's canonical 301 redirects (index-file strip, directory trailing-slash add, and file trailing-slash strip) built the Location header verbatim from the un-normalized request target. Request-target validation only requires a leading /, has no CTL bytes, and the .. check plus segment decoding drop empty segments, so a target like //evil.example/index.html or /\evil.example/ survived validation and produced a Location such as //evil.example/ — a scheme-relative network-path reference (RFC 3986 §4.2) that browsers resolve to a foreign authority.

Impact

A crafted request to the file server could produce a redirect to an attacker-controlled host (open redirect).

Patches

Fixed in HTTP.jl v2.4.0. A new _sanitize_redirect_location collapses any leading run of / or \ separators down to a single /, re-rooting the Location at the server's own origin so it can never carry an authority component (backslashes are treated as separators because browsers normalize \ to /). Every canonical-redirect branch routes its Location through the sanitizer; single-rooted local paths are unchanged.

Reported to the JuliaLang security team through Anthropic's Coordinated Vulnerability Disclosure program.

Database specific
{
    "license": "CC-BY-4.0"
}
References

Affected packages

Julia / HTTP

Package

Name
HTTP
Purl
pkg:julia/HTTP?uuid=cd3eb016-35fb-5094-929b-558a96fad6f3

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.4.0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-617.json"