Approved changes feed: RSS · Atom

cpe:2.3:a:pimcore:admin_classic_bundle:*:*:*:*:*:pimcore:*:*

part: a version: * update: *

VendorPimcore (115a8b86-56a6-5ce9-b491-b05cfe687e20)
ProductAdmin Classic Bundle (cda90168-c100-5aa1-b867-54645c164c36)
Edition*
Language*
Software edition*
Target softwarepimcore
Target hardware*
Other*
NotesImported from purl2cpe mapping

PURL mappings

PURLSourceLast updated
pkg:deb/debian/okio purl2cpe 2026-06-01 10:15:13.638087
pkg:deb/ubuntu/okio purl2cpe 2026-06-01 10:15:13.638088
pkg:github/square/okio purl2cpe 2026-06-01 10:15:13.638090

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-23495 vulnerable 2026-06-03 15:16:49.844380 Pimcore's Admin Classic Bundle is Missing Function Level Authorization on "Predefined Properties" Listing
MEDIUM (4.3)
Pimcore's Admin Classic Bundle provides a Backend UI for Pimcore. Prior to 2.2.3 and 1.7.16, the API endpoint for listing Predefined Properties in the Pimcore platform lacks adequate server-side authorization checks. Predefined Properties are configurable metadata definitions (e.g., name, key, type, default value) used across documents, assets, and objects to standardize custom attributes and improve editorial workflows, as documented in Pimcore's official properties guide. Testing confirmed that an authenticated backend user without explicit permissions for property management could successfully call the endpoint and retrieve the complete list of these configurations. The vulnerability is fixed in 2.2.3 and 1.7.16.
Published: 2026-01-15T16:47:07.114Z
Updated: 2026-01-15T17:09:32.298Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-30166 vulnerable 2026-06-03 15:00:27.429296 Pimcore's Admin Classic Bundle allows HTML Injection
Pimcore's Admin Classic Bundle provides a Backend UI for Pimcore. An HTML injection issue allows users with access to the email sending functionality to inject arbitrary HTML code into emails sent via the admin interface, potentially leading to session cookie theft and the alteration of page content. The vulnerability was discovered in the /admin/email/send-test-email endpoint using the POST method. The vulnerable parameter is content, which permits the injection of arbitrary HTML code during the email sending process. While JavaScript code injection is blocked through filtering, HTML code injection remains possible. This vulnerability is fixed in 1.7.6.
Published: 2025-04-08T11:07:06.672Z
Updated: 2025-04-08T13:02:13.897Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-24980 vulnerable 2026-06-03 14:59:57.305764 Pimcore Admin Classic Bundle allows user enumeration
pimcore/admin-ui-classic-bundle provides a Backend UI for Pimcore. In affected versions an error message discloses existing accounts and leads to user enumeration on the target via "Forgot password" function. No generic error message has been implemented. This issue has been addressed in version 1.7.4 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
Published: 2025-02-07T19:56:10.439Z
Updated: 2026-01-16T17:17:53.971Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-41109 vulnerable 2026-06-03 14:56:34.014920 Pimcore vulnerable to disclosure of system and database information behind /admin firewall
MEDIUM (6.3)
Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore. Navigating to `/admin/index/statistics` with a logged in Pimcore user exposes information about the Pimcore installation, PHP version, MYSQL version, installed bundles and all database tables and their row count in the system. This vulnerability is fixed in 1.5.2, 1.4.6, and 1.3.10.
Published: 2024-07-30T14:43:14.407Z
Updated: 2024-08-02T04:46:52.472Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-25625 vulnerable 2026-06-03 14:55:13.880478 Pimcore Host Header Injection in user invitation link
HIGH (8.1)
Pimcore's Admin Classic Bundle provides a Backend UI for Pimcore. A potential security vulnerability has been discovered in `pimcore/admin-ui-classic-bundle` prior to version 1.3.4. The vulnerability involves a Host Header Injection in the `invitationLinkAction` function of the UserController, specifically in the way `$loginUrl` trusts user input. The host header from incoming HTTP requests is used unsafely when generating URLs. An attacker can manipulate the HTTP host header in requests to the /admin/user/invitationlink endpoint, resulting in the generation of URLs with the attacker's domain. In fact, if a host header is injected in the POST request, the $loginURL parameter is constructed with this unvalidated host header. It is then used to send an invitation email to the provided user. This vulnerability can be used to perform phishing attacks by making the URLs in the invitation links emails point to an attacker-controlled domain. Version 1.3.4 contains a patch for the vulnerability. The maintainers recommend validating the host header and ensuring it matches the application's domain. It would also be beneficial to use a default trusted host or hostname if the incoming host header is not recognized or is absent.
Published: 2024-02-19T15:41:29.147Z
Updated: 2024-08-14T13:47:42.851Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-24822 vulnerable 2026-06-03 14:55:05.854520 Pimcore Admin Classic Bundle permissions are not getting checked when working with tags
MEDIUM (6.5)
Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore. Prior to version 1.3.3, an attacker can create, delete etc. tags without having the permission to do so. A fix is available in version 1.3.3. As a workaround, one may apply the patch manually.
Published: 2024-02-07T17:17:58.580Z
Updated: 2024-11-07T20:22:08.759Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-23648 vulnerable 2026-06-03 14:55:04.220946 Pimcore Admin Classic Bundle host header injection in the password reset
HIGH (8.8)
Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore. The password reset functionality sends to the the user requesting a password change an email containing an URL to reset its password. The URL sent contains a unique token, valid during 24 hours, allowing the user to reset its password. This token is highly sensitive ; as an attacker able to retrieve it would be able to resets the user's password. Prior to version 1.2.3, the reset-password URL is crafted using the "Host" HTTP header of the request sent to request a password reset. This way, an external attacker could send password requests for users, but specify a "Host" header of a website that they control. If the user receiving the mail clicks on the link, the attacker would retrieve the reset token of the victim and perform account takeover. Version 1.2.3 fixes this issue.
Published: 2024-01-24T18:05:44.645Z
Updated: 2025-06-17T21:19:28.999Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-23646 vulnerable 2026-06-03 14:55:04.219261 Pimcore Admin Classic Bundle SQL Injection in Admin download files as zip
HIGH (8.8)
Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore. The application allows users to create zip files from available files on the site. In the 1.x branch prior to version 1.3.2, parameter `selectedIds` is susceptible to SQL Injection. Any backend user with very basic permissions can execute arbitrary SQL statements and thus alter any data or escalate their privileges to at least admin level. Version 1.3.2 contains a fix for this issue.
Published: 2024-01-24T19:41:49.578Z
Updated: 2025-05-30T14:16:14.214Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-5844 vulnerable 2026-06-03 14:53:49.774360 Unverified Password Change in pimcore/admin-ui-classic-bundle
MEDIUM (4.3)
Unverified Password Change in GitHub repository pimcore/admin-ui-classic-bundle prior to 1.2.0.
Published: 2023-10-30T10:08:49.782Z
Updated: 2024-09-06T18:09:13.204Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-49075 vulnerable 2026-06-03 14:53:20.067578 Pimcore Admin UI has Two Factor Authentication disabled for non admin security firewalls
HIGH (8.5)
The Admin Classic Bundle provides a Backend UI for Pimcore. `AdminBundle\Security\PimcoreUserTwoFactorCondition` introduced in v11 disable the two factor authentication for all non-admin security firewalls. An authenticated user can access the system without having to provide the two factor credentials. This issue has been patched in version 1.2.2.
Published: 2023-11-28T04:33:23.642Z
Updated: 2024-08-02T21:46:29.190Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-47636 vulnerable 2026-06-03 14:53:17.839075 Full Path Disclosure via re-export document in pimcore/admin-ui-classic-bundle
MEDIUM (5.3)
The Pimcore Admin Classic Bundle provides a Backend UI for Pimcore. Full 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. In 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)". This issue has been patched in commit `10d178ef771` which has been included in release version 1.2.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Published: 2023-11-15T19:18:14.842Z
Updated: 2024-08-29T17:39:08.307Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-46722 vulnerable 2026-06-03 14:53:16.318411 Pimcore Admin Classic Bundle Cross-site Scripting (XSS) in PDF previews
MEDIUM (6.1)
The Pimcore Admin Classic Bundle provides a backend UI for Pimcore. Prior to version 1.2.0, a cross-site scripting vulnerability has the potential to steal a user's cookie and gain unauthorized access to that user's account through the stolen cookie or redirect users to other malicious sites. Users should upgrade to version 1.2.0 to receive a patch or, as a workaround, apply the patch manually.
Published: 2023-10-31T15:36:49.932Z
Updated: 2024-09-05T18:54:28.906Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-42817 vulnerable 2026-06-03 14:52:54.349612 Cross-site Scripting (XSS) in pimcore admin-ui-classic-bundle translations
MEDIUM (5.4)
Pimcore admin-ui-classic-bundle provides a Backend UI for Pimcore. The translation value with text including “%s” (from “%suggest%) is parsed by sprintf() even though it’s supposed to be output literally to the user. The translations may be accessible by a user with comparatively lower overall access (as the translation permission cannot be scoped to certain “modules”) and a skilled attacker might be able to exploit the parsing of the translation string in the dialog box. This issue has been patched in commit `abd77392` which is included in release 1.1.2. Users are advised to update to version 1.1.2 or apply the patch manually.
Published: 2023-09-25T18:57:33.735Z
Updated: 2024-09-24T14:43:34.632Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-37280 vulnerable 2026-06-03 14:52:28.664952 Pimcore admin UI vulnerable to Cross-site Scripting in two factor authentication setup page
MEDIUM (5)
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.
Published: 2023-07-11T18:19:37.245Z
Updated: 2024-10-23T15:18:40.802Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.