Priority
High
Description
The SSL Bump feature generates a per-session CA private key stored on disk with file permissions as sole protection. This creates exposure windows during container escape scenarios where an attacker could access the private key.
Impact
- Severity: High
- Attack Vector: Container escape could expose CA private key
- Risk: SSL interception, man-in-the-middle attacks
Proposed Solution
- Store SSL Bump CA keys in tmpfs (memory-only filesystem)
- Implement secure key wiping when cleaning up
- Minimize key lifetime and exposure window
Effort Estimate
~4 hours
References