CVE-2022-29185

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
20/05/2022
Last modified:
07/06/2022

Description

totp-rs is a Rust library that permits the creation of 2FA authentification tokens per time-based one-time password (TOTP). Prior to version 1.1.0, token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The attacker would have to know the password beforehand nonetheless. Starting with patched version 1.1.0, the library uses constant-time comparison. There are currently no known workarounds.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:totp-rs_project:totp-rs:*:*:*:*:*:rust:*:* 1.1.0 (excluding)