{ "schema_version": "1.4.0", "id": "GHSA-xc9p-r5qj-8xm9", "modified": "2023-03-17T14:44:05Z", "published": "2023-03-17T14:44:05Z", "aliases": [ "CVE-2023-28108" ], "summary": "Improper quoting of columns when calling methods \"getByUuid\" & \"exists\" on UUID Model", "details": "### Impact\n\nThe quoting is not done properly in UUID DAO model, so there's the theoretical possibility to inject custom SQL if the developer is using this methods with input data and not doing proper input validation in advance and so relies on the auto-quoting being done by the DAO class.\n\n### Patches\nUpdate to version 10.5.19 or apply this patch manually https://github.com/pimcore/pimcore/commit/08e7ba56ae983c3c67ec563b6989b16ef8f35275.patch\n\n### Workarounds\nApply https://github.com/pimcore/pimcore/commit/08e7ba56ae983c3c67ec563b6989b16ef8f35275.patch manually.\n\n### References\n#14633\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N" } ], "affected": [ { "package": { "ecosystem": "Packagist", "name": "pimcore/pimcore" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "10.5.19" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/pimcore/pimcore/security/advisories/GHSA-xc9p-r5qj-8xm9" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28108" }, { "type": "WEB", "url": "https://github.com/pimcore/pimcore/pull/14633" }, { "type": "WEB", "url": "https://github.com/pimcore/pimcore/commit/08e7ba56ae983c3c67ec563b6989b16ef8f35275.patch" }, { "type": "PACKAGE", "url": "https://github.com/pimcore/pimcore" } ], "database_specific": { "cwe_ids": [ "CWE-89" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-03-17T14:44:05Z", "nvd_published_at": "2023-03-16T17:15:00Z" } }