Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-7458 — Python proof-of-concept exploit for CVE-2026-7458, an unauthenticated authentication bypass in PickPlugins User Verification WordPress plugin via loose OTP comparison, leading to account takeover. | Kitploit
Tools/GitHubGitHub/sangsenimanwartefak/cve-2026-7458
ExploitationWeb Application ExploitationWeb SecurityPenetration TestingAuthentication
GitHubsangsenimanwartefak/cve-2026-7458

CVE-2026-7458

Python proof-of-concept exploit for CVE-2026-7458, an unauthenticated authentication bypass in PickPlugins User Verification WordPress plugin via loose OTP comparison, leading to account takeover.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
13 months agoNot yet reviewed
Share

🧨 CVE-2026-7458 – PickPlugins User Verification OTP Bypass

Unauthenticated Authentication Bypass via Loose Comparison in OTP Verification REST API
PickPlugins User Verification ≤ 2.0.46


📖 Description

The User Verification plugin by PickPlugins for WordPress (versions ≤ 2.0.46) contains a critical vulnerability in its OTP login mechanism. Due to a loose comparison (==) in the verification logic, an unauthenticated attacker can bypass OTP authentication by sending a boolean true instead of a numeric OTP value. This grants full access to the target account without ever knowing the OTP.

CVSS Score: 9.8 (Critical)
CWE: CWE-288 (Authentication Bypass Using an Alternate Path)
Attack Vector: Network | Complexity: Low | Privileges: None


⚡ Affected Versions

ComponentVulnerable Versions
PickPlugins User Verification≤ 2.0.46
WordPress (any)Any (with plugin active)

🔬 Proof of Concept (PoC)

🚀 Usage

root@kitploit:~
python exploit.py -u "http://target.com/otp-login/" -b "http://target.com" -e "[email protected]"
Download Tool