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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical authentication bypass in WordPress plugin 'User Verification by PickPlugins'. πŸ’₯ **Consequences**: Attackers can log in as any user (e.g., Admin) without the real OTP code.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Weak PHP comparison operator (`==` instead of `===`). πŸ” **CWE**: CWE-288 (Authentication Bypass). The code treats the string "true" as equal to the boolean true, bypassing OTP validation.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin: **User Verification by PickPlugins**. πŸ“‰ **Versions**: All versions **≀ 2.0.46**.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Complete authentication bypass. πŸ“‚ **Data**: Access to any account with a verified email. Admins are prime targets. No OTP required.

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **LOW**. πŸ”“ **Auth**: None required (PR:N). 🌐 **Network**: Remote (AV:N). πŸ‘€ **UI**: None needed (UI:N). Just send a POST request.

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

πŸ“œ **Exploit**: No public PoC code in data, but the flaw is trivial. πŸ”₯ **Risk**: High likelihood of wild exploitation due to simplicity. "true" as OTP is a known bypass pattern.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for plugin version **≀ 2.0.46**. πŸ§ͺ **Test**: Try logging in with OTP value set to string "true" for any verified user.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. Update to version **> 2.0.46**. πŸ“ **Patch**: Reference changeset **3519113** fixes the comparison logic.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If unpatched, disable the plugin temporarily. πŸ›‘ **Mitigation**: Restrict login attempts via WAF or disable email-OTP login feature if not essential.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. ⚑ **Priority**: Patch immediately. CVSS 9.8 (High). Remote, unauthenticated, full access.