Highlights
Cryptographic Issues: 1 prior fix. Scrutinize any change in this area.
InsecureNonceChaCha20Poly1305Base.java: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Cryptographic Issues: Incorrect ByteBuffer limit tracking during encryption can cause MAC tags to be calculated over wrong segments of the buffer, leading to invalid ciphertext or authentications. Future modifications to buffer limits or offsets must preserve exact length tracking.
Timing Attack: Standard byte array comparison operator usage in MAC verification paths allows timing-based side-channel attacks to reconstruct valid MAC tags. All verification steps must use constant-time comparisons.