Description
GPUStack through 2.2.1, fixed in commit 4e20551, contains an unauthenticated information disclosure vulnerability that allows unauthenticated attackers to access sensitive inference logs and modify worker configuration by exploiting unprotected /serveLogs and /debug endpoints on the worker port. Attackers can enumerate model instance IDs to stream serving logs containing prompts and completions, change log levels, and read memory profiling data without any authentication.
Published: 2026-07-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

GPUStack v2.2.1 and earlier contain an unauthenticated endpoint flaw that lets attackers access rich inference logs, adjust log levels, and read memory profiling data without authentication, exposing prompts, completions, and configuration details. The flaw is a classic CWE‑306: Unauthenticated Access to Sensitive Information.

Affected Systems

Vulnerable versions are gpustack:gpustack up to and including 2.2.1. Firmware before commit 4e20551 was fixed; upgrading to any release that incorporates the 4e20551 commit removes the vulnerability.

Risk and Exploitability

The CVSS score of 8.8 highlights a severe impact, but the EPSS score of <1% indicates a low probability of exploitation at present, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is connecting to the worker port exposed on a network; based on the description, it is inferred that remote attackers with network reach can immediately read logs or modify worker configuration because no authentication is required.

Generated by OpenCVE AI on August 1, 2026 at 08:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the gpustack update that includes commit 4e20551 or later
  • Restrict network access to the worker endpoints (/serveLogs and /debug) using firewalls or network segmentation
  • Enforce authentication or restrict those endpoints to trusted IP ranges

Generated by OpenCVE AI on August 1, 2026 at 08:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Gpustack
Gpustack gpustack
Vendors & Products Gpustack
Gpustack gpustack

Wed, 15 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 15 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Description GPUStack through 2.2.1, fixed in commit 4e20551, contains an unauthenticated information disclosure vulnerability that allows unauthenticated attackers to access sensitive inference logs and modify worker configuration by exploiting unprotected /serveLogs and /debug endpoints on the worker port. Attackers can enumerate model instance IDs to stream serving logs containing prompts and completions, change log levels, and read memory profiling data without any authentication.
Title GPUStack Unauthenticated Information Disclosure via Worker Endpoints
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Gpustack Gpustack
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-15T18:12:23.313Z

Reserved: 2026-07-01T21:54:37.946Z

Link: CVE-2026-58658

cve-icon Vulnrichment

Updated: 2026-07-15T18:12:18.395Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T09:00:04Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function