medium

CVE-2026-50201

NuGet · Steeltoe.Management.Endpoint

Summary

Steeltoe's sensitive actuators (heapdump/env) only require Restricted permission

Severity
medium
CVSS
6.5
EPSS
0.2% (p14)
CWE
CWE-269, CWE-285
Also known as
GHSA-227r-jm2g-7cp4#Steeltoe.Management.Endpoint
Published
2026-07-02
Updated
2026-07-02

Advisory details

Summary

All Steeltoe actuator endpoints default to EndpointPermissions.Restricted, which is mapped to Cloud Foundry's read_basic_data permission (granted to Space Auditors and similar low-trust roles). Sensitive actuators including heap dump, environment, and thread dump do not raise this to EndpointPermissions.Full, so CF's read_sensitive_data permission flag is not enforced for those endpoints. Spring Boot's equivalent Cloud Foundry integration gates these endpoints with read_sensitive_data by default.

Impact

Any CF user holding Space Auditor, Space Manager, or Org Auditor role can access the heap dump, environment, and thread dump actuators for any Steeltoe application in their space. A heap dump contains all in-memory data including database passwords, bearer tokens, and VCAP_SERVICES credentials. CF's read_sensitive_data permission, which is specifically designed to gate this access, has no effect.

Affected configuration

Mitigations

If an immediate upgrade is not possible:

References

Related advisories

Is your project exposed to this? Stateward checks every dependency on every pull request and flags it only if your code actually reaches it.

Check my repo

Summarize with AI

ChatGPTClaudePerplexity

Sources: CISA KEV (public domain), OSV.dev & GitHub Advisory Database (CC-BY-4.0), FIRST EPSS, NVD/CWE (public domain). Served live from the Stateward advisory database.