Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-24467 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: OpenAEV's password reset tokens are weak (8 chars) and never expire. πŸ’₯ **Consequences**: Attackers can brute-force tokens to hijack any user account. Total account takeover! πŸ‘€

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-640**: Weak Password Reset Mechanism. πŸ› **Flaw**: Tokens lack expiration and have insufficient entropy (only 8 characters).

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: OpenAEV Platform. πŸ“‰ **Affected**: Versions **1.0.0** through **2.0.13** (exclusive of 2.0.13). 🏒 **Vendor**: OpenAEV-Platform.

Q4What can hackers do? (Privileges/Data)

πŸ”“ **Privileges**: Full account takeover. πŸ“‚ **Data**: Access to all personal plans and user data. 🌐 **Scope**: Any registered user's account is at risk.

Q5Is exploitation threshold high? (Auth/Config)

πŸ“Ά **Auth**: None required (Unauthenticated). βš™οΈ **Config**: Remote exploitation possible. πŸ“‰ **Complexity**: High (AC:H) due to brute-force requirement, but feasible.

Q6Is there a public Exp? (PoC/Wild Exploitation)

🚫 **Public Exp?**: No specific PoC code provided in data. 🌍 **Wild Exp**: Likely possible via automated brute-force scripts targeting the 8-char token space.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Look for password reset endpoints. πŸ§ͺ **Test**: Attempt to reset a test account and observe token length/expiration. πŸ“‘ **Scan**: Check for non-expiring, short tokens in API responses.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes! Patched in version **2.0.13**. πŸ“ **Commit**: See GHSA-vcjx-vw28-25p2 and commit c09a4e7. πŸ”„ **Action**: Upgrade immediately!

Q9What if no patch? (Workaround)

πŸ›‘ **Workaround**: If stuck on old version, disable password reset feature temporarily. πŸ“§ **Mitigate**: Force users to use MFA if available. 🚫 **Block**: Rate-limit reset requests aggressively.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: HIGH. πŸ“… **Priority**: Patch ASAP. 🚨 **Reason**: Remote, unauthenticated account takeover is critical. Don't wait!