AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2019-10071

CRITICAL · CVSS 9.8 EPSS 8.75% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2019-09-16 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2019-10071
Severity
CRITICAL
CVSS
9.8
EPSS
8.75%

Original NVD 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.