GHSA-29w6-c52g-m8jc: C5 Firefly III CSV Injection.
4
CVSS Score
3.1
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
-
Published
1/31/2024
Updated
1/31/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
grumpydictator/firefly-iii | composer | < 6.1.7 | 6.1.7 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided vulnerability information describes a CSV injection risk in Firefly III's export functionality, but does not include specific code references, commit diffs, or patching details. While the core issue likely resides in CSV data formatting functions that fail to properly sanitize user-controlled input (e.g., escaping formula-initiating characters like =, -, @), the advisory and description lack concrete evidence of specific function names or file paths. The absence of code context or patch information makes it impossible to identify vulnerable functions with high confidence. A proper analysis would require examining the CSV
generation logic in versions <6.1.7 to locate missing input sanitization routines.