Description
An issue in the inviteController.js component in Bluewave Labs Checkmate <=3.3.0 allows remote authenticated administrators to escalate privileges to superadmin via the role parameter to the /api/v1/invite endpoint.
Published: 2026-08-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated administrator can maliciously set the role parameter on the /api/v1/invite endpoint, causing the system to grant superadmin privileges to the caller. This directly raises the attacker’s rights from any administrator role to a superadmin, enabling unrestricted access to all administrative functions, data, and system configuration with no further validation. The weakness is a classic example of improper access control, allowing an attacker to bypass intended permissions.

Affected Systems

Bluewave Labs Checkmate software up to and including version 3.3.0 is affected. No version range beyond 3.3.0 is listed, so any installation of Checkmate 3.3.0 or earlier is at risk.

Risk and Exploitability

The exploit requires possession of administrative credentials to reach the /api/v1/invite endpoint; it does not require local access or elevated privileges on the host. While the EPSS score is not available and the vulnerability is not listed in CISA KEV, the nature of the flaw—escalation to superadmin—manifests a high impact if an attacker gains an administrator account. The attack is likely to be delivered by a compromised administrator account or through phishing/credential theft targeting those accounts.

Generated by OpenCVE AI on August 28, 2026 at 06:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Checkmate to a version newer than 3.3.0 where the role parameter is properly validated against the requesting user’s authorization level.
  • Restrict the use of the role parameter in the invite endpoint by configuring the application to disallow role changes for non‑superadmin users or by disabling the endpoint entirely for environments where invites are not needed.
  • Enforce least‑privilege for administrative accounts, ensuring that only verified superadmin accounts possess the ability to elevate privileges, and routinely audit role assignments to detect unauthorized changes.

Generated by OpenCVE AI on August 28, 2026 at 06:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Title Privilege Escalation via Role Parameter in /api/v1/invite Endpoint
Weaknesses CWE-284
CWE-640

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

Type Values Removed Values Added
Description An issue in the inviteController.js component in Bluewave Labs Checkmate <=3.3.0 allows remote authenticated administrators to escalate privileges to superadmin via the role parameter to the /api/v1/invite endpoint.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-27T17:16:52.985Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-36102

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T20:17:40.750

Modified: 2026-08-27T20:17:40.750

Link: CVE-2026-36102

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T06:15:03Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-640

    Weak Password Recovery Mechanism for Forgotten Password