CVE-2024-42354: Shopware vulnerable to Improper Access Control with ManyToMany associations in store-api
The store-API works with regular entities and not expose all fields for the public API; fields need to be marked as ApiAware in the EntityDefinition. So only ApiAware fields of the EntityDefinition will be encoded to the final JSON.
The processing of the Criteria did not considered ManyToMany associations and so they were not considered properly and the protections didn’t get used.
This issue cannot be reproduced with the default entities by Shopware, but can be triggered with extensions.
References
- github.com/advisories/GHSA-hhcq-ph6w-494g
- github.com/shopware/core/commit/a784aa1cec0624e36e0ee4d41aeebaed40e0442f
- github.com/shopware/core/commit/d35ee2eda5c995faeb08b3dad127eab65c64e2a2
- github.com/shopware/shopware
- github.com/shopware/shopware/commit/8504ba7e56e53add6a1d5b9d45015e3d899cd0ac
- github.com/shopware/shopware/commit/ad83d38809df457efef21c37ce0996430334bf01
- github.com/shopware/shopware/security/advisories/GHSA-hhcq-ph6w-494g
- nvd.nist.gov/vuln/detail/CVE-2024-42354
Detect and mitigate CVE-2024-42354 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →