CVE-2019-10071

CRITICALCVSS 9.8/10EPSS 8.75%

Last modified

CVE-2019-10071 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 8.75% chance of exploitation in the next 30 days.

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.

Metrics

CVSS 3.1
9.8/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
8.75%

94.5th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
ApacheTapestry>= 5.4.0, <= 5.4.3

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2019-10071?
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.
How severe is CVE-2019-10071?
CVE-2019-10071 has a CVSS score of 9.8/10 (CRITICAL severity). The EPSS model estimates a 8.75% probability of exploitation in the next 30 days.
How do I fix CVE-2019-10071?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2019-10071?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST