CVE-2023-43649:
baserCMS CSRF vulnerability in Content preview Feature
4.7
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.29845%
CWE
Published
10/26/2023
Updated
11/9/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
baserproject/basercms | composer | < 4.8.0 | 4.8.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows the removal of $controller->Security->csrfCheck = false
in BcContentsComponent.php. This line explicitly disabled CSRF validation for content preview requests, creating the vulnerability. The CWE-352 (CSRF) classification and the patch's focus on re-enabling CSRF checks confirm this function's role in the exploit.