Strategic Overview
- Status
- Patched in 8.7.4
- Affected Plugin
- RSVPMaker
- Affected Version
< 8.7.3- CVSS
- 2.7Low
- Weakness type
- CWE-918 · Server-Side Request Forgery (SSRF)
- CVE
CVE-2021-24371
At a glance
CVE-2021-24371 is a low-severity Server-Side Request Forgery (SSRF) vulnerability in the RSVPMaker WordPress plugin, affecting versions < 8.7.3. It carries a CVSS score of 2.7 (reachable over the network; low attack complexity). The issue is fixed in version 8.7.4; sites on affected versions should update now. Disclosed June 2021, reported by Shreya Pohekar.
Vulnerability Overview
The Import feature of the RSVPMaker WordPress plugin before 8.7.4 (/wp-admin/tools.php?page=rsvpmaker_export_screen) takes an URL input and calls curl on it, without first validating it to ensure it's a remote one. As a result, a high privilege user could use that feature to scan the internal network via a SSRF attack.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.
CWE-918: Server-Side Request Forgery (SSRF)
Reaching this weakness in RSVPMaker < 8.7.3 takes a caller who can reach the endpoint. Server-side request forgery means the application fetches a URL supplied by the caller, turning the server into a proxy for requests the attacker could not make directly.
The request originates from inside the hosting network, which is how these flaws reach cloud metadata endpoints, internal admin panels and services that trust local traffic. For RSVPMaker the fix is 8.7.4: builds < 8.7.3 are affected, anything from 8.7.4 onward is not.
Remediation
Update to version 8.7.4, or a newer patched version
How does WordSec protect against this?
The attempt arrives as an ordinary request to RSVPMaker: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: RSVPMaker 8.7.4 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in RSVPMaker
- 9.8CVE-2023-25054: RSVPMaker <= 10.6.6 PHP Object Injection
CVE-2023-25054 - 9.8CVE-2023-41652: RSVPMarker <= 10.6.6 SQL Injection
CVE-2023-41652 - 9.8CVE-2022-1768: RSVPMaker <= 9.3.2 SQL Injection
CVE-2022-1768 - 9.8CVE-2022-1505: RSVPMaker <= 9.2.6 SQL Injection
CVE-2022-1505 - 9.8CVE-2022-1453: RSVPMaker <= 9.2.5 SQL Injection
CVE-2022-1453 - 9.8RSVPMaker <= 7.8.1 SQL Injection via 'event_count'
- 9.8CVE-2019-15646: RSVPMaker <= 6.1.9 SQL Injection
CVE-2019-15646 - 9.8CVE-2018-21004: RSVPMaker < 5.6.4 SQL Injection
CVE-2018-21004
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C