Security context

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

lightbody/browsermob-proxy
master @ 679d90d
2
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
browsermob-core-littleproxy/src/main/java/net/lightbody/bmp/BrowserMobProxyServer.java: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

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

Auth Bypass: The MITM manager historically generated impersonated certificates using hostnames presented by the upstream server instead of the actual HTTP request host, allowing an attacker to bypass domain authorization constraints.
Insecure TLS: The proxy server historically defaulted to disabling upstream TLS verification during MITM negotiation, implicitly trusting all upstream certificates and exposing traffic to interception.