Description
OPeNDAP Hyrax allows SSRF and credential disclosure via unvalidated HTTP redirects that bypass the AllowedHosts allowlist and leak Earthdata headers (User-Id, Echo-Token) to attacker-controlled endpoints.
Published: 2026-08-07
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

OPeNDAP Hyrax Docker is vulnerable because its redirect handling does not validate URLs against the AllowedHosts allowlist. An attacker that can control the redirect URL can cause the server to resolve the target and issue a request to any internal or external host. The application also forwards Earthdata headers that carry authentication information—User-Id and Echo-Token—to the target, leaking valid credentials. This flaw is identified as CWE-918 (Server‑Side Request Forgery) and CWE-201 (Improper Access Control).

Affected Systems

OPeNDAP Inc.’s Hyrax Docker product is affected. No specific version is listed in the CNA data, so any deployment of Hyrax Docker that has not applied a patch or the recommended mitigations remains vulnerable.

Risk and Exploitability

It is inferred that the attack vector is via any user able to send an HTTP request to the public redirect endpoint, as the feature is exposed publicly; any user can trigger it, so no special privileges are needed. The CVSS score of 6.5 indicates medium severity, the EPSS is below 1%, and the vulnerability is not in the CISA KEV catalog, suggesting limited known exploitation. Nonetheless, the ability to forward authentication headers to an attacker-controlled endpoint poses a significant confidentiality risk. Until mitigations are applied the risk persists, especially if internal network resources or privileged credentials are available behind the proxy.

Generated by OpenCVE AI on August 10, 2026 at 21:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the newest OPeNDAP Hyrax Docker release that includes the SSRF fix, as noted in the official release notes.
  • Configure the AllowedHosts allowlist to restrict redirects to a whitelist of trusted internal hosts and reject any redirection to external or untrusted domains.
  • Strip or discard Earthdata headers (User-Id and Echo-Token) from outbound redirects when the target is not on the allowlist, preventing credential leakage.

Generated by OpenCVE AI on August 10, 2026 at 21:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-201
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 08 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Opendap
Opendap hyrax-docker
Vendors & Products Opendap
Opendap hyrax-docker

Fri, 07 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-918

Fri, 07 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Description OPeNDAP Hyrax allows SSRF and credential disclosure via unvalidated HTTP redirects that bypass the AllowedHosts allowlist and leak Earthdata headers (User-Id, Echo-Token) to attacker-controlled endpoints.
Title OPeNDAP Hyrax SSRF and Credential Disclosure via Unvalidated Redirects
References

Subscriptions

Opendap Hyrax-docker
cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-08-10T11:57:04.058Z

Reserved: 2026-07-22T17:04:36.700Z

Link: CVE-2026-16637

cve-icon Vulnrichment

Updated: 2026-08-07T13:30:39.238Z

cve-icon NVD

Status : Received

Published: 2026-08-07T14:16:57.033

Modified: 2026-08-10T12:17:14.110

Link: CVE-2026-16637

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T21:45:03Z

Weaknesses
  • CWE-201

    Insertion of Sensitive Information Into Sent Data

  • CWE-918

    Server-Side Request Forgery (SSRF)