CVE-2026-13758
Last modified
CVE-2026-13758 is a low-severity vulnerability rated 3.7/10 on the CVSS scale. 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. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MIK | CryptX | < 0.088_001 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13758?
How severe is CVE-2026-13758?
How do I fix CVE-2026-13758?
Related CVEs from 2026
- CVE-2026-13750Insertion of sensitive information into log files in Snowfla…5.5
- CVE-2026-13751Improper handling of untrusted remote references in Snowflak…9.6
- CVE-2026-13752Improper neutralization of parameters in Snowflake CLI versi…8
- CVE-2026-13753A missing authorization vulnerability exists in the embedded…7.5
- CVE-2026-13756The WP Grid Builder plugin for WordPress is vulnerable to Pr…8.8
- CVE-2026-13757A flaw was found in p11-kit. The RPC message attribute parsi…6.2
- CVE-2026-13759IBM WebSphere Extreme Scale 8.6.1.0 through 8.6.1.6 ships th…8.8
- CVE-2026-1376IBM i 7.6 could allow a remote attacker to cause a denial of…7.5
- CVE-2026-13760OS command injection in the NodejsFunction Docker bundling p…7.3
- CVE-2026-13762Inconsistent interpretation of HTTP/2 requests in Amazon Clo…9.8
- CVE-2026-13763Inconsistent interpretation of HTTP/2 requests in AWS Applic…9.8
- CVE-2026-13766DBIx::QuickORM versions before 0.000026 for Perl allow SQL i…9.8
Are you affected by CVE-2026-13758?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
