CVE-2022-29185
The attacker would have to know the password beforehand nonetheless.
Does this matter?
Lower severity and a low EPSS score (0.83%). Track it; it rarely justifies an emergency change on its own.
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.
- CVSS 3.1
- 4.4 MEDIUMCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N
- EPSS
- 0.83% probability · 55th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-203, CWE-208
- Affected
- totp-rs project/totp-rs
- Source
- security-advisories@github.com
References
- https://github.com/constantoine/totp-rs/issues/13Issue Tracking, Third Party Advisory
- https://github.com/constantoine/totp-rs/releases/tag/v1.1.0Release Notes, Third Party Advisory
- https://github.com/constantoine/totp-rs/security/advisories/GHSA-8vxv-2g8p-2249Third Party Advisory
- https://github.com/constantoine/totp-rs/issues/13Issue Tracking, Third Party Advisory
- https://github.com/constantoine/totp-rs/releases/tag/v1.1.0Release Notes, Third Party Advisory
- https://github.com/constantoine/totp-rs/security/advisories/GHSA-8vxv-2g8p-2249Third Party Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.