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.
Readme
# CVE-2025-32433 YARA Detection Rule

**Author:** te0rwx  
**Date:** 2025-08-27 

## Description

This YARA rule is designed to detect:

- CVE-2025-32433 Erlang SSH remote code execution exploits.
- Reverse shells (Bash, nc, Erlang `os:cmd`) including obfuscated payloads (Base64, Hex, XOR, fragmented).
- Python, Go, and Bash scanners targeting Erlang SSH.
- Stealthy execution patterns, backgrounding, and sleep-delayed commands.

The rule **minimizes false positives** by requiring multiple exploit markers or multiple scanner indicators before matching.

---

## Usage

```bash
yara -r rule-cve-2025-32433.yar /path/to/scan
File Snapshot

[4.0K] /data/pocs/387dd3eaebace2b729aa9b0b3b434214224106af ├── [ 11K] LICENSE ├── [ 628] README.md └── [4.0K] YARA └── [3.2K] rule-cve-2025-32433.yar 1 directory, 3 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 →