Description
SGLang contains a credential leakage vulnerability in the /server_info endpoint, which will return API keys and SSL keyfile information when only the --admin-api-key is configured.
Published: 2026-07-30
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SGLang’s /server_info endpoint returns stored API keys and SSL keyfile details when the service is configured with only the --admin-api-key. This credential leakage allows an attacker who can reach the endpoint to obtain secrets that grant administrative or programmatic access to SGLang, potentially leading to full compromise of the system and exfiltration of data. The flaw is a data‑exposure weakness that reveals sensitive information without proper authentication checks.

Affected Systems

The affected product is SGLang, developed by SGLang. No specific product versions are listed in the advisory.

Risk and Exploitability

The EPSS score is less than 1 % and the vulnerability is not listed in the CISA KEV catalog, indicating a low likelihood of exploitation at present. The CVSS score of 7.5 indicates a high severity. However, once the flaw is publicly known, an attacker could target the endpoint by sending an unauthenticated HTTP request, potentially retrieving the admin API key and SSL keyfile data. It is inferred that the endpoint is reachable over a network interface exposed to the attacker, either within a local network or via the public internet, and that no authentication is performed for the call. The risk remains until the issue is fixed.

Generated by OpenCVE AI on August 4, 2026 at 22:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or upgrade SGLang to a release that fixes the /server_info credential leakage.
  • Restrict network access or enforce authentication on the /server_info endpoint to mitigate the credential data exposure (CWE-522).
  • Reconfigure SGLang to use separate keys for administrative and user operations, and avoid exposing the admin API key via the endpoint.
  • Disable the /server_info endpoint entirely if it is not required for normal operation.
  • Regularly check the SGLang official website or GitHub releases page for updates and advisories addressing this vulnerability.

Generated by OpenCVE AI on August 4, 2026 at 22:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-522
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
First Time appeared Sglang
Sglang sglang
Vendors & Products Sglang
Sglang sglang

Thu, 30 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Description SGLang contains a credential leakage vulnerability in the /server_info endpoint, which will return API keys and SSL keyfile information when only the --admin-api-key is configured.
Title CVE-2026-15977
References

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-07-31T19:08:46.654Z

Reserved: 2026-07-16T15:40:45.979Z

Link: CVE-2026-15977

cve-icon Vulnrichment

Updated: 2026-07-31T19:08:05.650Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-30T19:17:08.893

Modified: 2026-08-04T20:41:20.780

Link: CVE-2026-15977

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:00:15Z

Weaknesses
  • CWE-522

    Insufficiently Protected Credentials