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-2024-50498 | Kitploit
Tools/GitHubGitHub/nxploited/cve-2024-50498
Payload GenerationExploitationWeb Application ExploitationPenetration TestingRed TeamingRemote Access Tool
GitHubnxploited/cve-2024-50498

CVE-2024-50498

View Repository
1 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

CVE-2024-50498

Description

Improper Control of Generation of Code ('Code Injection') vulnerability in LUBUS WP Query Console allows Code Injection.This issue affects WP Query Console: from n/a through 1.0.

Setup Netcat Listener:

Open a terminal on your machine and start a Netcat listener to wait for the reverse shell connection

root@kitploit:~
nc -lvnp <PORT>

usage

root@kitploit:~
usage: CVE-2024-50498.py [-h] -u URL -ip LISTENER_IP -P PORT

wordpress | Improper Control of Generation of Code ('Code Injection') vulnerability in LUBUS WP Query Console allows Code
Injection.This issue affects WP Query Console: from n/a through 1.0. script Exploit by: Nxploit Khaled_alenazi This script
is provided for educational purposes only. The author is not responsible for any damages caused by the misuse of this
script.

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     Target URL (e.g., http://example.com/wordpress)
  -ip LISTENER_IP, --listener_ip LISTENER_IP
                        Your IP address for listening.
  -P PORT, --port PORT  Your listening port.


After running the command, monitor the Netcat terminal for the reverse shell connection.

Output

The script will first check if the site is vulnerable by looking for the plugin version. If vulnerable, it sends a payload to trigger the reverse shell. If successful, check your Netcat terminal for the shell connection.

Download Tool