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-89026 — PoC exploit and scanner for CVE-2026-89026, validating the Issabel PBXAPI authentication bypass via forged HS256 JWTs across single or listed targets. | Kitploit
Tools/GitHubGitHub/aranfarzami/cve-2026-89026
Vulnerability ScannersVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingAuthenticationRed Teaming
GitHubaranfarzami/cve-2026-89026

CVE-2026-89026

PoC exploit and scanner for CVE-2026-89026, validating the Issabel PBXAPI authentication bypass via forged HS256 JWTs across single or listed targets.

View Repository
17h 11m 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-2026-89026 --- Issabel PBXAPI Exploit & Scanner


About

CVE-2026-89026 is the security issue targeted by this project.

This repository contains a PoC exploit and scanner for researching and validating the affected Issabel PBXAPI authentication behavior.

The project is designed for authorized security research, vulnerability validation, penetration-testing labs, and defensive assessment.

Important: Only test systems that you own or have explicit authorization to assess.


Features

Exploit

The PoC implements the authentication-forging research flow against the Issabel PBXAPI endpoint.

It includes:

  • PBXAPI endpoint discovery
  • HS256 JWT construction
  • Authentication acceptance validation
  • Vulnerability status reporting
  • Optional exploit functionality included in the original PoC

Scanner

The scanner supports two input modes:

root@kitploit:~
[1] Single URL
[2] IP:PORT List
[0] Back

Single Target

A single authorized target can be supplied, for example:

root@kitploit:~
https://target.example.com:8443

Target List

A text file can contain targets in this format:

root@kitploit:~
http://192.168.1.10:8443
http://192.168.1.20:443
http://10.0.0.15:8080

Targets are processed sequentially.


Detection

The scanner checks the Issabel /pbxapi endpoint and determines whether the researched authentication condition is present.

Typical results:

root@kitploit:~
VULNERABLE

or:

root@kitploit:~
NOT_VULNERABLE

The scanner's detection path is intended to validate the authentication issue without using the optional command-execution path.


Screenshots

Place your screenshots in the repository's screenshots/ directory.

Main Interface

Main Interface

Scanner

Exploit

Detection Result

Detection Result


Project Structure

root@kitploit:~
.
├── aranfarzami_issabel_cve_2026_89026_final.py
├── README.md
├── screenshots/
│   ├── main.png
│   ├── scanner.png
│   └── result.png
└── targets.txt

Author

Aran Farzami

Security Researcher & Programmer

GitHub:
https://github.com/AranFarzami/


Disclaimer

This project is provided for authorized security research and educational purposes.

Do not use this PoC or scanner against systems without explicit permission.

The author does not authorize or take responsibility for unauthorized access, disruption, data access, or other unlawful use of this project.


License

Choose and add an appropriate open-source license before publishing this repository.

Download Tool