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: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation to Superadmin
Action: Apply Patch
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. It is inferred that an attacker could acquire such credentials via phishing, credential theft, or compromise of an existing admin account. The CVSS score of 7.2 classifies this vulnerability as high severity. The EPSS score is < 1%, indicating a very low exploitation probability, and the vulnerability is not listed in CISA KEV.

Generated by OpenCVE AI on September 2, 2026 at 09:20 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 September 2, 2026 at 09:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 09:30:00 +0000

Type Values Removed Values Added
Title Privilege escalation to superadmin via role parameter in invite API

Wed, 02 Sep 2026 08:30:00 +0000

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

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


Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
Metrics cvssV3_1

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


Fri, 28 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
First Time appeared Bluewave-labs
Bluewave-labs checkmate
Vendors & Products Bluewave-labs
Bluewave-labs checkmate

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

Bluewave-labs Checkmate
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-01T19:28:42.544Z

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

Link: CVE-2026-36102

cve-icon Vulnrichment

Updated: 2026-09-01T19:26:37.817Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-01T20:17:13.583

Link: CVE-2026-36102

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T09:30:04Z

Weaknesses
  • CWE-269

    Improper Privilege Management