CVE-2018-0574: XSS in baserCMS
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.49274%
CWE
Published
5/14/2022
Updated
10/6/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
baserproject/basercms | composer | >= 4.0.0, <= 4.1.0.1 | |
baserproject/basercms | composer | <= 3.0.15 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability documentation shows patches adding h()
escaping to addCrumb()
parameters and 'escape' => true to link calls. These specific functions in theme elements handled user-controlled data (crumb names/author names) without proper output encoding, making them injection points. The vendor's security bulletin explicitly lists these files
and functions
as requiring modification to prevent XSS.