AUGUST 25, 2026
Live Feed
Back to database
Case File

CVE-2026-50007

HIGH · CVSS 7.2 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-07 · Last synced 2026-08-06

CyberRota Analysis

AI-Generated

The vulnerability in the open-source personal finance application allows non-owner shared users to execute file management actions, such as deleting or resetting files, which should be restricted to file owners or administrators. This flaw arises from inadequate authorization checks, potentially leading to unauthorized access and manipulation of sensitive financial data. Users of versions prior to 26.7.0 should prioritize updating to the latest version to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-50007
Severity
HIGH
CVSS
7.2
EPSS
0.25%

Original NVD Description

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.