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.
Published: 2026-08-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Account Takeover
Action: Patch
AI Analysis

Impact

Leantime’s JSON‑RPC API prior to version 3.9.0 contains a missing authorization check in the dispatcher. The dispatcher calls service methods without verifying that the caller is authorized, allowing an authenticated user to supply arbitrary user identifiers. For example, the editOwn method accepts a user‑supplied ID without confirming that it belongs to the caller, enabling an attacker to modify another user’s account and set a new password, effectively taking over that account.

Affected Systems

All installations of the Leantime JSON‑RPC API running version 3.9.0 or earlier are affected. The issue originates in app/Domain/Api/Controllers/Jsonrpc.php and applies to any instance that exposes the vulnerable dispatcher.

Risk and Exploitability

The vulnerability requires an authenticated session; therefore, an attacker must first obtain valid credentials or compromise an existing user account. Once authenticated, the attacker can invoke the vulnerable methods and change other users’ passwords. The CVSS score of 8.8 indicates a high severity. The EPSS score is < 1% and the vulnerability is not listed in CISA’s KEV catalog; however, the potential for account takeover makes it a high‑impact flaw that should be addressed promptly.

Generated by OpenCVE AI on August 28, 2026 at 19:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Leantime to the latest version that implements proper authorization checks for JSON‑RPC methods.
  • Verify that any custom or third‑party extensions also enforce proper authorization; modify the editOwn method to reject user‑supplied IDs that do not match the authenticated caller.
  • Enable multi‑factor authentication for all user accounts and monitor for unusual password changes.

Generated by OpenCVE AI on August 28, 2026 at 19:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 27 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-639
CWE-862
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Thu, 20 Aug 2026 23:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Thu, 20 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Thu, 20 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Leantime
Leantime json-rpc Api
Vendors & Products Leantime
Leantime json-rpc Api

Thu, 20 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Wed, 19 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
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.
Title Leantime JSON-RPC API contains a missing authorization vulnerability
References

Subscriptions

Leantime Json-rpc Api
cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-08-27T15:49:51.556Z

Reserved: 2026-08-19T15:24:24.418Z

Link: CVE-2026-76647

cve-icon Vulnrichment

Updated: 2026-08-27T15:49:32.945Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T20:17:24.013

Modified: 2026-09-08T14:07:24.140

Link: CVE-2026-76647

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T19:30:16Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization