GHSA-hr73-3gpv-hh6q

Suggest an improvement
Source
https://github.com/advisories/GHSA-hr73-3gpv-hh6q
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-hr73-3gpv-hh6q/GHSA-hr73-3gpv-hh6q.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-hr73-3gpv-hh6q
Aliases
Published
2026-09-17T20:30:45Z
Modified
2026-09-17T20:45:05Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Steeltoe.Discovery.Eureka: malformed enum/bool/timestamp field aborts entire registry fetch (DoS)
Details

Summary

Steeltoe's Eureka discovery client deserializes the registry response as a single unit. If any registered instance contains a field value that cannot be parsed (for example, an unrecognized actionType, a non-boolean value for isCoordinatingDiscoveryServer, or a non-numeric timestamp), deserialization of the entire registry fails. All Steeltoe Eureka clients connected to that registry then receive an empty or stale instance list until the malformed registration is removed.

This is a related but distinct issue from CVE-2026-50196, which addressed only the DataCenterInfo.name field.

Impact

Any principal that can register or update a service instance in the Eureka registry can trigger a service-discovery outage for all Steeltoe applications connected to the same registry. The outage persists until the offending registration is removed.

Affected configuration

  • Application uses EurekaDiscoveryClient (any deployment, including self-hosted Eureka).
  • The registry contains at least one service instance with an unrecognized value in a field such as actionType, status, isCoordinatingDiscoveryServer, or timestamp fields.
  • Mixed-platform environments — for example, Java or Spring services co-existing in the same Eureka registry — are more likely to encounter this condition.

Mitigations

If an immediate upgrade is not possible:

  • Audit the Eureka registry for registrations containing non-standard field values, particularly those originating from non-.NET clients.
  • Restrict write access to the Eureka registration API to trusted services.
Database specific
{
    "cwe_ids": [
        "CWE-755"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-09-17T20:30:45Z",
    "nvd_published_at": "2026-09-17T16:17:46Z",
    "severity": "HIGH"
}
References

Affected packages

NuGet / Steeltoe.Discovery.Eureka

Package

Name
Steeltoe.Discovery.Eureka
View open source insights on deps.dev
Purl
pkg:nuget/Steeltoe.Discovery.Eureka

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.0.0
Fixed
4.3.0

Affected versions

4.*
4.0.0
4.1.0
4.2.0

Database specific

last_known_affected_version_range
"<= 4.2.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-hr73-3gpv-hh6q/GHSA-hr73-3gpv-hh6q.json"