CVE-2026-46672

Actual is a local-first personal finance app. Prior to 26.6.0, @actual-app/cli ships a hand-rolled CSV serializer in packages/cli/src/output.ts used whenever the global --format csv option is passed, whose escapeCsv helper only handles RFC 4180 delimiter, quote, and newline escaping and does not neutralize standard CSV formula-injection prefixes. Any CLI command that streams an object array containing user-controlled strings, including transactions list, accounts list, payees list, categories list, tags list, category-groups list, rules list, schedules list, and query, can emit cells that auto-evaluate when the resulting CSV is opened in Excel, LibreOffice Calc, or Google Sheets, enabling data exfiltration and arbitrary formula execution. This issue is fixed in version 26.6.0.
Configurations

No configuration.

History

08 Jul 2026, 14:17

Type Values Removed Values Added
References () https://github.com/actualbudget/actual/security/advisories/GHSA-7gh7-258j-4mpq - () https://github.com/actualbudget/actual/security/advisories/GHSA-7gh7-258j-4mpq -

07 Jul 2026, 21:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-07 21:17

Updated : 2026-07-08 15:28


NVD link : CVE-2026-46672

Mitre link : CVE-2026-46672

CVE.ORG link : CVE-2026-46672


JSON object : View

Products Affected

No product.

CWE
CWE-1236

Improper Neutralization of Formula Elements in a CSV File