CyberRota Analysis
AI-GeneratedStatamic CMS versions prior to 5.73.24 and 6.20.1 are vulnerable to a CSV export issue where form submission values are not sanitized, allowing attackers to inject malicious spreadsheet formulas through unauthenticated submissions. This could lead to arbitrary code execution or data manipulation when an editor opens the exported CSV file in a spreadsheet application. Organizations using affected versions should prioritize upgrading to the patched releases to mitigate potential exploitation risks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.73.24 and 6.20.1, form submission values in src/Forms/Exporters/CsvExporter.php were not neutralized for spreadsheet formula characters when exported to CSV. A submission containing a value beginning with a formula trigger character, such as =, +, -, or @, could be interpreted as a live formula when a Control Panel user opens the export in a spreadsheet application. Form submissions can come from unauthenticated front-end visitors, so the malicious value can be supplied by an anonymous user and is later triggered by an editor opening the export. This issue is fixed in versions 5.73.24 and 6.20.1.