CVE-2026-56767: Maxun Cross-Tenant IDOR in Storage & Webhook APIs (CVSS 8.8)
Maxun versions before 0.0.42 suffer from a cross-tenant access control bypass that lets any authenticated user view and manipulate other users' automation robots and stored API credentials. An attacker with legitimate access to the platform can read plaintext Google and Airtable tokens belonging to other accounts, modify or delete their workflows, and execute their robots without permission. This is a direct result of missing ownership verification in the API layer.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.8 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-862
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-25 / 2026-07-14
NVD description (verbatim)
Maxun before 0.0.42 contains a cross-tenant insecure direct object reference vulnerability in storage and webhook API handlers that allows authenticated users to access other users' robots and OAuth tokens. Attackers can read plaintext Google and Airtable access tokens, modify, delete, or execute other users' robots by bypassing ownership checks in API endpoints.
4 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-56767 exploits insufficient access control in Maxun's storage and webhook API handlers. The vulnerability stems from CWE-862 (Missing Authorization) and manifests as a cross-tenant insecure direct object reference (IDOR). Authenticated API requests can bypass object ownership checks, allowing an attacker to enumerate and manipulate resources (robots, OAuth tokens, webhook configurations) across tenant boundaries. The plaintext storage and exposure of third-party credentials (Google, Airtable tokens) compounds the severity. No special privileges or user interaction is required; the flaw is directly exploitable via REST API calls with valid authentication credentials.
Business impact
This vulnerability creates a multi-layered business risk. Customer data security is compromised: OAuth tokens for Google and Airtable accounts are accessible to other platform users, enabling further downstream attacks on those SaaS accounts. Automation integrity is at risk: attackers can silently modify or delete customer robots, causing service disruption and data loss. Compliance exposure is significant—unauthorized access to other customers' credentials and workflows likely violates SOC 2, GDPR, and contractual data protection obligations. Reputational damage follows from evidence of weak multi-tenancy isolation, particularly damaging for a workflow automation platform handling sensitive integrations.
Affected systems
Maxun prior to version 0.0.42 is affected. The vulnerability impacts all deployments of Maxun where the storage and webhook API endpoints are accessible to authenticated users. No specific product variants, optional features, or deployment models are exempt; the flaw is inherent to the authentication and authorization architecture of the affected versions.
Exploitability
Exploitability is very high. An attacker needs only valid Maxun user credentials (obtained through legitimate signup, social engineering, or credential compromise) to trigger the vulnerability. The IDOR pattern is straightforward: modify object IDs in API requests to access other users' robots and tokens. No special tools, authentication bypass, race conditions, or user interaction are required. The attack surface is broad—any authenticated user can scan for valid object IDs and harvest credentials. Real-world attack scenarios include credential theft from integration services, sabotage of business workflows, and lateral movement into connected Google or Airtable accounts.
Remediation
Upgrade Maxun to version 0.0.42 or later immediately. This version includes authorization fixes that enforce ownership checks on all storage and webhook API endpoints. Organizations must also rotate any exposed OAuth tokens (Google and Airtable) that may have been accessed during the vulnerable window, audit API logs for suspicious cross-tenant access patterns, and review webhook configurations for unauthorized modifications. Consider implementing additional network-level access controls and API usage monitoring as a defense-in-depth measure.
Patch guidance
Maxun 0.0.42 contains the corrective patches. Deployment of this version is strongly recommended without delay. Verify the patch has been applied by checking the Maxun version string in your environment and confirming API responses reflect the updated authorization logic. If you are running a version between the initial release and 0.0.41, you are vulnerable. Staged or canary rollouts are not necessary given the severity, but standard change management processes should be followed. No configuration changes or manual workarounds mitigate the underlying issue—patching is the only remediation.
Detection guidance
Hunt for indicators of compromise by reviewing API access logs for patterns consistent with IDOR exploitation: a single user account accessing robot or token objects with many different object IDs in short timeframes, API calls to endpoints from users who don't own those resources, and unusual modifications or deletions of robots by non-owning accounts. Monitor for authentication patterns from unfamiliar IP addresses or geographic regions. Check audit logs for webhook reconfigurations that don't align with known administrative activity. Export and review plaintext OAuth tokens stored in your Maxun instance to identify if any have been accessed or rotated by unauthorized parties. If Maxun exposes API request logging, correlate user identity with resource ownership claims.
Why prioritize this
This vulnerability merits immediate remediation. The CVSS 8.8 HIGH score reflects the combination of network accessibility, low attack complexity, and high impact across confidentiality, integrity, and availability. The flaw is easy to exploit without special privilege, affects the core multi-tenancy boundary of the platform, and directly exposes sensitive third-party credentials. Unlike vulnerabilities that require privilege escalation or social engineering, this one is trivially exploitable by any user with platform access. For organizations using Maxun to orchestrate integrations with critical business systems, this vulnerability could enable destructive or espionage-class attacks.
Risk score, explained
The CVSS 3.1 score of 8.8 reflects: AV:N (network-accessible API endpoints), AC:L (no special conditions required), PR:L (valid user credentials needed but commonly available), UI:N (no user interaction required), S:U (impact is scoped to the affected system), C:H (plaintext credential disclosure), I:H (ability to modify or delete other users' robots), and A:H (ability to disrupt service availability through resource deletion). The score appropriately captures the severity of cross-tenant access control bypass in a platform handling OAuth credentials and business-critical automation workflows.
Frequently asked questions
Can an unauthenticated attacker exploit this vulnerability?
No. The vulnerability requires valid Maxun user credentials to authenticate and access the API endpoints. However, attackers can use publicly disclosed credentials, social engineering, or credential compromise to obtain initial access. Once authenticated, they can exploit the IDOR flaw without further restrictions.
What third-party services are at risk if my Maxun OAuth tokens are stolen?
Any service for which you've granted Maxun OAuth permissions is at risk. The vulnerability specifically mentions Google and Airtable tokens, which could allow attackers to read, modify, or delete your data in those services. The extent of damage depends on the OAuth scopes you granted Maxun during initial setup.
Is there a workaround if we can't patch Maxun immediately?
There is no complete workaround for the authorization bypass itself. However, you can reduce risk by restricting network access to Maxun API endpoints, rotating all OAuth tokens immediately, monitoring API logs aggressively for suspicious cross-tenant access, and limiting new user accounts until you upgrade. These are temporary mitigation steps only; patching is required.
How do I know if our Maxun instance was compromised by this vulnerability?
Review API access logs for suspicious patterns: a single user accessing many different robots or webhook configurations they don't own, API calls originating from unexpected IP addresses, and unexplained modifications to robot configurations or OAuth token rotations. Export and audit your stored OAuth tokens to see if they've been accessed or rotated. If available, check Maxun's audit trail for unauthorized administrative actions. Work with Maxun support to obtain detailed API request logs if built-in logging is insufficient.
This analysis is based on publicly disclosed information about CVE-2026-56767 as of July 2026. Security researchers and organizations using Maxun should verify patch availability and applicability with official Maxun documentation and vendor advisories. No exploit code or detailed attack methodology is provided herein. Organizations should conduct their own threat modeling and risk assessment based on their deployment, data sensitivity, and integration landscape. SEC.co makes no warranty regarding the completeness or applicability of this guidance to your specific environment. Source: NVD (public-domain), retrieved 2026-08-04. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2018-25391HIGHHaPe PKH 1.1 Authorization Bypass – Unauthorized Record Deletion Vulnerability
- CVE-2024-32949HIGHMissing Authorization in Prince Integrate Google Drive — HIGH Risk
- CVE-2025-26418HIGHAndroid CarDevicePolicyService Privilege Escalation (CVSS 7.8)
- CVE-2025-2902HIGHHitachi Virtual Storage Platform Authorization Bypass in Maintenance Utility
- CVE-2025-48617HIGHAndroid CarrierConfigLoader Privilege Escalation Vulnerability
- CVE-2025-48640HIGHAndroid Passkey Permission Bypass Privilege Escalation
- CVE-2025-53345HIGHThimPress Thim Core Missing Authorization Leads to Code Execution
- CVE-2025-69134HIGHUnauthenticated Content Deletion in OpenAI Chatbot for WordPress – Helper