| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| baserproject/basercms | composer |
| <= 5.1.1 |
| 5.1.2 |
The vulnerability manifests in HTTP 400 error page generation, which typically involves displaying request details. In MVC frameworks like baserCMS (CakePHP-based), error handling is centralized in ErrorController. The _getErrorPageContent method is a probable candidate as it would process error templates and inject request parameters into the response. The XSS occurs when user-supplied input (e.g., malicious URL parameters triggering 400 errors) is reflected without proper HTML escaping. Confidence is medium due to lack of direct code access, but aligns with described vulnerability mechanics and framework architecture patterns.
KEV Misses 88% of Exploited CVEs- Get the report