๐Ÿ” CVE Alert

CVE-2026-13758

UNKNOWN 0.0

CryptX versions before 0.088_001 for Perl compare AEAD authentication tags in non-constant time in the streaming decrypt_done path

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-208
Vendor mik
Product cryptx
Published Jun 29, 2026
Stay Ahead of the Next One

Get instant alerts for mik cryptx

Be the first to know when new unknown vulnerabilities affecting mik cryptx are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

MIK / CryptX
0 < 0.088_001

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/DCIT/perl-CryptX/commit/7e56347d420aaf43b2ee1586f4a230492ccf1642.patch metacpan.org: https://metacpan.org/release/MIK/CryptX-0.088_001/changes