GHSA-g947-422m-hr7p: Duplicate Advisory: Pimcore Cross-site Scripting (XSS) in Static Routes name field
Basic Information
Basic Information
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from multiple layers of missing encoding:
Server-side SecurityHelper's original regex filter failed to handle HTML metacharacters
Model setters directly stored unencoded values
Client-side UI components lacked input sanitization
These functions collectively allowed XSS payloads to be stored and executed in admin panels. The patch replaced regex filtering with proper htmlspecialchars encoding and added client-side encoding handlers.