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-46368-OpenWrt-Exploit — Proof of Concept exploit for CVE-2026-46368 — authenticated root command injection in OpenWrt luci-app-https-dns-proxy (EDB-52521) | Kitploit
Tools/GitHubGitHub/iwallplace/cve-2026-46368-openwrt-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming
GitHubiwallplace/cve-2026-46368-openwrt-exploit

CVE-2026-46368-OpenWrt-Exploit

Proof of Concept exploit for CVE-2026-46368 — authenticated root command injection in OpenWrt luci-app-https-dns-proxy (EDB-52521)

View RepositoryWebsite
122 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

OpenWrt luci-app-https-dns-proxy Authenticated Command Injection (CVE-2026-46368)

This repository contains the Proof of Concept (PoC) exploit for a critical OS command injection vulnerability in luci-app-https-dns-proxy that results in arbitrary command execution as root.

  • CVE ID: CVE-2026-46368
  • Exploit-DB: EDB-52521
  • CVSS: 8.8 (v3.1) / 8.7 (v4.0) — High
  • CWE: CWE-77 (Improper Neutralization of Special Elements used in a Command)

Vulnerability Details

  • Vendor: OpenWrt community package (maintainer: mossdef-org / stangri)
  • Product: luci-app-https-dns-proxy — optional LuCI web UI add-on for the https-dns-proxy package, distributed through the OpenWrt community packages feed (not installed by default)
  • Affected versions: through 2025.12.29-5
  • Affected component: setInitAction in the ubus RPC handler ()
luci.https-dns-proxy
/usr/libexec/rpcd/luci.https-dns-proxy
  • Impact: An authenticated user holding the luci.https-dns-proxy ACL permission can inject shell metacharacters through the name parameter of the luci.https-dns-proxy setInitAction ubus RPC call, resulting in arbitrary command execution as root on the underlying device.
  • Description

    The setInitAction RPC method passes a user-supplied value to the system shell without proper sanitization. An authenticated LuCI user can therefore inject arbitrary shell metacharacters through the name parameter and execute commands with root privileges.

    Usage

    root@kitploit:~
    python3 exploit.py
    

    Exploit Screenshot

    Author & Credit

    This vulnerability and Proof-of-Concept are the original work of Ahmet Mersin, discovered and reported by the author. Please retain attribution on any reuse or republication.

    • Author: Ahmet Mersin
    • Website: https://ahmetmersin.com
    • GitHub: https://github.com/iwallplace
    • HackerOne: https://hackerone.com/iwallplace
    • Exploit-DB: EDB-52521 (Author: Ahmet Mersin)
    • Contact: [email protected]

    Disclosure

    Discovered and reported by @iwallplace. Users are advised to update luci-app-https-dns-proxy to a fixed release.

    References

    • CVE Record: https://www.cve.org/CVERecord?id=CVE-2026-46368
    • Exploit-DB: https://www.exploit-db.com/exploits/52521
    Download Tool