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
Issabel-PBX-4.0.0-RCE-Authenticated — Issabel PBX 4.0.0 Remote Code Execution (Authenticated) - CVE-2024-0986 | Kitploit
Tools/GitHubGitHub/gunzf0x/issabel-pbx-4.0.0-rce-authenticated
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubgunzf0x/issabel-pbx-4.0.0-rce-authenticated

Issabel-PBX-4.0.0-RCE-Authenticated

Issabel PBX 4.0.0 Remote Code Execution (Authenticated) - CVE-2024-0986

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
2142 years agoNot yet reviewed
Share

Issabel PBX 4.0.0 Remote Code Execution (Authenticated) - CVE-2024-0986

Description/Summary

Issabel PBX 4.0.0 allows a logged in user to use asterisk_cli console to create files with xmldoc and dump commands. This allows to execute remote commands based on the name of the uploaded files abusing restore.php file.

This PoC script is based on this PoC Video.

Usage

root@kitploit:~
$ python3 Issabel_PBX_Authenticated_RCE.py -u <user> -p <password> -t <ip-address> -c <UNIX command>

For example:

root@kitploit:~
$ python3 Issabel_PBX_Authenticated_RCE.py -u 'johncena' -p 'ucantseem3' -t 'https://10.10.10.10' -c 'id'

PoC image

Notes

  • This will create a file located at /var/www/backup called x|<command>. It is suggested to remove all those files after testing.
  • Commands that are too long might not be executed.

More info

This script was tested on Issabel PBX 4.0.0.

More CVE-2024-0986 info:

  • https://nvd.nist.gov/vuln/detail/CVE-2024-0986
  • https://github.com/advisories/GHSA-v9pc-9fc9-4ff8
  • https://www.opencve.io/cve/CVE-2024-0986

Disclaimer

The owner of this repository is not responsible for the usage of this software. It was made for educational purposes only.

Licence

  • MIT
Download Tool