Vulnerabilities > CVE-2019-10071 - Information Exposure Through Discrepancy vulnerability in Apache Tapestry 5.4.0

047910
CVSS 9.8 - CRITICAL
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
HIGH
Integrity impact
HIGH
Availability impact
HIGH
network
low complexity
apache
CWE-203
critical

Summary

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.

Vulnerable Configurations

Part Description Count
Application
Apache
70

Common Weakness Enumeration (CWE)