CVE-2019-10071
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/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Tapestry | >= 5.4.0, <= 5.4.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2019-10071?
How severe is CVE-2019-10071?
How do I fix CVE-2019-10071?
Are you affected by CVE-2019-10071?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
