Security context

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

prometheus/jmx_exporter
main @ 7ee888b
6
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Denial of Service: 2 prior fixes. Scrutinize any change in this area.
jmx_prometheus_common: most-fixed (3 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: Using standard SnakeYAML constructors on untrusted or user-supplied configuration payloads can allow attackers to instantiate arbitrary Java classes, potentially leading to remote code execution (RCE).
Auth Bypass: Improper processing of PBKDF2 hash lengths can allow malformed requests or specialized credential payloads to bypass authentication verification steps entirely.
Denial of Service: Incorrect memory accounting during cache eviction (subtracting the wrong credential size) and unbounded cache limits allow remote attackers to exhaust heap space, triggering OutOfMemory errors.