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-9441 — Nortek Linear eMerge E3 Pre-Auth RCE PoC (CVE-2024-9441) | Kitploit
Tools/GitHubGitHub/adhikara13/cve-2024-9441
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingRemote Access Tool
GitHubadhikara13/cve-2024-9441

CVE-2024-9441

Nortek Linear eMerge E3 Pre-Auth RCE PoC (CVE-2024-9441)

View Repository
211 year 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

Nortek Linear eMerge E3 Pre-Auth RCE PoC (CVE-2024-9441)

Description:

This repository contains a Proof of Concept (PoC) exploit for Nortek Linear eMerge E3 (CVE-2024-9441), which is vulnerable to Remote Code Execution (RCE) in a pre-authentication state. The vulnerability is triggered via a flaw in the password recovery feature, which allows an attacker to inject malicious PHP code into the system, leading to arbitrary code execution.

This PoC allows you to:

  • Exploit the vulnerability by sending a crafted request.
  • Execute arbitrary commands on the target system.
  • Scan multiple targets using a mass scan feature from a list of IPs and ports.
  • Perform single target scans using customizable parameters (IP, port, command, etc.).

Vulnerability Details:

  • CVE: CVE-2024-9441
  • Affected Product: Nortek Linear eMerge E3 (all versions prior to patch)
  • Type: Pre-Auth Remote Code Execution
  • Attack Vector: HTTP POST request exploiting the password recovery mechanism.

Usage:

Requirements:

  • Python 3.x
  • requests library ()
Download Tool
pip install requests

Single Scan Example:

root@kitploit:~
python3 exploit.py --ip <target_ip> --port <port> --cmd "<command>"

Mass Scan Example:

Prepare a text file (e.g., targets.txt) with a list of target IPs and ports (one per line), then run:

root@kitploit:~
python3 exploit.py --list targets.txt --cmd "<command>"

Notes:

  • Replace <command> with the actual command you want to execute on the target.
  • The PoC defaults to executing /bin/ls -al /spider/web if no command is provided.

Disclaimer:

This PoC is for educational and research purposes only. Use responsibly and only against systems for which you have explicit permission to test. The author is not responsible for any misuse of this tool.

Reference:

  • https://ssd-disclosure.com/ssd-advisory-nortek-linear-emerge-e3-pre-auth-rce/