
Cloud Vulnerability DB
コミュニティ主導の脆弱性データベース
CVE-2026-53573 is an open redirect vulnerability (CWE-601) in GeoNetwork, an open-source catalog application for managing spatially referenced resources. The flaw exists in the post-login redirect handling of GeonetworkOAuth2LoginAuthenticationFilter and KeycloakAuthenticationProcessingFilter, where insufficient validation of the redirectUrl parameter allows an attacker-controlled external redirect after a successful login. Affected versions span from 3.12.0 through 3.12.12, 4.0.0-alpha.1 through 4.0.6, 4.2.0 through 4.2.15, and 4.4.0 through 4.4.10. The advisory was published on July 31, 2026, with patches available in versions 4.2.16 and 4.4.11. The CVSS v4.0 base score is 4.8 (Medium) (GitHub Advisory).
The root cause is insufficient URL validation (CWE-601) in both GeonetworkOAuth2LoginAuthenticationFilter and KeycloakAuthenticationProcessingFilter. Both filters attempted to restrict post-login redirects to relative, in-application URLs by checking whether the URI was non-absolute using Java's URI.isAbsolute(), but this check failed to reject protocol-relative URLs (e.g., //evil.example.com) and certain other bypass patterns that browsers resolve as external hosts. The fix introduced a centralized RedirectUtil helper class that enforces stricter validation: a safe redirect must start with a single / (not // or /\), must not carry a URI scheme, and must not declare any host or authority component; anything else falls back to the application context home (GitHub Advisory, Fix PR #9307).
Successful exploitation allows an attacker to craft a malicious link to a legitimate GeoNetwork OAuth2/OIDC or Keycloak login endpoint that, after the victim completes authentication, silently redirects them to an arbitrary external site. This can be leveraged for phishing attacks — for example, presenting a fake login page to harvest credentials — or to chain into other externally hosted attacks. The vulnerability does not bypass authentication, expose GeoNetwork data directly, or affect confidentiality or availability of the application itself (GitHub Advisory).
No public exploit code or in-the-wild exploitation has been reported for CVE-2026-53573. The EPSS score is approximately 0.377%, indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires user interaction — a victim must click a crafted link and complete the login flow — and the NVD SSVC assessment classifies exploitation as "none" with non-automatable attack characteristics (GitHub Advisory).
redirectUrl parameter containing a protocol-relative or otherwise bypass-capable external URL, e.g., https://geonetwork.example.org/geonetwork/signin?redirectUrl=//evil.example.com/phish.redirectUrl parameter, passes the bypass validation check, and issues a redirect response sending the victim's browser to the attacker-controlled external site.redirectUrl query parameter with values starting with //, http://, or https:// pointing to external domains; outbound HTTP redirects (3xx responses) from the GeoNetwork server to non-local hosts following login flows."Failed to perform login redirect to '//evil.example.com'" or "Refused unsafe login redirect to '...'" (the latter only present after patching); web/access logs showing POST/GET requests to /geonetwork/signin or equivalent OAuth2 callback endpoints with suspicious redirectUrl parameter values.Upgrade GeoNetwork to version 4.2.16 or 4.4.11, which introduce a centralized RedirectUtil helper that strictly validates post-login redirect targets to server-local relative paths only, rejecting protocol-relative URLs and any external hosts (GitHub Advisory, Fix PR #9307). GeoNetwork 3.x and 4.0.x branches are archived and will not receive patches; operators running those versions should migrate to a supported release (4.2.16+ or 4.4.11+). No configuration-based workaround is documented; upgrading is the only recommended remediation.
ソース: このレポートは AI を使用して生成されました
無料の脆弱性評価
9つのセキュリティドメインにわたるクラウドセキュリティプラクティスを評価して、リスクレベルをベンチマークし、防御のギャップを特定します。
パーソナライズされたデモを見る
"私が今まで見た中で最高のユーザーエクスペリエンスは、クラウドワークロードを完全に可視化します。"
"Wiz を使えば、クラウド環境で何が起こっているかを 1 つの画面で確認することができます"
"Wizが何かを重要視した場合、それは実際に重要であることを私たちは知っています。"