CVE-2026-73431: Reusable Account Activation and Recovery Tokens Allow Repeated Account Takeover in vulnerability-lookup

Published Aug 12, 2026
·
Updated

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 TOKENVALIDITYPERIOD, 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.

Affected Software

1 affected component
Vulnerability-Lookup

Event History

Aug 12, 2026
CVE Published
via MITRE·02:32 PM
Data Sourced
via MITRE·02:32 PM
DescriptionWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-73431?

CVE-2026-73431 has a risk score of 57, indicating a moderate severity level.

2

How do I fix CVE-2026-73431?

To fix CVE-2026-73431, implement a secure mechanism for generating account activation and password recovery tokens that does not rely solely on user login information.

3

What type of vulnerability is CVE-2026-73431?

CVE-2026-73431 is an authentication weakness related to the account activation and recovery process.

4

What impact does CVE-2026-73431 have on users?

CVE-2026-73431 allows for repeated account takeover by exploiting the flawed token generation mechanism.

5

Which software is affected by CVE-2026-73431?

CVE-2026-73431 specifically affects the Vulnerability-Lookup application.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-73431 - Reusable Account Activation and Recovery Tokens Allow Repeated Account Takeover in vulnerability-lookup - SecAlerts