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.
Published: 2026-07-21
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

ChunkedMacVerification in Tink compares a calculated authentication tag with the supplied tag using a non‑constant‑time comparison. This timing discrepancy permits an attacker to measure response times and infer how many leading bytes of the tag match the correct value. By iterating this process byte by byte, the attacker can reconstruct the full correct tag, effectively breaking the integrity guarantee of the message and allowing authenticated forgery. The flaw is a classic timing side‑channel error (CWE‑208).

Affected Systems

Google supplies the Tink cryptographic library for both Android and Java applications. Changes are limited to modules that perform the MAC verification step on chunked data streams. No explicit version numbers are stated in the advisory, so any release using the vulnerable ChunkedMacVerification implementation is potentially affected until patched.

Risk and Exploitability

The CVSS score of 8.2 ranks this as a high‑severity vulnerability. EPSS is reported as < 1%, implying that current exploitation visibility is low, and the vulnerability is not listed in CISA’s KEV database. Nonetheless, the attack is feasible from a remote context where an attacker can trigger verification requests and precisely measure timing – for example, in a mobile application that processes authenticated messages or in a server that accepts client‑supplied tags. The vulnerability’s impact is primarily on message authenticity and could be leveraged to perform unauthorized actions or data tampering.

Generated by OpenCVE AI on July 30, 2026 at 17:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a Tink release that patches the ChunkedMacVerification comparison to use a constant‑time equality check.
  • If the patch cannot be applied immediately, replace the MAC verification call with a custom constant‑time comparison routine (e.g., using optimized XOR‑based comparison) or switch to a different cryptographic library that guarantees constant‑time MAC checks.
  • Configure your development and testing environments to detect timing leaks: run side‑channel tests with repeated verification requests and confirm that execution time does not correlate with tag similarity.

Generated by OpenCVE AI on July 30, 2026 at 17:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google tink Android
Google tink Java
Vendors & Products Google
Google tink Android
Google tink Java

Wed, 22 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 17:00:00 +0000

Type Values Removed Values Added
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.
Title Observable Timing Discrepancy in Tink-Java and Tink-Android ChunkedMacVerification
Weaknesses CWE-208
References
Metrics cvssV4_0

{'score': 8.2, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Google Tink Android Tink Java
cve-icon MITRE

Status: PUBLISHED

Assigner: Google

Published:

Updated: 2026-07-22T18:27:24.251Z

Reserved: 2026-07-10T17:38:15.752Z

Link: CVE-2026-15432

cve-icon Vulnrichment

Updated: 2026-07-22T18:13:38.733Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T17:15:12Z

Weaknesses
  • CWE-208

    Observable Timing Discrepancy