
Custom YARA rule for detecting artifacts of CVE-2025-32433, an Erlang/OTP SSH pre-authentication RCE vulnerability. Validated against public PoCs and lab captures for defensive detection engineering.
Author: te0rwx
Created: 2025-08-27 (Upt. 2026-08-16)
A custom YARA rule for detecting known artifacts associated with CVE-2025-32433, an Erlang/OTP SSH pre-authentication remote code execution (RCE) vulnerability.
The rule was developed and validated against public proof-of-concept (PoC) artifacts and controlled lab-generated network captures.
This rule detects known indicators associated with CVE-2025-32433, including:
os:cmd())file:write_file())To reduce false positives, the rule requires multiple related indicators before producing a match.
yara -r rule-cve-2025-32433_v5.yar /path/to/scan
The rule was tested against:
This rule is intended for defensive security research and detection engineering. It detects known exploitation artifacts and should not be considered a comprehensive detector for every possible exploit implementation or variant.