Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

netflix/eureka
master @ 793de0a
3
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Denial of Service: 1 prior fix. Scrutinize any change in this area.
eureka-client/src/main/java/com/netflix/discovery/converters/JsonXStream.java: most-fixed (2 issues). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Insecure Deserialization: XStream.fromXML deserializes untrusted XML/JSON without a comprehensive type allowlist; the denyTypes workaround was incomplete and required an upstream library upgrade to fully address CVE-2017-7957.
Deserialization Vulnerability Fix: Relying on a manual denyTypes list for void/Void classes was insufficient; the official fix in XStream 1.4.10 was required to close the vulnerability.
Denial of Service: The deserializer lacked end-of-input checks, allowing crafted input to cause an infinite loop and exhaust resources.