CVE-2024-26128:
baserCMS Cross-site Scripting vulnerability in Content Management
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.78798%
CWE
Published
2/22/2024
Updated
2/22/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
baserproject/basercms | composer | < 5.0.9 | 5.0.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows a critical change in BcAdminFormHelper.php
where 'escape' => true was added to the 'figcaption' configuration. This indicates the XSS vulnerability stemmed from unescaped output in the figcaption element generated by the control()
method when handling file uploads. The helper's role in form rendering and the explicit addition of escaping in the patch directly correlate to the described Content Management XSS vulnerability.