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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2014-6287 PoC — Rejetto HTTP File Server‘ParserLib.pas’代码注入漏洞

Source
Associated Vulnerability
Title: Rejetto HTTP File Server‘ParserLib.pas’代码注入漏洞 (CVE-2014-6287)
Description:The findMacroMarker function in parserLib.pas in Rejetto HTTP File Server (aks HFS or HttpFileServer) 2.3x before 2.3c allows remote attackers to execute arbitrary programs via a %00 sequence in a search action.
Description
This repository contains Detailed explanation and working poc for Rejetto HTTP File Server (HFS) 2.3.x - Remote Command Execution.
Readme
# rejetto-http-file-server-2.3.x-RCE-exploit-CVE-2014-6287
This repository contains Detailed explanation and working poc for Rejetto HTTP File Server (HFS) 2.3.x - Remote Command Execution.

## Configuration:

Create a netcat listner.

```python
nc -lnvp 1234
```

Change the attacker ip to your ip and port.

![image.png](https://nettle-litter-b50.notion.site/image/attachment%3A04fd9e7d-966f-4aeb-b697-e1f789c46281%3Aimage.png?table=block&id=22d2ca6d-3742-803b-a5f1-e86e2514d836&spaceId=aca0ba9d-f085-4b38-be34-b9b6ac5c2fa6&width=1230&userId=&cache=v2)

Also create a http file server on the same directory where `nc.exe` exists.

```python
python -m http.server 80
```

## Usage:

```python
python exploit.py <target-ip> <target-port>
```

![image.png](https://nettle-litter-b50.notion.site/image/attachment%3Af54b2503-02a4-469a-9298-e30b08959bb2%3Aimage.png?table=block&id=22d2ca6d-3742-807b-8e88-fcdaabffc6d5&spaceId=aca0ba9d-f085-4b38-be34-b9b6ac5c2fa6&width=1230&userId=&cache=v2)

> Note: You may need to run the payload multiple time to get a reverse shell.
> 

## Reference

---

https://www.exploit-db.com/exploits/39161

https://www.exploit-db.com/exploits/34668 

https://mohemiv.com/all/rejetto-http-file-server-2-3m-unauthenticated-rce/
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 →