Security context

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

mp911de/lettuce
main @ d616b16
6
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
io.lettuce.core.RedisURI: most-fixed (1 issue). 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.

Auth Bypass: Reconnection mechanisms failed to memoize complete ACL credentials (username and password), resulting in unauthenticated or improperly authenticated states upon reconnect. This allows clients to reconnect without correct ACL privileges.
Auth Bypass: Using an unpopulated host reference from a RedisURI rather than the resolved SocketAddress during SSL engine initialization bypassed peer hostname verification when connecting via Redis Sentinel.
Auth Bypass: SSL and certificate verification configurations were silently stripped when establishing connection channels to newly discovered master or slave nodes, causing connections to fall back to unencrypted plaintext.