nuget package report

Is Steeltoe.Management.EndpointCore safe?

2 known vulnerabilities, worst severity HIGH.

// reach

0 direct dependencies

none carry a known advisory

    0 packages depend on it

    an advisory here reaches each of them

      Create a free accountfor every dependency path, dependent and what to upgrade
      // ai model usage

      Tracked for PyPI packages. HuggingFace models declare Python dependencies, so nuget packages are not covered.


      cvss
      0.0
      high

      severity out of 10

      epss
      0.00%
      medium

      chance of exploitation in 30 days, 33rd percentile of all CVEs

      xyz score
      not scored

      CyberXYZ composite out of 10

      fig. 01 — GHSA-58f6-6rj2-3v8r, the advisory selected below

      // 2 advisories

      GHSA-58f6-6rj2-3v8r

      HIGHCVE-2026-50194
      // summary

      When Steeltoe management endpoints are configured to listen on an alternate port (Management:Endpoints:Port is configured), the middleware responsible for restricting access to the endpoints uses the Host HTTP header rather than the actual network socket port.

      // impact

      An unauthenticated remote attacker can reach every actuator endpoint using a specially crafted HTTP request.

      // affected configuration
      • The application's public port is accessible over from the network.
      • Management:Endpoints:Port is configured to a value different from the application's main listener port.
      • The request scheme matches Management:Endpoints:SslEnabled. For example, http when SslEnabled is false (the default), or https when SslEnabled is true.
      // mitigations

      If an immediate upgrade to a patched version is not possible:

      • Add explicit ASP.NET Core authorization (RequireAuthorization) to all sensitive actuator endpoints as a defense-in-depth measure independent of port isolation.
      • Configure the reverse proxy or load balancer to enforce the Host header value and prevent clients from setting an arbitrary port.
      // cvss v3.1 vector

      CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N

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

      Checked 2026-09-26 at 01:00 UTC. The most recent advisory here was published 2026-07-02. Updated continuously from NVD, GHSA, OSV and CNA feeds.

      Think a verdict here is wrong? Tell us — we respond within 2 business days.