
CVE-2024-50677
https://notcve.org/view.php?id=CVE-2024-50677
06 Dec 2024 — A cross-site scripting (XSS) vulnerability in OroPlatform CMS v5.1 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Search parameter. • https://github.com/ZumiYumi/CVE-2024-50677 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2023-48296 – OroPlatform's storefront user can access history and most viewed data from matching back-office user with the same ID
https://notcve.org/view.php?id=CVE-2023-48296
25 Mar 2024 — OroPlatform is a PHP Business Application Platform (BAP). Navigation history, most viewed and favorite navigation items are returned to storefront user in JSON navigation response if ID of storefront user matches ID of back-office user. This vulnerability is fixed in 5.1.4. OroPlatform es una plataforma de aplicaciones empresariales (BAP) PHP. El historial de navegación y los elementos de navegación más vistos y favoritos se devuelven al usuario de la tienda en la respuesta de navegación JSON si el ID del u... • https://github.com/oroinc/orocommerce/commit/41c526498012d44cd88852c63697f1ef53b61db8 • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor •

CVE-2023-45824 – OroPlatform's pinned entity creation form shows pages of other users
https://notcve.org/view.php?id=CVE-2023-45824
25 Mar 2024 — OroPlatform is a PHP Business Application Platform (BAP). A logged in user can access page state data of pinned pages of other users by pageId hash. This vulnerability is fixed in 5.1.4. OroPlatform es una plataforma de aplicaciones empresariales (BAP) PHP. Un usuario que ha iniciado sesión puede acceder a los datos del estado de la página de las páginas fijadas de otros usuarios mediante el hash de ID de página. • https://github.com/oroinc/platform/commit/cf94df7595afca052796e26b299d2ce031e289cd • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor •

CVE-2023-32065 – OroCommerce get-totals-for-checkout API endpoint returns unwanted data
https://notcve.org/view.php?id=CVE-2023-32065
28 Nov 2023 — OroCommerce is an open-source Business to Business Commerce application built with flexibility in mind. Detailed Order totals information may be received by Order ID. This issue is patched in version 5.0.11 and 5.1.1. OroCommerce es una aplicación de comercio entre empresas de código abierto creada teniendo en cuenta la flexibilidad. Se puede recibir información detallada sobre los totales de los pedidos mediante el ID del pedido. • https://github.com/oroinc/orocommerce/security/advisories/GHSA-88g2-xgh9-4ph2 • CWE-284: Improper Access Control •

CVE-2023-32064 – OroCommerce Customer Portal Incorrect Customer and Customer Group Frontend Menus pages visibility
https://notcve.org/view.php?id=CVE-2023-32064
28 Nov 2023 — OroCommerce package with customer portal and non authenticated visitor website base features. Back-office users can access information about Customer and Customer User menus, bypassing ACL security restrictions due to insufficient security checks. This issue has been patched in version 5.0.11 and 5.1.1. Paquete OroCommerce con portal para clientes y funciones básicas de sitio web para visitantes no autenticados. Los usuarios del back-office pueden acceder a información sobre los menús del Cliente y del Usua... • https://github.com/oroinc/orocommerce/security/advisories/GHSA-8gwj-68w6-7v6c • CWE-284: Improper Access Control •

CVE-2023-32063 – OroCRMCallBundle has incorrect call view page visibility
https://notcve.org/view.php?id=CVE-2023-32063
28 Nov 2023 — OroCalendarBundle enables a Calendar feature and related functionality in Oro applications. Back-office users can access information from any call event, bypassing ACL security restrictions due to insufficient security checks. This issue has been patched in version 5.0.4 and 5.1.1. OroCalendarBundle habilita una función de Calendario y funciones relacionadas en aplicaciones Oro. Los usuarios del back-office pueden acceder a la información de cualquier evento de llamada, evitando las restricciones de segurid... • https://github.com/oroinc/OroCRMCallBundle/commit/456b1dda7762abf4ff59eafffaa70ab7f09d1c85 • CWE-284: Improper Access Control •

CVE-2023-32062 – OroCalendarBundle has incorrect system calendar events visibility
https://notcve.org/view.php?id=CVE-2023-32062
27 Nov 2023 — OroPlatform is a package that assists system and user calendar management. Back-office users can access information from any system calendar event, bypassing ACL security restrictions due to insufficient security checks. This vulnerability has been patched in version 5.1.1. OroPlatform es un paquete que ayuda a la gestión del calendario del usuario y del sistema. Los usuarios del back-office pueden acceder a la información de cualquier evento del calendario del sistema, evitando las restricciones de segurid... • https://github.com/oroinc/OroCalendarBundle/commit/460a8ffb63b10c76f2fa26d53512164851c4909b • CWE-284: Improper Access Control •

CVE-2022-41951 – OroPlatform vulnerable to path traversal during temporary file manipulations
https://notcve.org/view.php?id=CVE-2022-41951
27 Nov 2023 — OroPlatform is a PHP Business Application Platform (BAP) designed to make development of custom business applications easier and faster. Path Traversal is possible in `Oro\Bundle\GaufretteBundle\FileManager::getTemporaryFileName`. With this method, an attacker can pass the path to a non-existent file, which will allow writing the content to a new file that will be available during script execution. This vulnerability has been fixed in version 5.0.9. OroPlatform es Business Application Platform (BAP) PHP dis... • https://github.com/oroinc/platform/security/advisories/GHSA-9v3j-4j64-p937 • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') •

CVE-2022-35950 – OroCommerce Cross-site Scripting vulnerability in add note dialog of Shopping List line item
https://notcve.org/view.php?id=CVE-2022-35950
09 Oct 2023 — OroCommerce is an open-source Business to Business Commerce application. In versions 4.1.0 through 4.1.13, 4.2.0 through 4.2.10, 5.0.0 prior to 5.0.11, and 5.1.0 prior to 5.1.1, the JS payload added to the product name may be executed at the storefront when adding a note to the shopping list line item containing a vulnerable product. An attacker should be able to edit a product in the admin area and force a user to add this product to Shopping List and click add a note for it. Versions 5.0.11 and 5.1.1 cont... • https://github.com/oroinc/orocommerce/security/advisories/GHSA-2jc6-3fhj-8q84 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2022-31037 – OroCommerce vulnerable to Cross-site Scripting via Shipping rule editing page
https://notcve.org/view.php?id=CVE-2022-31037
18 Oct 2022 — OroCommerce is an open-source Business to Business Commerce application. Versions between 4.1.0 and 4.1.17 inclusive, 4.2.0 and 4.2.11 inclusive, and between 5.0.0 and 5.0.3 inclusive, are vulnerable to Cross-site Scripting in the UPS Surcharge field of the Shipping rule edit page. The attacker needs permission to create or edit a shipping rule. This issue has been patched in version 5.0.6. There are no known workarounds. • https://github.com/oroinc/orocommerce/security/advisories/GHSA-4vf4-955g-vxp2 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •