SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-76647

HIGH · CVSS 8.8 EPSS 0.38%

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Leantime JSON-RPC API up to version 3.9.0 is vulnerable due to a missing authorization check in the JSON-RPC dispatcher, allowing authenticated users to invoke service-layer methods without proper permission validation. This can lead to unauthorized actions, such as modifying another user's account and potentially taking over their account. Organizations using affected versions should prioritize addressing this vulnerability to prevent unauthorized access and account compromise.

CVE
CVE-2026-76647
Severity
HIGH
CVSS
8.8
EPSS
0.38%

Original NVD Description

Leantime JSON-RPC API through version 3.9.0 contains a missing authorization vulnerability in the JSON-RPC dispatcher in app/Domain/Api/Controllers/Jsonrpc.php. The dispatcher does not enforce authorization before invoking service-layer methods, allowing an authenticated user to call methods or act on resources outside their intended permissions. For example, the editOwn method accepts a user-supplied user ID without verifying that it belongs to the caller, allowing an attacker to modify another user's account and set a new password, resulting in account takeover. This vulnerability is distinct from CVE-2026-59712 and CVE-2026-15509 because the root cause is the lack of centralized authorization enforcement in the JSON-RPC dispatcher rather than the behavior of an individual exposed method.