Moderate severityNVD Advisory· Published Jul 11, 2023· Updated Oct 23, 2024
Pimcore admin UI vulnerable to Cross-site Scripting in two factor authentication setup page
CVE-2023-37280
Description
Pimcore Admin Classic Bundle provides a Backend UI for Pimcore based on the ExtJS framework. An admin who has not setup two factor authentication before is vulnerable for this attack, without need for any form of privilege, causing the application to execute arbitrary scripts/HTML content. This vulnerability has been patched in version 1.0.3.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
pimcore/admin-ui-classic-bundlePackagist | < 1.0.3 | 1.0.3 |
Affected products
1- Range: < 1.0.3
Patches
15fcd19bdc89aFix xss in admin login 2fa setup page (#147)
1 file changed · +1 −1
templates/admin/login/two_factor_setup.html.twig+1 −1 modified@@ -3,7 +3,7 @@ {% block content %} {% if error is defined %} <div class="text error"> - {{ error|trans([],'admin')|raw }} + {{ error|trans([],'admin') }} </div> {% else %} <div class="text info">
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
6- github.com/advisories/GHSA-hqv9-6jqw-9g8mghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-37280ghsaADVISORY
- github.com/pimcore/admin-ui-classic-bundle/commit/5fcd19bdc89a3fe4cb8ad8c356590e1e4740c743ghsax_refsource_MISCWEB
- github.com/pimcore/admin-ui-classic-bundle/pull/147ghsax_refsource_MISCWEB
- github.com/pimcore/admin-ui-classic-bundle/security/advisories/GHSA-hqv9-6jqw-9g8mghsax_refsource_CONFIRMWEB
- huntr.dev/bounties/1fa1cc3b-75ff-4d34-99ae-4a705eb623e7ghsaWEB
News mentions
0No linked articles in our index yet.