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-27944 — Proof-of-concept exploit for CVE-2026-27944, demonstrating decryption of nginx-ui backups via exposed private key endpoint, for authorized security testing. | Kitploit
Tools/GitHubGitHub/jake-young-dev/cve-2026-27944
Vulnerability AnalysisExploitationWeb SecurityPenetration TestingLearning & Education
GitHubjake-young-dev/cve-2026-27944

CVE-2026-27944

Proof-of-concept exploit for CVE-2026-27944, demonstrating decryption of nginx-ui backups via exposed private key endpoint, for authorized security testing.

View Repository
1114 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-2026-27944

A proof of concept script for CVE-2026-27944, a critical exploit allowing nginx-ui backups to be decrypted

DISCLAIMER

This Proof of Concept is for educational and ethical security testing purposes only. It was developed to demonstrate the technical root cause of CVE-2026-27944 as part of a HackTheBox laboratory environment.

Unauthorized access to computer systems is illegal. The author of this repository is not responsible for any misuse of this information or for any damage caused by the use of this script. Use this tool only on systems you own or have explicit, written permission to test. Don't be dumb.

Analysis

A public endpoint allows attackers to obtain the private encryption key for nginx-ui backups held at the /api/backups endpoint, allowing attackers full access to app configuration and databases

Remediation

If your server is vulnerable to this exploit update nginx-ui to version 2.3.3 to patch this fix

Requirements

  • Python3

Usage

root@kitploit:~
python3 cve.py
Download Tool