CVE-2020-5299:
Potential CSV Injection vector in OctoberCMS
4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.70471%
CWE
Published
6/3/2020
Updated
2/1/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
october/backend | composer | >= 1.0.319, < 1.0.466 | 1.0.466 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from unescaped user-controlled data in CSV exports. The patches (c84bf03 & 802d8c8) explicitly add CsvEscapeFormula
formatter to these two functions
, which were previously missing this critical sanitization. Both functions
handle core CSV export logic and were inserting raw user data prior to patching, making them the clear injection vectors.