Skip to content

Commit

Permalink
Update 2023-10-24-exportproducts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
touchweb-vincent authored Oct 24, 2023
1 parent a0ce275 commit 74a37c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2023-10-24-exportproducts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ meta: "CVE,PrestaShop,exportproducts"
severity: "high (7.5), GDPR violation"
---

In the module "Product Catalog (CSV, Excel, XML) Export PRO" (exportproducts) up to 4.1.1 from MyPrestaModules for PrestaShop,, a guest can download personal informations without restriction by performing a path traversal attack.
In the module "Product Catalog (CSV, Excel, XML) Export PRO" (exportproducts) up to 4.1.1 from MyPrestaModules for PrestaShop, a guest can download personal informations without restriction by performing a path traversal attack.

## Summary

Expand All @@ -29,7 +29,7 @@ Due to a lack of permissions control and a lack of control in the path name cons

Note : We are forced to tag it as a high gravity due to the CWE type 22 but be warned that on our ecosystem, it must be considered critical since it unlocks hundreds admin's ajax script of modules due to [this](https://github.com/PrestaShop/PrestaShop/blob/6c05518b807d014ee8edb811041e3de232520c28/classes/Tools.php#L1247)

**WARNING** : Be informed that this vulnerability is exploited since October 16, 2023.
**WARNING** : Be informed that this vulnerability is exploited.

## CVSS base metrics

Expand All @@ -54,7 +54,7 @@ Note : We are forced to tag it as a high gravity due to the CWE type 22 but be w
## Proof of concept

```bash
curl -v -d 'url=../../config/settings.inc.php' 'https://preprod.XX/modules/exportproducts/download.php'
curl -v -d 'url=../../config/settings.inc.php' 'https://preprod.X/modules/exportproducts/download.php'
```

## Patch from 4.1.1
Expand Down

0 comments on commit 74a37c7

Please sign in to comment.