# CVE-2020-0618 - Microsoft SQL Server Reporting Services (SSRS) RCE Detection PoC
[](https://www.python.org/)
[](LICENSE)
[]
---
## 📜 Description
This is a simple PoC to detect **CVE-2020-0618**, a Remote Code Execution vulnerability affecting **Microsoft SQL Server Reporting Services (SSRS)**.
The vulnerability exists due to improper path validation in the `LoadReport()` SOAP API. If vulnerable, it could potentially lead to **remote code execution** under the context of the SQL Server Reporting Services account.
---
## ✨ Features
- Simple vulnerability detection (not exploitation)
- Supports custom SSRS targets
- Fast and lightweight
- Python 3 compatible
---
## 🧰 Requirements
- Python >= 3.6
- `requests` Python library
## Usage
```Python
python3 cve_2020_0618_poc.py <target_URL>
```
## Example
```bash
python3 cve_2020_0618_poc.py http://xxx.xxx.xxx.xx/ReportServer/
```
Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view