ghsa-xc9p-r5qj-8xm9
Vulnerability from github
Published
2023-03-17 14:44
Modified
2023-03-17 14:44
Severity ?
VLAI Severity ?
Summary
Improper quoting of columns when calling methods "getByUuid" & "exists" on UUID Model
Details
Impact
The 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.
Patches
Update to version 10.5.19 or apply this patch manually https://github.com/pimcore/pimcore/commit/08e7ba56ae983c3c67ec563b6989b16ef8f35275.patch
Workarounds
Apply https://github.com/pimcore/pimcore/commit/08e7ba56ae983c3c67ec563b6989b16ef8f35275.patch manually.
References
14633
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "pimcore/pimcore" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "10.5.19" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-28108" ], "database_specific": { "cwe_ids": [ "CWE-89" ], "github_reviewed": true, "github_reviewed_at": "2023-03-17T14:44:05Z", "nvd_published_at": "2023-03-16T17:15:00Z", "severity": "HIGH" }, "details": "### Impact\n\nThe quoting is not done properly in UUID DAO model, so there\u0027s 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", "id": "GHSA-xc9p-r5qj-8xm9", "modified": "2023-03-17T14:44:05Z", "published": "2023-03-17T14:44:05Z", "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" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Improper quoting of columns when calling methods \"getByUuid\" \u0026 \"exists\" on UUID Model" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…