๐Ÿ” CVE Alert

CVE-2026-81032

CRITICAL 9.8

NebulaGraph through 3.8.0 Unauthenticated Read and Modification of Runtime Configuration

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

NebulaGraph exposes its runtime configuration over an unauthenticated HTTP service. Each daemon starts the web service defined in src/webservice/WebService.cpp, whose bind address defaults to all interfaces, and registers routes for reading and writing gflags alongside status and statistics. Neither the service nor its router carries any authentication, token check or address restriction. The read route returns the daemon's full set of runtime flag values, which includes the configured certificate, key and certificate-authority paths, the password file path, data directories and the transport-security enable flags. The write route parses a supplied map and applies each entry through the gflags runtime setter, so a caller able to reach the port can change the daemon's behaviour without restarting it, including disabling the transport-security flags, redirecting log files and altering flags such as failed_login_attempts and password_lock_time_in_secs. Public reports of this endpoint describe a single name, enable_authorize, being refused by the handler; at release 3.8.0 that refusal is not present and the handler applies every name it is given.

CWE CWE-306
Vendor vesoft-inc
Product nebula
Published Aug 26, 2026
Last Updated Aug 26, 2026
Stay Ahead of the Next One

Get instant alerts for vesoft-inc nebula

Be the first to know when new critical vulnerabilities affecting vesoft-inc nebula are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

vesoft-inc / nebula
0 โ‰ค 3.8.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/vesoft-inc/nebula github.com: https://github.com/vesoft-inc/nebula/issues/6157 github.com: https://github.com/vesoft-inc/nebula/blob/v3.8.0/src/webservice/WebService.cpp github.com: https://github.com/vesoft-inc/nebula/blob/v3.8.0/src/webservice/SetFlagsHandler.cpp vulncheck.com: https://www.vulncheck.com/advisories/nebulagraph-through-3.8.0-unauthenticated-read-and-modification-of-runtime-configuration

Credits

George Chen