AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-29185

MEDIUM · CVSS 4.2 EPSS 0.81% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-05-20 · 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.

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

CVE
CVE-2022-29185
Severity
MEDIUM
CVSS
4.2
EPSS
0.81%

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