Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
src/main/java/net/spy/memcached/protocol/TCPMemcachedNodeImpl.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: Using a shared, JVM-wide default authenticator for HTTP-based vBucket configuration leads to credential caching and potential leakage across concurrent connection threads. Attackers could exploit this state sharing to bypass authentication boundaries.
Auth Bypass: Operations queued during connection initialization or reconnection could execute before SASL authentication completed. Ensuring strict latch-based blocking of queues during negotiation is critical to prevent unauthenticated data operations.