Enhancement: cves/2021/CVE-2021-24239.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-04-12 15:29:22 -04:00
parent c210b170ab
commit 934d5cd9e1
1 changed files with 6 additions and 4 deletions

View File

@ -1,16 +1,16 @@
id: CVE-2021-24239
info:
name: Pie Register < 3.7.0.1 - Cross Site Scripting
name: WordPress Pie Register <3.7.0.1 - Cross-Site Scripting
author: r3Y3r53
severity: medium
description: |
Pie Register < 3.7.0.1 does not sanitise the invitaion_code GET parameter when outputting it in the Activation Code page, leading to a reflected Cross-Site Scripting issue.
WordPress Pie Register plugin before 3.7.0.1 is susceptible to cross-site scripting. The plugin does not sanitize the invitaion_code GET parameter when outputting it in the Activation Code page. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site, which can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
reference:
- https://wpscan.com/vulnerability/f1b67f40-642f-451e-a67a-b7487918ee34
- https://nvd.nist.gov/vuln/detail/CVE-2021-24239
- https://plugins.trac.wordpress.org/changeset/2507536/
remediation: Fixed in version 3.7.0.1
- https://nvd.nist.gov/vuln/detail/CVE-2021-24239
remediation: Fixed in version 3.7.0.1.
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
@ -31,3 +31,5 @@ requests:
- 'status_code == 200'
- 'contains(body, "<script>alert(document.domain);</script>") && contains(body, "invitaion-code-table")'
condition: and
# Enhanced by md on 2023/04/12