From 8eb46c41aa32838f41f308d70907f5d578f522e4 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:03:29 +0000 Subject: [PATCH] Publish GHSA-gc5h-6jx9-q2qh --- .../GHSA-gc5h-6jx9-q2qh.json | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 advisories/github-reviewed/2024/07/GHSA-gc5h-6jx9-q2qh/GHSA-gc5h-6jx9-q2qh.json diff --git a/advisories/github-reviewed/2024/07/GHSA-gc5h-6jx9-q2qh/GHSA-gc5h-6jx9-q2qh.json b/advisories/github-reviewed/2024/07/GHSA-gc5h-6jx9-q2qh/GHSA-gc5h-6jx9-q2qh.json new file mode 100644 index 00000000000..cbf3e1b4e97 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-gc5h-6jx9-q2qh/GHSA-gc5h-6jx9-q2qh.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gc5h-6jx9-q2qh", + "modified": "2024-07-31T17:01:59Z", + "published": "2024-07-31T17:01:59Z", + "aliases": [ + + ], + "summary": "eZ Platform Admin UI vulnerable to DOM-based Cross-site Scripting in file upload widget", + "details": "### Impact\nThe file upload widget is vulnerable to XSS payloads in filenames. Access permission to upload files is required. As such, in most cases only authenticated editors and administrators will have the required permission. It is not persistent, i.e. the payload is only executed during the upload. In effect, an attacker will have to trick an editor/administrator into uploading a strangely named file. The fix ensures XSS is escaped.\n\n### Patches\nSee \"Patched versions\". Commit: https://github.com/ezsystems/ezplatform-admin-ui/commit/7a9f991b200fa5a03d49cd07f50577c8bc90a30b\n\n### Workarounds\nNone.\n\n### References\n- https://developers.ibexa.co/security-advisories/ibexa-sa-2024-004-dom-based-xss-in-file-upload\n- https://github.com/ezsystems/ezplatform-admin-ui/commit/7a9f991b200fa5a03d49cd07f50577c8bc90a30b\n- https://github.com/ibexa/admin-ui/security/advisories/GHSA-qm44-wjm2-pr59\n\n### Credit\nThis vulnerability was discovered and reported to Ibexa by Alec Romano: https://github.com/4rdr\nWe thank them for reporting it responsibly to us.\n\nHow to report security issues:\nhttps://doc.ibexa.co/en/latest/infrastructure_and_maintenance/security/reporting_issues/", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "ezsystems/ezplatform-admin-ui" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.3.0" + }, + { + "fixed": "3.3.39" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/ezsystems/ezplatform-admin-ui/security/advisories/GHSA-gc5h-6jx9-q2qh" + }, + { + "type": "WEB", + "url": "https://github.com/ibexa/admin-ui/security/advisories/GHSA-qm44-wjm2-pr59" + }, + { + "type": "WEB", + "url": "https://github.com/ezsystems/ezplatform-admin-ui/commit/7a9f991b200fa5a03d49cd07f50577c8bc90a30b" + }, + { + "type": "WEB", + "url": "https://developers.ibexa.co/security-advisories/ibexa-sa-2024-004-dom-based-xss-in-file-upload" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ezsystems/ezplatform-admin-ui" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-31T17:01:59Z", + "nvd_published_at": null + } +} \ No newline at end of file