CVE-2026-13758
Reported by CPANSec · Published June 29, 2026
CryptX versions before 0.088_001 for Perl compare AEAD authentication tags in non-constant time in the streaming decrypt_done path. The decrypt_done($tag) form compares it against the computed tag with memNE (memcmp() != 0), which short-circuits on the first differing byte, so its run time depends on the number of matching leading bytes. This affects all five AEAD modes: GCM, CCM, ChaCha20Poly1305, EAX and OCB. The one-shot *_decrypt_verify helpers are unaffected; they verify the tag inside libtomcrypt with a constant-time comparison. The timing difference is a tag-verification oracle. An attacker who can submit many candidate tags for the same nonce, ciphertext and associated data while measuring the timing precisely enough may recover the expected tag byte by byte and forge a message that verifies.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| MIK | CryptX | 0 |
| MIK | CryptX | 0, 0 |
Timeline
- Jun 29, 2026 CVE Published
- Jun 30, 2026 EPSS Score
- Jun 30, 2026 Coalition ESS Score
- Jun 30, 2026 CVE Updated
- Aug 7, 2026 EPSS Score
- Aug 24, 2026 EPSS Score
- Aug 26, 2026 EPSS Score
- Aug 30, 2026 EPSS Score
- Sep 3, 2026 EPSS Score
- Sep 6, 2026 EPSS Score
- Sep 9, 2026 EPSS Score
- Sep 12, 2026 EPSS Score
References
- patch
- release-notes
- http://www.openwall.com/lists/oss-security/2026/06/29/19 url