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-11 06:57:02 +00:00
|
|
|
name: PrestaShop MyPrestaModules PHPInfo - Disclosure
|
2023-09-08 11:30:28 +00:00
|
|
|
author: meme-lord
|
|
|
|
severity: low
|
|
|
|
description: PrestaShop modules by MyPrestaModules expose PHPInfo
|
|
|
|
reference:
|
|
|
|
- https://blog.sorcery.ie/posts/myprestamodules_phpinfo/
|
2023-09-11 06:57:02 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
shodan-query: http.component:"PrestaShop"
|
|
|
|
verified: "true"
|
|
|
|
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.]+)'
|