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-2019-9081_PoC — PoC for CVE-2019-9081 | Kitploit
Tools/GitHubGitHub/nth347/cve-2019-9081_poc
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubnth347/cve-2019-9081_poc

CVE-2019-9081_PoC

PoC for CVE-2019-9081

View Repository
1215 years 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-2019-9081_poc

Poc for CVE-2019-9081, this CVE is just a new POP chain. The project is a pre-built vulnerable Laravel 5.7.x application with an entry point for POI vulnerability at URI /deserialize (POST-request).

Lab setup:

Starting the vulnerable application:

root@kitploit:~
$ git clone https://github.com/nth347/CVE-2019-9081_poc.git
$ cd CVE-2019-9081
$ php artisan serve

Usage:

Obtaining payload:

root@kitploit:~
$ php CVE-2019-8091_poc.php

Sending payload to the application using a POST request to URI /deserialize, via a parameter named data.

Reference:

  • CVE-2019-9081
  • WisdomTree
Download Tool