CVE-2026-50007 PUBLISHED

Actual: Shared users can perform owner-only file management actions

Assigner: GitHub_M
Reserved: 02.06.2026 Published: 07.07.2026 Updated: 08.07.2026

Actual is an open-source personal finance application. Prior to 26.7.0, a missing authorization issue allows a shared user with user_access on a budget file to perform owner-only file management actions. A non-owner shared user can call file-management endpoints intended for higher-privilege users, including /delete-user-file, /reset-user-file, and /user-create-key, because requireFileAccess treats ordinary shared access as sufficient for file-management operations that should be restricted to the file owner or an administrator. This issue is fixed in version 26.7.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.2

Product Status

Vendor actualbudget
Product actual
Versions
  • Version < 26.7.0 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE