VYPR
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.

PackageAffected versionsPatched versions
pimcore/admin-ui-classic-bundlePackagist
< 1.0.31.0.3

Affected products

1

Patches

1
5fcd19bdc89a

Fix 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

News mentions

0

No linked articles in our index yet.