๐Ÿ” CVE Alert

CVE-2026-73431

UNKNOWN 0.0

Reusable Account Activation and Recovery Tokens Allow Repeated Account Takeover in vulnerability-lookup

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Vulnerability-Lookup contains an authentication weakness in its account activation and password-recovery mechanism. Activation and recovery links were generated using stateless signed tokens containing only the user's login. Although the token signature and age were validated, the application did not track whether a token had already been successfully used. As a result, a captured activation or password-recovery link remained valid for the entire configured TOKEN_VALIDITY_PERIOD, even after the associated password had been changed. An attacker who obtains a valid activation or recovery token could therefore replay it multiple times during its validity period to set a new password and repeatedly take control of the affected account. In addition, tokens were not bound to a specific purpose, allowing the same token mechanism to be used across activation and recovery workflows. The patch introduces purpose-bound tokens and a random nonce whose SHA-256 digest is stored with the user account. The nonce is invalidated after a successful password change, making tokens single-use, while issuing a new token invalidates any previously issued token. The password-setting operation now explicitly consumes the token before committing the account change. Successful exploitation requires the attacker to obtain a currently valid activation or recovery link, but does not require knowledge of the victim's existing password or an authenticated session.

CWE CWE-294
Vendor vulnerability-lookup
Product vulnerability-lookup
Published Aug 12, 2026
Stay Ahead of the Next One

Get instant alerts for vulnerability-lookup vulnerability-lookup

Be the first to know when new unknown vulnerabilities affecting vulnerability-lookup vulnerability-lookup are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

vulnerability-lookup / vulnerability-lookup
0 โ‰ค 5.5.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/vulnerability-lookup/vulnerability-lookup/commit/bef837242657acf680832be56b94428df130ed67

Credits

openai/gpt-5.5-cyber-preview (reasoning level: high) ๐Ÿ” EUVD @ ENISA Team Cedric Bonhomme Alexandre Dulaunoy