Summary
Pimcore Ecommerce Framework Bundle Improper Access Control allows unprivileged user to access back-office orders list
An authenticated and unauthorized user can access the back-office orders list and be able to query over the information returned.
Details
Permissions do not seem to be enforced when reaching the admin/ecommerceframework/admin-order/list endpoint allowing an authenticated user without the permissions to access the endpoint and query the data available there. It seems that the access control is not enforced in this place :
Note : Testing this vulnerability requires a fully configured ecommerce website, but it looks vulnerable as when requesting the endpoint the data seem returned (and when looking at the source code nothing seems to validate the permissions on the specified endpoint).
PoC
In order to reproduce the issue, the following steps can be followed :
- As an administrator :
a. Create a role without any permission through Settings → User & Roles → Roles in the administration panel
b. Create an user through Settings → User & Roles → Users and assign it the unprivileged role previously created - Log out the current administrator and log in with this new user
- Access to the following endpoint
https://pimcore_instance/admin/ecommerceframework/admin-order/listand the results will be returned to this unauthorized user
Impact
An unauthorized user can access back-office orders without being authorized to.
CVE-2024-21665 has a CVSS score of 4.3 (Medium). The vector is network-reachable, low privileges required, and no user interaction. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment. A fixed version is available (1.0.10); upgrading removes the vulnerable code path.
Affected versions
Security releases
Kodem intelligence
Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.
Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.
Already deployed Kodem?
See it in your environmentNew to Kodem? Get a demo →Remediation advice
Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.
Frequently Asked Questions
- What is CVE-2024-21665? CVE-2024-21665 is a medium-severity security vulnerability in pimcore/ecommerce-framework-bundle (composer), affecting versions < 1.0.10. It is fixed in 1.0.10.
- How severe is CVE-2024-21665? CVE-2024-21665 has a CVSS score of 4.3 (Medium). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.
- Which versions of pimcore/ecommerce-framework-bundle are affected by CVE-2024-21665? pimcore/ecommerce-framework-bundle (composer) versions < 1.0.10 is affected.
- Is there a fix for CVE-2024-21665? Yes. CVE-2024-21665 is fixed in 1.0.10. Upgrade to this version or later.
- Is CVE-2024-21665 exploitable, and should I be worried? Whether CVE-2024-21665 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
- What actually determines whether CVE-2024-21665 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
- How do I fix CVE-2024-21665? Upgrade
pimcore/ecommerce-framework-bundleto 1.0.10 or later.