CVE-2019-10071

CRITICAL

Apache Tapestry - Timing Side Channel in HMAC Verification

Title source: llm
STIX 2.1

Description

The code which checks HMAC in form submissions used String.equals() for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison should be done with a constant time algorithm instead.

Scores

CVSS v3 9.8
EPSS 0.0982
EPSS Percentile 93.1%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Details

CWE
CWE-203
Status published
Products (2)
apache/tapestry 5.4.0 - 5.4.3
org.apache.tapestry/tapestry-core 5.4 - 5.4.5Maven
Published Sep 16, 2019
Tracked Since Feb 18, 2026