CVE-2026-57449: Actual Sync Server: CORS Proxy GitHub API Allowlist Prefix Bypass Leaks Private Repositories Through the Server GitHub Token

Published Sep 25, 2026
·
Updated

Actual is a local-first personal finance tool. Prior to 26.7.0, Actual Sync Server's CORS proxy is intended to let authenticated users fetch resources only from repositories listed in the official plugin allowlist. When ACTUALGITHUBTOKEN is configured, the proxy automatically attaches the server's GitHub token to GitHub requests. The GitHub API allowlist check uses a raw startsWith() prefix test for /repos/{owner}/{repo} without requiring a path boundary after the repository name. If an allowlisted public plugin repository is https://github.com/acme/plugin, the proxy also accepts GitHub API URLs. Those URLs are outside the allowlisted repository but still pass because their API path starts with /repos/acme/plugin. The proxy then forwards the request with the server's ACTUALGITHUBTOKEN, allowing any authenticated Actual user to read private GitHub resources reachable by that token. Version 26.7.0 fixes the issue.

Affected Software

1 affected component
Actual Actual Sync Server<26.7.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Actual Sync Server to a version that resolves this vulnerability.

    Fixed in 26.7.0

Event History

Sep 25, 2026
CVE Published
via MITRE·10:10 PM
Data Sourced
via MITRE·10:10 PM
DescriptionWeakness

Frequently Asked Questions

1

Who is exposed to this issue?

Actual Sync Server deployments earlier than 26.7.0 are exposed when ACTUAL_GITHUB_TOKEN is configured and authenticated users can access the CORS proxy. The impact is limited to GitHub resources that the configured token can read.

2

What does an attacker need to exploit it?

An attacker needs to be an authenticated Actual user and must submit a GitHub API URL whose path begins with an allowlisted repository path but targets a different resource. The server then forwards that request with its configured GitHub token.

3

Are deployments without a GitHub token affected by the private-repository disclosure?

The described private-resource disclosure depends on ACTUAL_GITHUB_TOKEN being configured, because the proxy attaches that server token to GitHub requests. Without that token, the described token-based access to private GitHub resources is not available.

4

What should be done if an immediate upgrade is not possible?

Remove or disable ACTUAL_GITHUB_TOKEN from the Sync Server to prevent the proxy from forwarding GitHub requests with the server's token. Also restrict access to authenticated Actual users until the server can be upgraded to 26.7.0.

5

How can I determine whether the server needs remediation?

Check whether the Sync Server version is earlier than 26.7.0 and whether ACTUAL_GITHUB_TOKEN is configured. If both conditions apply, assess which private GitHub resources that token can read, as those resources may have been accessible to authenticated users.

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