{"id":"CVE-2023-45824","aliases":["GHSA-vxq2-p937-3px3"],"url":"https://o3.security/vulnerability/CVE-2023-45824","summary":"OroPlatform's pinned entity creation form shows pages of other users","details":"### Impact\n\nLogged in user can access page state data of pinned pages of other users by pageId hash.\n\n\n### Patch\n\n```patch\n--- src/Oro/Bundle/NavigationBundle/Controller/Api/PagestateController.php\n+++ src/Oro/Bundle/NavigationBundle/Controller/Api/PagestateController.php\n@@ -158,6 +158,13 @@\n             AbstractPageState::generateHash($this->get('request_stack')->getCurrentRequest()->get('pageId'))\n         );\n \n+        if ($entity) {\n+            $entity = $this->getEntity($entity->getId());\n+        }\n+        if (!$entity) {\n+            return $this->handleNotFound();\n+        }\n+\n         return $this->handleView($this->view($this->getState($entity), Response::HTTP_OK));\n     }\n \n```","published":"2024-03-25T18:15:32.850Z","modified":"2026-08-12T03:51:19.752306187Z","cvss":{"score":4.3,"severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"},"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"Packagist","name":"oro/platform","fixedVersion":"5.1.4"},{"ecosystem":"Packagist","name":"oro/platform","fixedVersion":null},{"ecosystem":"Packagist","name":"oro/platform","fixedVersion":null}],"fix":{"url":"https://github.com/oroinc/platform/commit/cf94df7595afca052796e26b299d2ce031e289cd","label":"oroinc/platform@cf94df7"},"references":[{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/45xxx/CVE-2023-45824.json"},{"type":"ADVISORY","url":"https://github.com/oroinc/platform/security/advisories/GHSA-vxq2-p937-3px3"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2023-45824"},{"type":"FIX","url":"https://github.com/oroinc/platform/commit/cf94df7595afca052796e26b299d2ce031e289cd"},{"type":"PACKAGE","url":"https://github.com/oroinc/platform"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-12T03:51:19.752306187Z"}}