CVE-2019-10071

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.

Source: CVE-2019-10071

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다