Description
Actual is a local-first personal finance tool. Prior to 26.6.0, exportToCSV and exportQueryToCSV in packages/loot-core/src/server/transactions/export/export-to-csv.ts pass user-controlled Payee, Notes, Account, and Category strings to csv-stringify with no cast callback and no formula-prefix neutralization. Strings that begin with equals sign, plus, minus, at sign, tab, or carriage return survive verbatim into the exported CSV, and when a recipient opens the file in Excel, LibreOffice Calc, or Google Sheets, the strings are interpreted as formulas, enabling transaction data exfiltration and attacker-chosen spreadsheet display values. This issue is fixed in version 26.6.0.
Published: 2026-07-07
Score: 4.2 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Actual is a local‑first personal finance tool. Prior to version 26.6.0, the exportToCSV and exportQueryToCSV functions in packages/loot-core/src/server/transactions/export/export-to-csv.ts pass user‑controlled Payee, Notes, Account, and Category strings to csv‑stringify with no cast callback and no formula‑prefix neutralization. Strings that begin with equals sign, plus, minus, at sign, tab, or carriage return survive verbatim into the exported CSV, and when a recipient opens the file in Excel, LibreOffice Calc, or Google Sheets, the strings are interpreted as formulas, enabling transaction data exfiltration and attacker‑chosen spreadsheet display values. The vulnerability is a Code Injection flaw (CWE‑1236) and is addressed in Actual 26.6.0.

Affected Systems

Any installation of Actual with a release earlier than 26.6.0 is vulnerable; the vendor addressed the issue in the 26.6.0 release. The affected product is the open‑source personal finance application from Actual, identified in the CNA as actualbudget:actual.

Risk and Exploitability

The CVSS score of 4.2 reflects moderate severity because the flaw does not provide remote code execution but enables spreadsheet‑based data leakage. The EPSS score is less than 1 %, indicating a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. The attack requires the attacker to supply or control the exported CSV file, making it a local‑to‑user attack vector; once the file is opened in a spreadsheet program, the injected formulas are executed. The flaw is a Code Injection vulnerability (CWE‑1236).

Generated by OpenCVE AI on July 26, 2026 at 18:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Actual version 26.6.0 or later to apply the vendor‑supplied fix that sanitises export strings.
  • If upgrading immediately is not possible, sanitize the Payee, Notes, Account, and Category fields before exporting by stripping or escaping leading characters that trigger formula parsing such as `=`, `+`, `-`, `@`, tabs, or carriage returns.
  • Configure spreadsheet applications to disable automatic formula evaluation for imported data or monitor exported CSV files for unexpected formulas and advise users accordingly.

Generated by OpenCVE AI on July 26, 2026 at 18:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-xqjm-27pc-rvwm @actual-app/web has CSV Formula Injection in Transaction Export via Imported Payee/Notes Fields
History

Thu, 09 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 07 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Actualbudget
Actualbudget actual
Vendors & Products Actualbudget
Actualbudget actual

Tue, 07 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Actual is a local-first personal finance tool. Prior to 26.6.0, exportToCSV and exportQueryToCSV in packages/loot-core/src/server/transactions/export/export-to-csv.ts pass user-controlled Payee, Notes, Account, and Category strings to csv-stringify with no cast callback and no formula-prefix neutralization. Strings that begin with equals sign, plus, minus, at sign, tab, or carriage return survive verbatim into the exported CSV, and when a recipient opens the file in Excel, LibreOffice Calc, or Google Sheets, the strings are interpreted as formulas, enabling transaction data exfiltration and attacker-chosen spreadsheet display values. This issue is fixed in version 26.6.0.
Title Actual: CSV Formula Injection in Transaction Export via Imported Payee/Notes Fields
Weaknesses CWE-1236
References
Metrics cvssV3_1

{'score': 4.2, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N'}


Subscriptions

Actualbudget Actual
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T14:42:17.117Z

Reserved: 2026-06-03T22:05:13.644Z

Link: CVE-2026-50179

cve-icon Vulnrichment

Updated: 2026-07-09T14:21:11.364Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:00:02Z

Weaknesses
  • CWE-1236

    Improper Neutralization of Formula Elements in a CSV File