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
SwaggerUI-CVE-2018-25031 — Exploit Swagger UI - User Interface (UI) Misrepresentation of Critical Information (CVE-2018-25031) | Kitploit
Tools/GitHubGitHub/rafaelcintralopes/swaggerui-cve-2018-25031
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubrafaelcintralopes/swaggerui-cve-2018-25031

SwaggerUI-CVE-2018-25031

Exploit Swagger UI - User Interface (UI) Misrepresentation of Critical Information (CVE-2018-25031)

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
213 years agoNot yet reviewed

Exploit Swagger UI - CVE-2018-25031

Exploit Swagger UI - User Interface (UI) Misrepresentation of Critical Information (CVE-2018-25031).

This exploit checks whether the Swagger UI used is susceptible to exploitation of the User Interface (UI) Misrepresentation of Critical Information vulnerability.

Requirements

  • Python 3
  • Selenium
  • Chrome Webdriver

First use

Install Selenium

root@kitploit:~
pip install selenium 

Clone the repository

root@kitploit:~
git clone https://github.com/rafaelcintralopes/SwaggerUI-CVE-2018-25031.git

Change web browser driver path

root@kitploit:~
drive_service = Service("C:/chromedriver.exe")

Usage

root@kitploit:~
python swagger-exploit.py https://[swagger-page].com

References

  • Snyk
  • CVE-2018-25031
Download Tool