Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/actualbudget/actual/commit/068185751c03b42e726e3c60b718413d5f
- https://github.com/actualbudget/actual/pull/7859
- https://github.com/actualbudget/actual/releases/tag/v26.6.0
- https://github.com/actualbudget/actual/security/advisories/GHSA-7gh7-258j-4mpq
- https://github.com/actualbudget/actual/security/advisories/GHSA-7gh7-258j-4mpq
FAQ
What is CVE-2026-46672?
CVE-2026-46672 is a vulnerability with a CVSS score of 4.6 (MEDIUM). 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, ...
How severe is CVE-2026-46672?
CVE-2026-46672 has been rated MEDIUM with a CVSS base score of 4.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46672?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.