Description
The ‘/password/guardarClau/recover’ endpoint accepts the ‘usuariId’ parameter, which specifies the account whose password is to be changed. The JWT token for the recovery process is not validated against the user specified in that parameter. An unauthenticated attacker could manipulate the identifier and reset the password for any account, including administrative accounts, which could allow them to take control of the account.
Published: 2026-09-22
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Account takeover via IDOR
Action: Immediate patch
AI Analysis

Impact

The /password/guardarClau/recover endpoint accepts an usuariId parameter that identifies the account whose password is to be changed. The JWT token issued for the recovery process is not validated against this user ID. An attacker who can forge or guess a token can manipulate the usuariId value and reset the password for any account, including privileged ones, allowing full control of the targeted account. This flaw directly supports unauthorized privilege escalation and violates the principle that tokens must bind to the intended user, as defined by CWE-639.

Affected Systems

The vulnerability exists in Kompini’s Tankuam Places application. No specific version numbers are disclosed in the report, so all released iterations of Tankuam Places are considered potentially affected until the vendor’s fix is applied.

Risk and Exploitability

The CVSS score of 9.3 indicates a critical severity. The EPSS score is not available, but the vulnerability is exploitable by an unauthenticated attacker with minimal skill who can send a crafted request to the password reset endpoint. The attack can be performed remotely and does not require prior system access or advanced configuration. The vulnerability is not listed in CISA’s KEV catalog, but its high CVSS and straightforward exploitation path warrant immediate remediation.

Generated by OpenCVE AI on September 22, 2026 at 10:21 UTC.

Remediation

Vendor Solution

The vulnerability was fixed by the Kompini team on 25 November 2025.


OpenCVE Recommended Actions

  • Apply the Kompini patch released on 25 November 2025 that validates the recovery token against the user ID
  • Enforce that each JWT recovery token is tightly bound to the authenticated user and rejected if it does not match the supplied usuariId
  • Conduct a security assessment of all API endpoints to identify and remediate any remaining IDOR or privilege escalation weaknesses

Generated by OpenCVE AI on September 22, 2026 at 10:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 22 Sep 2026 09:15:00 +0000

Type Values Removed Values Added
Description The ‘/password/guardarClau/recover’ endpoint accepts the ‘usuariId’ parameter, which specifies the account whose password is to be changed. The JWT token for the recovery process is not validated against the user specified in that parameter. An unauthenticated attacker could manipulate the identifier and reset the password for any account, including administrative accounts, which could allow them to take control of the account.
Title Direct references to unsafe objects (IDOR) in Tankuam Places by Kompini
Weaknesses CWE-639
References
Metrics cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: INCIBE

Published:

Updated: 2026-09-22T10:15:28.526Z

Reserved: 2026-09-18T09:33:15.572Z

Link: CVE-2026-93556

cve-icon Vulnrichment

Updated: 2026-09-22T10:15:09.986Z

cve-icon NVD

Status : Received

Published: 2026-09-22T09:17:05.800

Modified: 2026-09-22T11:17:26.790

Link: CVE-2026-93556

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T10:30:17Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key