In ActiveAdmin versions prior to 3.2.0, maliciously crafted spreadsheet formulas could be uploaded as part of admin data that, when exported to a CSV file and the imported to a spreadsheet program like libreoffice, could lead to remote code execution and private data exfiltration.
The attacker would need privileges to upload data to the same ActiveAdmin application as the victim, and would need the victim to possibly ignore security warnings from their spreadsheet program.
Versions 3.2.0 and above fixed the problem by escaping any data starting with =
and other characters used by spreadsheet programs.
Only turn on formula evaluation in spreadsheet programs when importing CSV after explicitly reviewing the file.
https://owasp.org/www-community/attacks/CSV_Injection https://github.com/activeadmin/activeadmin/pull/8167
{ "nvd_published_at": null, "cwe_ids": [ "CWE-1236" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-12-28T18:45:30Z" }