cve,link,title,description,vendor,products,score,severity,epss,cisa,article,ransomware,exploited,poc,trended,trended_no_1,published,trended_score CVE-2024-41109,https://securityvulnerability.io/vulnerability/CVE-2024-41109,Pimcore Admin Bundle Vulnerability,"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.",Pimcore,Admin-ui-classic-bundle,6.3,MEDIUM,0.00044999999227002263,false,false,false,false,,false,false,2024-07-30T14:43:14.407Z,0 CVE-2024-25625,https://securityvulnerability.io/vulnerability/CVE-2024-25625,Potential Security Vulnerability in Pimcore's Admin Classic Bundle,"A vulnerability in Pimcore's Admin Classic Bundle has been identified, specifically within the `invitationLinkAction` function of the UserController. This issue arises from improper handling of the HTTP host header, allowing an attacker to inject a malicious host header into requests directed at the /admin/user/invitationlink endpoint. As a result, URLs generated for user invitations may point to an attacker-controlled domain. The $loginUrl parameter in email invitations is constructed without proper validation of the host header, making this vulnerability a potential vector for phishing attacks. The recommended mitigation includes validating the host header to ensure it corresponds with the application's domain and employing a default trusted host mechanism when the incoming header is unrecognized or absent. Version 1.3.4 addresses this vulnerability with necessary patches.",Pimcore,Admin-ui-classic-bundle,8.1,HIGH,0.0004299999854993075,false,false,false,false,,false,false,2024-02-19T15:41:29.147Z,0 CVE-2024-24822,https://securityvulnerability.io/vulnerability/CVE-2024-24822,Pimcore Fixes Tag Management Vulnerability in Admin Classic Bundle,"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.",Pimcore,Admin-ui-classic-bundle,6.5,MEDIUM,0.0006799999973736703,false,false,false,false,,false,false,2024-02-07T17:17:58.580Z,0 CVE-2024-23646,https://securityvulnerability.io/vulnerability/CVE-2024-23646,Pimcore Admin Classic Bundle SQL Injection in Admin download files as zip,"The Pimcore Admin Classic Bundle, a backend interface for managing site files, suffers from a SQL Injection vulnerability due to improper validation of the `selectedIds` parameter in versions prior to 1.3.2. Any backend user with minimal permissions can leverage this vulnerability to execute arbitrary SQL commands, potentially allowing unauthorized access to sensitive data, modification of existing records, or elevation of their privileges to an administrative level. The issue has been resolved in version 1.3.2, which implements necessary input sanitization measures to prevent such exploitation.",pimcore,admin-ui-classic-bundle,8.8,HIGH,0.0007699999841861427,false,false,false,false,,false,false,2024-01-24T19:41:49.578Z,0 CVE-2024-23648,https://securityvulnerability.io/vulnerability/CVE-2024-23648,Pimcore Admin Classic Bundle host header injection in the password reset,"The Admin Classic Bundle of Pimcore features a backend user interface that includes a password reset functionality. This system emails users a URL containing a unique token, which is valid for 24 hours, allowing them to reset their passwords. Prior to version 1.2.3, the vulnerability stemmed from how the reset-password URL was generated, leveraging the 'Host' HTTP header from the initial password reset request. Attackers could exploit this by sending fraudulent password reset requests, manipulating the 'Host' header to a controlled domain. If a user clicked the malicious link, the attacker could obtain the sensitive reset token, leading to potential account takeover. Users are advised to upgrade to version 1.2.3 or later to mitigate this risk.",pimcore,admin-ui-classic-bundle,8.8,HIGH,0.0012799999676644802,false,false,false,false,,false,false,2024-01-24T18:05:44.645Z,0 CVE-2023-49075,https://securityvulnerability.io/vulnerability/CVE-2023-49075,Pimcore Admin UI has Two Factor Authentication disabled for non admin security firewalls,"The Admin Classic Bundle for Pimcore has a vulnerability that disables two-factor authentication across all non-admin security firewalls. This flaw allows authenticated users to bypass the two-factor authentication mechanism, providing them access to the system without the additional security credentials typically required. This issue was rectified in version 1.2.2, ensuring that the two-factor authentication process remains intact for all users.",pimcore,admin-ui-classic-bundle,7.2,HIGH,0.001339999958872795,false,false,false,false,,false,false,2023-11-28T05:15:00.000Z,0 CVE-2023-47636,https://securityvulnerability.io/vulnerability/CVE-2023-47636,Full Path Disclosure via re-export document in pimcore/admin-ui-classic-bundle,"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. ",Pimcore,Admin-ui-classic-bundle,5.3,MEDIUM,0.0008800000068731606,false,false,false,false,,false,false,2023-11-15T20:15:00.000Z,0 CVE-2023-46722,https://securityvulnerability.io/vulnerability/CVE-2023-46722,Pimcore Admin Classic Bundle Cross-site Scripting (XSS) in PDF previews,"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.",Pimcore,Admin-ui-classic-bundle,6.1,MEDIUM,0.0007900000200606883,false,false,false,false,,false,false,2023-10-31T16:15:00.000Z,0 CVE-2023-42817,https://securityvulnerability.io/vulnerability/CVE-2023-42817,Cross-site Scripting (XSS) in pimcore admin-ui-classic-bundle translations,"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. ",Pimcore,Admin-ui-classic-bundle,5.4,MEDIUM,0.0004799999878741801,false,false,false,false,,false,false,2023-09-25T19:15:00.000Z,0 CVE-2023-37280,https://securityvulnerability.io/vulnerability/CVE-2023-37280,Pimcore admin UI vulnerable to Cross-site Scripting in two factor authentication setup page,"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.",pimcore,admin-ui-classic-bundle,6.1,MEDIUM,0.0013599999947473407,false,false,false,false,,false,false,2023-07-11T19:15:00.000Z,0