{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "26.6.0"
              }
            ],
            "source": "AFFECTED_FIELD"
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "3a730c160f8e6e4ea68f191d075a46bbbb7073d8"
            }
          ],
          "repo": "https://github.com/actualbudget/actual",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-3f62-qv96-4p78"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-285"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46700.json"
  },
  "details": "Actual is a local-first personal finance tool. Prior to 26.6.0, the GET /secret/:name endpoint in @actual-app/sync-server checks only that the caller has a valid session and does not verify the caller is an admin, while the sibling POST /secret/ handler enforces an admin check in OpenID mode. Any authenticated non-admin BASIC user in OpenID multi-user deployments can probe the secrets store and learn which admin-managed bank-sync integrations have been configured, including simplefin_accessKey, pluggyai_clientSecret, pluggyai_itemIds, and the gocardless secrets. This issue is fixed in version 26.6.0.",
  "id": "CVE-2026-46700",
  "modified": "2026-08-04T11:30:50.641071535Z",
  "published": "2026-07-07T20:56:39.203Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/actualbudget/actual/releases/tag/v26.6.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46700.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/actualbudget/actual/security/advisories/GHSA-3f62-qv96-4p78"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46700"
    },
    {
      "type": "FIX",
      "url": "https://github.com/actualbudget/actual/commit/3494f78c9459ed9c412e28b500b675ba5eb72d4e"
    },
    {
      "type": "FIX",
      "url": "https://github.com/actualbudget/actual/pull/7862"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Actual: Missing authorization on GET /secret/:name allows non-admin OpenID users to enumerate admin-configured bank-sync secrets"
}