Security Advisory

CVE-2021-43298

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2022-01-25 19:11:17
Last updated 2024-08-04 03:55:28
Assigner JFROG
CVSS score not scored
State PUBLISHED

Description

The code that performs password matching when using 'Basic' HTTP authentication does not use a constant-time memcmp and has no rate-limiting. This means that an unauthenticated network attacker can brute-force the HTTP basic password, byte-by-byte, by recording the webserver's response time until the unauthorized (401) response.