Description
A missing authentication vulnerability in Chaskiq through commit 46dfdd1 allows unauthenticated remote attackers to manipulate any tenant Stripe subscription via the stripeCreateIntent GraphQL mutation. The mutation lacks authentication and authorization checks, exposing Stripe payment intent creation to unauthenticated callers. An attacker can create payment intents and alter billing for any tenant without credentials.
Published: 2026-08-11
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A missing authentication and authorization check in the stripeCreateIntent GraphQL mutation allows remote attackers to create payment intents and change billing for any tenant without credentials. The vulnerability can be exploited through unauthenticated calls, leading to unauthorized charges, financial loss, and potential fraud against site users. The weakness is a classic case of CWE-306, where lack of proper authentication opens the door for attackers to perform privileged operations.

Affected Systems

The vulnerability affects the Chaskiq platform, specifically any installation using the stripeCreateIntent mutation. No specific version numbers are listed in the CNA data; the issue originates from commit 46dfdd1 and therefore all current and past releases built from that code are potentially impacted. Administrators should review their Chaskiq deployments for this mutation and any unprotected GraphQL endpoints.

Risk and Exploitability

The CVSS score of 8.2 classifies this flaw as high severity, and although there is no EPSS value available, the lack of authentication means an attacker could easily trigger the vulnerability remotely. The issue is not yet listed in CISA's KEV catalog. Exploitation requires only the ability to send GraphQL queries to the server; no prior credentials or foothold are necessary. Consequently, the risk remains high and the likelihood of exploitation is significant if the application continues to expose the vulnerable mutation.

Generated by OpenCVE AI on August 11, 2026 at 17:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Chaskiq to the latest release that adds authentication checks to stripeCreateIntent or apply the relevant commit to a custom branch.
  • Ensure that all GraphQL endpoints, especially those involving payment processing, are protected by strong authentication and authorization controls so that only verified users can invoke stripeCreateIntent.
  • Configure the application or web server to restrict the GraphQL port or path to internal networks, or use a web‑application firewall to block unauthenticated traffic to the payment intent endpoint.

Generated by OpenCVE AI on August 11, 2026 at 17:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 11 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Chaskiq
Chaskiq chaskiq
Vendors & Products Chaskiq
Chaskiq chaskiq

Tue, 11 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 11 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description A missing authentication vulnerability in Chaskiq through commit 46dfdd1 allows unauthenticated remote attackers to manipulate any tenant Stripe subscription via the stripeCreateIntent GraphQL mutation. The mutation lacks authentication and authorization checks, exposing Stripe payment intent creation to unauthenticated callers. An attacker can create payment intents and alter billing for any tenant without credentials.
Title Chaskiq Chaskiq - Missing Authentication
Weaknesses CWE-306
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-11T12:41:57.693Z

Reserved: 2026-08-10T10:32:49.080Z

Link: CVE-2026-72536

cve-icon Vulnrichment

Updated: 2026-08-11T12:41:34.075Z

cve-icon NVD

Status : Received

Published: 2026-08-11T12:17:38.857

Modified: 2026-08-11T13:19:02.273

Link: CVE-2026-72536

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T17:15:06Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function