CVE-2026-72536
Received Received - Intake

Authentication Bypass in Chaskiq via Stripe Subscription Manipulation

Vulnerability report for CVE-2026-72536, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-11

Last updated on: 2026-08-11

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-11
Last Modified
2026-08-11
Generated
2026-08-11
AI Q&A
2026-08-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
chaskiq chaskiq *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a missing authentication vulnerability in Chaskiq that 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.

Detection Guidance

Detecting this vulnerability requires checking for unauthenticated GraphQL mutations in Chaskiq, specifically the stripeCreateIntent endpoint. Inspect network traffic for GraphQL requests to this mutation without valid authentication tokens. Look for POST requests to /graphql with the mutation query containing stripeCreateIntent and missing Authorization headers.

Impact Analysis

An attacker could exploit this to create unauthorized payment intents and modify billing for any tenant, potentially leading to financial loss or fraudulent transactions. Since the vulnerability allows unauthenticated access, any system using Chaskiq with Stripe integration is at risk of unauthorized subscription manipulation.

Compliance Impact

This vulnerability could lead to unauthorized access and modification of payment data, violating compliance requirements for data protection and financial integrity. GDPR may be impacted due to unauthorized processing of personal data, while HIPAA could be affected if payment data involves protected health information.

Mitigation Strategies

Immediately update Chaskiq to the latest commit or patch that includes authentication checks for the stripeCreateIntent mutation. If no patch is available, disable the GraphQL endpoint or restrict access via firewall rules until a fix is applied. Review all Stripe subscriptions for unauthorized changes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72536. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart