Vulnerability Description
zenstruck/collections is a set of helpers for iterating/paginating/filtering collections. Passing _callable strings_ (ie `system`) caused the function to be executed. This would result in a limited subset of specific user input being executed as if it were code. This issue has been addressed in commit `f4b1c48820` and included in release version 0.2.1. Users are advised to upgrade. Users unable to upgrade should ensure that user input is not passed to either `EntityRepository::find()` or `query()`.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Zenstruck | Collection | 0.2.1 |
Related Weaknesses (CWE)
References
- https://github.com/zenstruck/collection/commit/f4b1c488206e1b1581b06fcd331686846Patch
- https://github.com/zenstruck/collection/releases/tag/v0.2.1Release Notes
- https://github.com/zenstruck/collection/security/advisories/GHSA-7xr2-8ff7-6fjqMitigation
- https://github.com/zenstruck/collection/commit/f4b1c488206e1b1581b06fcd331686846Patch
- https://github.com/zenstruck/collection/releases/tag/v0.2.1Release Notes
- https://github.com/zenstruck/collection/security/advisories/GHSA-7xr2-8ff7-6fjqMitigation
FAQ
What is CVE-2023-37473?
CVE-2023-37473 is a vulnerability with a CVSS score of 8.5 (HIGH). zenstruck/collections is a set of helpers for iterating/paginating/filtering collections. Passing _callable strings_ (ie `system`) caused the function to be executed. This would result in a limited su...
How severe is CVE-2023-37473?
CVE-2023-37473 has been rated HIGH with a CVSS base score of 8.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-37473?
Check the references section above for vendor advisories and patch information. Affected products include: Zenstruck Collection.