diff --git a/advisories/github-reviewed/2023/11/GHSA-c8hj-w239-5gvf/GHSA-c8hj-w239-5gvf.json b/advisories/github-reviewed/2023/11/GHSA-c8hj-w239-5gvf/GHSA-c8hj-w239-5gvf.json new file mode 100644 index 00000000000..572c89c449c --- /dev/null +++ b/advisories/github-reviewed/2023/11/GHSA-c8hj-w239-5gvf/GHSA-c8hj-w239-5gvf.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c8hj-w239-5gvf", + "modified": "2023-11-15T14:49:41Z", + "published": "2023-11-15T14:49:41Z", + "aliases": [ + "CVE-2023-47636" + ], + "summary": "pimcore/admin-ui-classic-bundle Full Path Disclosure via re-export document", + "details": "### Impact\nFull Path Disclosure (FPD) vulnerabilities enable the attacker to see the path to the webroot/file. e.g.: /home/omg/htdocs/file/. Certain vulnerabilities, such as using the load_file() (within a SQL Injection) query to view the page source, require the attacker to have the full path to the file they wish to view.\n\nIn the case of pimcore, the fopen() function here doesn't have an error handle when the file doesn't exist on the server so the server response raises the full path \"fopen(/var/www/html/var/tmp/export-{ uniqe id}.csv)\"\n\n### Patches\nApply patch https://github.com/pimcore/admin-ui-classic-bundle/commit/10d178ef771097604a256c1192b098af9ec57a87.patch\n\n### Workarounds\nUpdate to version 1.2.1 or apply [patches](https://github.com/pimcore/admin-ui-classic-bundle/commit/10d178ef771097604a256c1192b098af9ec57a87.patch) manually\n\n### References\nhttps://huntr.com/bounties/4af4db18-9fd4-43e9-8bc6-c88aaf76839c/", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "pimcore/admin-ui-classic-bundle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.2.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/pimcore/admin-ui-classic-bundle/security/advisories/GHSA-c8hj-w239-5gvf" + }, + { + "type": "WEB", + "url": "https://github.com/pimcore/admin-ui-classic-bundle/commit/10d178ef771097604a256c1192b098af9ec57a87" + }, + { + "type": "PACKAGE", + "url": "https://github.com/pimcore/admin-ui-classic-bundle" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/4af4db18-9fd4-43e9-8bc6-c88aaf76839c/" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-209" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-11-15T14:49:41Z", + "nvd_published_at": null + } +} \ No newline at end of file