SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-15432

HIGH · CVSS 8.2 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-21 · Last synced 2026-08-20

CyberRota Analysis

AI-Generated

The vulnerability arises in the ChunkedMacVerification object within Tink, where the tag verification process employs a non-constant time comparison, exposing it to timing attacks. This could enable an attacker to exploit timing information to incrementally discover matching bytes of the tag, potentially compromising the integrity of the cryptographic verification. Developers and organizations using Tink for cryptographic operations should prioritize addressing this issue to mitigate the risk of side-channel attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-15432
Severity
HIGH
CVSS
8.2
EPSS
0.18%

Original NVD Description

When verifying a mac with a ChunkedMacVerification object, Tink compares the resulting tag with non constant time comparison. This potentially allows an attacker to use timinig information as a side channel in order to get information how many bytes of a given tag match the correct tag. This in turn could allow to find a correct tag bytewise.