CVE-2018-8092: CSV Injection vulnerability with exported contact lists in Mautic
9.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.65538%
CWE
Published
1/19/2021
Updated
1/9/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
mautic/core | composer | < 2.13.0 | 2.13.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper neutralization of formula elements in exported CSVs. The commit cbc49f0 shows the patch adds sanitization logic specifically in CommonController.php
's exportResultsAs
method when handling CSV output. The pre-patch version did not check for formula-initiating characters in cell data, making this function
the injection vector. The direct correlation between the vulnerability description and the patched code confirms this function
's role.