CVE-2021-25099
Give < 2.17.3 - Unauthenticated Reflected Cross-Site Scripting
Record summary
CVE-2021-25099 has a selected CVSS score of 6.1 (medium); EIP currently links 2 curated repository PoCs and 1 Nuclei template.
Description
The GiveWP WordPress plugin before 2.17.3 does not sanitise and escape the form_id parameter before outputting it back in the response of an unauthenticated request via the give_checkout_login AJAX action, leading to a Reflected Cross-Site Scripting
Exploitation context
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
GiveWP – Donation Plugin and Fundraising Platform | CVE List | 2.17.3 to < 2.17.3 | affected |
Proofs of concept
2Curated repository PoCs
GitHubCVE-2021-25099Curated repository PoCby 0xd3vilStars: 127Not analyzed1 file
GitHubCVE-2021-25099Curated repository PoCby yubsyStars: 112Not analyzed1 file
Nuclei templates
1ProjectDiscoveryMEDIUMWordPress GiveWP <2.17.3 - Cross-Site ScriptingCVSS 6.1
WordPress GiveWP plugin before 2.17.3 contains a cross-site scripting vulnerability. The plugin does not sanitize and escape the form_id parameter before returning it in the response of an unauthenticated request via the give_checkout_login AJAX action. An attacker can inject arbitrary script in the browser of a user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Impact
Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement of the affected website.
Remediation
Update to the latest version of the GiveWP plugin (2.17.3 or higher) to mitigate this vulnerability.
Source: ProjectDiscovery