2022-05-05 16:55:21 +00:00
id : CVE-2022-0165
info :
2022-06-29 17:54:41 +00:00
name : WordPress Page Builder KingComposer <=2.9.6 - Open Redirect
2022-05-05 16:55:21 +00:00
author : akincibor
2023-03-28 12:11:06 +00:00
severity : medium
2022-06-29 17:54:41 +00:00
description : WordPress Page Builder KingComposer 2.9.6 and prior does not validate the id parameter before redirecting the user to it via the kc_get_thumbn AJAX action (which is available to both unauthenticated and authenticated users).
2023-09-06 11:59:08 +00:00
remediation : |
Update to the latest version of KingComposer (>=2.9.7) to fix the open redirect vulnerability.
2022-05-05 16:55:21 +00:00
reference :
- https://wpscan.com/vulnerability/906d0c31-370e-46b4-af1f-e52fbddd00cb
2022-06-29 17:54:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-0165
2022-05-05 16:55:46 +00:00
classification :
2023-03-28 12:11:06 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
2022-05-05 16:55:46 +00:00
cve-id : CVE-2022-0165
cwe-id : CWE-601
2023-08-31 11:46:18 +00:00
epss-score : 0.00133
epss-percentile : 0.47728
2023-09-06 11:59:08 +00:00
cpe : cpe:2.3:a:king-theme:kingcomposer:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : king-theme
product : kingcomposer
2023-09-06 11:59:08 +00:00
framework : wordpress
2023-07-11 19:49:27 +00:00
tags : cve,cve2022,wp-plugin,redirect,wordpress,wp,wpscan
2022-05-05 16:55:21 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-05-05 16:55:21 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=kc_get_thumbn&id=https://interact.sh"
2022-05-05 16:55:21 +00:00
matchers :
- type : regex
part : header
regex :
2022-06-29 17:54:41 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'