CVE-2023-37473 HIGH

CVE-2023-37473: Limited code execution in zenstruck/collections

Vendor Zenstruck
Product collection
Weakness CWE-74
Published July 14, 2023
Last update October 18, 2024

CVSS base score

8.6/10
Attack vector Network
Attack complexity High
Privileges required Low
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H

What the vulnerability does

01Description

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()`.

Key dates

02Disclosure timeline

July 14, 2023 CVE published
October 18, 2024 Record updated