CVE-2020-14146: KumbiaPHP Cross-site Scripting
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.43188%
CWE
Published
5/24/2022
Updated
4/23/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 |
---|---|---|---|
kumbiaphp/kumbiapp | composer | <= 1.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in Development mode through PATH_INFO manipulation, indicating the framework reflects unescaped URL segments in error/debug output. The PagesController's __call method handles dynamic routing by method name (from PATH_INFO), and since there's no evidence of output encoding in error templates (shown in POC screenshots), this method becomes the injection point. The lack of patched versions and explicit sanitization in older releases supports this assessment.