Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-50196 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Steeltoe is an open source project that provides a collection of libraries that helps users build cloud-native applications. In Steeltoe.Discovery.Eureka prior to versions 4.2.0 and 3.4.0, `DataCenterInfo.FromJson` throws `ArgumentException` for any `name` value other than `"MyOwn"` or `"Amazon"`, despite the Java Eureka specification defining a third valid value: `"Netflix"`. The exception propagates through the entire registry deserialization chain and is swallowed by the periodic cache refresh task, leaving the local service registry permanently empty or stale. Versions 4.2.0 and 3.4.0 patch the issue. If an immediate upgrade is not possible, remove any registrations using unsupported `DataCenterInfo.name` values from the registry. In mixed Java/Spring and Steeltoe environments, audit for the `Netflix` data center type before deploying Steeltoe Eureka clients.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-20Improper Input Validation[email protected]
CWE-400Uncontrolled Resource Consumption[email protected]

Affected Products

ProductVersions
Steeltoe.Discovery.Eureka
>= 4.0.0, <= 4.1.0 (semver)
<= 3.3.0 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 4.2.0moderate effort
  • Upgrade: 3.4.0moderate effort
  • Mitigation:low effort

    Remove any registrations using unsupported `DataCenterInfo.name` values from the registry.

  • Mitigation:low effort

    Audit for the `Netflix` data center type before deploying Steeltoe Eureka clients in mixed Java/Spring and Steeltoe environments.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-50196
NVD Published Date:
Jun 17, 2026
NVD Last Modified:
Jun 22, 2026
Source:
[email protected]
CVE-2026-50196 Details - Not Deferred