GHSA-hr73-3gpv-hh6q
Steeltoe.Discovery.Eureka: malformed enum/bool/timestamp field aborts entire registry fetch (DoS)
Quick fix
GHSA-hr73-3gpv-hh6q — Steeltoe.Discovery.Eureka: upgrade to the fixed version with the command below.
dotnet add package Steeltoe.Discovery.Eureka --version 4.3.0Details
## 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](https://github.com/advisories/GHSA-j8ph-6fxj-g533), 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.
Are you affected?
Enter the version of the package you're using.
Affected packages
4.0.0Fixed in: 4.3.0dotnet add package Steeltoe.Discovery.Eureka --version 4.3.0References
- https://github.com/SteeltoeOSS/security-advisories/security/advisories/GHSA-hr73-3gpv-hh6q[WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-81515[ADVISORY]
- https://github.com/SteeltoeOSS/Steeltoe/commit/bc1c3763aacc1fee82ef9932f338ec08dcb00432[WEB]
- https://github.com/SteeltoeOSS/Steeltoe/releases/tag/4.3.0[WEB]
- https://github.com/SteeltoeOSS/security-advisories[PACKAGE]
- https://github.com/advisories/GHSA-j8ph-6fxj-g533[ADVISORY]