CVE-2026-73431
Last modified
CVE-2026-73431 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| vulnerability-lookup | vulnerability-lookup | <= 5.5.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-73431?
How severe is CVE-2026-73431?
How do I fix CVE-2026-73431?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73426Trix is a what-you-see-is-what-you-get rich text editor for …4.6
- CVE-2026-73427Trix is a what-you-see-is-what-you-get rich text editor for …2.1
- CVE-2026-73428Trix is a what-you-see-is-what-you-get rich text editor for …4.6
- CVE-2026-73429Russh is a Rust SSH client & server library. Prior to 0.62.4…5.3
- CVE-2026-7343Use after free in Views in Google Chrome on Windows prior to…7.5
- CVE-2026-73430Russh is a Rust SSH client & server library. Prior to 0.62.4…5.3
- CVE-2026-73432Vulnerability-Lookup contains a server-side request forgery …5.1
- CVE-2026-73433A flaw was found in GStreamer gst-plugins-good (avidemux). W…6.6
- CVE-2026-73434A flaw was found in GStreamer gst-plugins-good (avidemux). I…6.1
- CVE-2026-73435On affected platforms running Arista EOS with Open Shortest …8.2
- CVE-2026-73436On affected platforms running Arista EOS with OSPFv2 and OSP…6.5
- CVE-2026-73437On affected platforms running Arista EOS with Dynamic Host C…9.6
Are you affected by CVE-2026-73431?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
