
Nortek Linear eMerge E3 Pre-Auth RCE PoC (CVE-2024-9441)
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:
requests library ()pip install requestspython3 exploit.py --ip <target_ip> --port <port> --cmd "<command>"
Prepare a text file (e.g., targets.txt) with a list of target IPs and ports (one per line), then run:
python3 exploit.py --list targets.txt --cmd "<command>"
<command> with the actual command you want to execute on the target./bin/ls -al /spider/web if no command is provided.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.