CVE-2023-48296:
Storefront user can access history and most viewed data from matching back-office user with the same ID
4.3
Basic Information
Technical Details
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
oro/customer-portal | composer | >= 4.1.0, <= 4.1.13 | |
oro/customer-portal | composer | >= 4.2.0, <= 4.2.10 | |
oro/customer-portal | composer | >= 5.0.0, <= 5.0.11 | |
oro/customer-portal | composer | >= 5.1.0, <= 5.1.3 | 5.1.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided commit diff and vulnerability description show a mismatch in context. The vulnerability describes an authorization issue where storefront users access back-office user data through ID matching, while the commit focuses on UI element visibility (multi-file/image attribute display). The patched files modify form rendering logic and add event listeners to control field visibility, but none of these changes directly address user authorization checks or data exposure between user types. The core vulnerability likely exists in user data retrieval/authorization logic that isn't reflected in the provided code changes. Without evidence of functions
handling user session context or data access authorization in the provided diff, we cannot confidently identify specific vulnerable functions
from the given information.