Loading
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.
Use CWE-203, Apache vendor hub and Tapestry product page to widen CVE-2019-10071 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2022-46366, CVE-2021-27850 and CVE-2020-17531 for nearby disclosures in the same product family.