Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-0618_DETECTION — Lightweight Python PoC to detect CVE-2020-0618 Remote Code Execution vulnerability in Microsoft SQL Server Reporting Services via SOAP API path validation check. | Kitploit
Tools/GitHubGitHub/n3xtgenh4cker/cve-2020-0618_detection
Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityPenetration TestingLearning & Education
GitHubn3xtgenh4cker/cve-2020-0618_detection

CVE-2020-0618_DETECTION

Lightweight Python PoC to detect CVE-2020-0618 Remote Code Execution vulnerability in Microsoft SQL Server Reporting Services via SOAP API path validation check.

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-0618 - Microsoft SQL Server Reporting Services (SSRS) RCE Detection PoC

Python License [Status]


📜 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

root@kitploit:~
python3 cve_2020_0618_poc.py <target_URL>

Example

root@kitploit:~
python3 cve_2020_0618_poc.py http://xxx.xxx.xxx.xx/ReportServer/
Download Tool