CVE-2020-15155: Cross Site Scripting(XSS) Vulnerability in Latest Release 4.3.6 Site basic settings
7.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.7421%
CWE
Published
8/28/2020
Updated
1/9/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
baserproject/basercms | composer | >= 4.0.0, <= 4.3.6 | 4.3.7 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patch indicates that the vulnerability was due to lack of proper escaping of user-controlled data when generating links. The BcBaser::link
function is directly involved in this process. Although the exact file path for BcBaserHelper
is not given in the patch, it is typically found in a helper file like BcBaserHelper.php
.