安全速报自动同步 · 保留上游原文

【高危】Steeltoe.Discovery.Eureka 安全更新(GHSA-j8ph-6fxj-g533)

S
KHack 安全情报
2026/7/3 发布 · 2 阅读

安全情报快照 · 风险级别:高危 · CVSS:7.5 · CVE-2026-50196 · GHSA-j8ph-6fxj-g533

先看结论

Steeltoe.Discovery.Eureka存在安全风险,>= 4.0.0, <= 4.1.0 受影响,建议升级至 4.2.0。

影响范围

生态 组件 受影响版本 首个修复版本
nuget Steeltoe.Discovery.Eureka >= 4.0.0, <= 4.1.0 4.2.0
nuget Steeltoe.Discovery.Eureka <= 3.3.0 3.4.0

处置建议

优先将 Steeltoe.Discovery.Eureka 升级至 4.2.0 或更高版本;升级前请结合业务依赖完成兼容性验证。

上游技术详情(原文)

Summary

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.

Impact

Any registration with an unrecognized DataCenterInfo.name permanently disables service discovery for every Steeltoe Eureka client connected to the same registry. New clients start with an empty registry and running clients stop refreshing. The outage persists until the triggering registration is removed.

Because "Netflix" is valid in the Java Eureka specification, a Java or Spring service in the same mesh can trigger this unintentionally.

Affected configuration

  • Application uses the Steeltoe Eureka client (EurekaDiscoveryClient).
  • The registry contains at least one registration with a DataCenterInfo.name value other than "MyOwn" or "Amazon".

Mitigations

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.

来源与许可

本页自动同步 GitHub Advisory Database 的公开数据,并保留上游原文供核验;不宣称原创分析。数据许可:CC-BY-4.0。

评论

还没有评论,来说两句。