Skip to content

HTTPS Fallback to HTTP in Graph Explorer

Moderate
kmcginnes published GHSA-r6vr-4rxc-x6q4 Jun 2, 2026

Package

No package listed

Affected versions

>= 1.1.0 AND < 3.0.1

Patched versions

3.0.1

Description

Summary

Graph Explorer is an open source application that provides visualization and exploration of data in graph databases such as Amazon Neptune. An issue exists where, under certain circumstances, the server silently falls back to HTTP when HTTPS is enabled but certificates are unavailable, resulting in cleartext transmission of sensitive information.

Impact

When PROXY_SERVER_HTTPS_CONNECTION is set to true, Graph Explorer is expected to serve all traffic over HTTPS. However, certain non-default configuration combinations could prevent SSL certificates from being generated or located, causing the server to silently fall back to serving over HTTP with no warning or error. Deployments intended to be HTTPS-only could unknowingly serve traffic in cleartext.

Standard deployments using the default configuration with HOST set are unlikely to be affected, as certificate generation would succeed normally.

Patches

This issue has been addressed in Graph Explorer version 3.0.1. We recommend upgrading to the latest version and ensuring any forked or derivative code is patched to incorporate the new fixes.

Workarounds

If you cannot upgrade immediately, please take the following actions:

  • Verify your deployment is actually serving over HTTPS by checking the protocol in the browser or via curl
  • Ensure HOST is set in your docker run command so certificates are generated correctly
  • Avoid using non-default configuration directory paths when relying on automatic self-signed certificate generation

References

If you have any questions or comments about this advisory, we ask that you contact AWS Security via our issue reporting page or directly via email to aws-security@amazon.com. Please do not create a public GitHub issue.

Acknowledgement

We would like to thank Eduardo Caro for collaborating on this issue through the coordinated vulnerability disclosure process.

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

CVE ID

CVE-2026-10584

Weaknesses

No CWEs