CVE-2026-56697: Missing Host Check Open Redirectcve-2026-56697-missing-host-check-open-redirect
A URL object is instantiated to validate the path, but the host is not verified. Attackers can supply protocol-relative paths (e.g., `//evil.com`) which resolve against the current base URL and pass protocol-only checks. If the unvalidated path is then used for navigation, it results in an Open Redirect.