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 exploit for CVE-2019-9081 targeting Laravel deserialization RCE. Includes a pre-built vulnerable Laravel 5.7.x application and payload generator for testing and education. | Kitploit
Tools/GitHubGitHub/qafdevsec/cve-2019-9081_poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubqafdevsec/cve-2019-9081_poc

CVE-2019-9081_PoC

PoC exploit for CVE-2019-9081 targeting Laravel deserialization RCE. Includes a pre-built vulnerable Laravel 5.7.x application and payload generator for testing and education.

View Repository
13 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