CVE-2026-50875: Cross-Tenant Webhook Access Control Flaw in Deck9 Input v2.0.1
Deck9 Input v2.0.1 contains a flaw in how it controls access to webhook management endpoints. An attacker with valid credentials to one tenant account can craft requests to modify or delete webhooks belonging to a different tenant. This cross-tenant privilege escalation allows unauthorized tampering with webhook configurations—potentially redirecting data flows, disabling integrations, or causing service disruption—without requiring administrative access or special exploitation techniques.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
- Weaknesses (CWE)
- CWE-284
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-15 / 2026-06-17
NVD description (verbatim)
Incorrect access control in the /{form}/webhooks/{webhook} endpoint of Deck9 Input v2.0.1 allows authenticated attackers to arbitrarily modify or delete another tenant's webhook via a crafted request.
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-50875 is an incorrect access control vulnerability (CWE-284) in the /{form}/webhooks/{webhook} endpoint of Deck9 Input v2.0.1. The endpoint fails to properly validate that the authenticated user belongs to the same tenant as the webhook resource being modified or deleted. An authenticated attacker can supply another tenant's webhook identifier in a crafted HTTP request and successfully perform DELETE or PUT operations, achieving cross-tenant data manipulation. The CVSS 3.1 score of 8.1 (HIGH) reflects the requirement for valid authentication (PR:L), network accessibility (AV:N), and the high impact on integrity and availability (I:H, A:H).
Business impact
Compromised webhook integrity can disrupt critical data pipelines and integrations. An attacker could redirect form submissions to attacker-controlled servers, delete webhooks to halt automated workflows, or modify webhook URLs to intercept sensitive customer data. For SaaS deployments serving multiple tenants, this represents a severe isolation failure. Affected organizations may face data loss, service unavailability, customer notification obligations, and reputational harm. The blast radius depends on webhook usage patterns; heavy reliance on webhooks for payment processing or compliance notifications amplifies risk.
Affected systems
Deck9 Input version 2.0.1 is confirmed affected. Organizations running this version in production environments with multi-tenant deployments or shared hosting scenarios face direct risk. Versions prior to and after 2.0.1 should be verified against the vendor's official advisory to determine the scope of vulnerable releases. Deployments using webhook integrations for critical workflows face the highest exposure.
Exploitability
Exploitability is moderate to high. The attack requires valid authentication credentials (ruling out unauthenticated exploitation) and knowledge of another tenant's webhook identifiers, but no complex technical steps, race conditions, or user interaction are needed. Webhook IDs may be discoverable through information disclosure, API enumeration, or common naming patterns. The simplicity of the request crafting and lack of additional mitigations make this practical to exploit once an attacker gains initial account access or credentials through phishing or credential compromise.
Remediation
Apply the security patch released by Deck9 for this vulnerability. The patch should implement proper tenant isolation checks before allowing webhook modification or deletion—validating that the authenticated user's tenant owns the target webhook. Until patching is possible, implement network-level access controls restricting webhook endpoint access, disable webhook functionality if not actively used, and audit webhook configurations regularly for unauthorized modifications. Rotate webhook URLs and monitor webhook invocation logs for suspicious activity.
Patch guidance
Consult Deck9's official security advisory for the patched version number and deployment instructions. Typically, apply the patch in a staging environment first, verify webhook functionality across your tenant's forms, and roll out to production during a maintenance window. If automatic updates are available through your deployment method (cloud, on-premise), prioritize enabling them. Test that webhook delivery and modification workflows function correctly post-patch.
Detection guidance
Monitor HTTP logs and API audit trails for unusual DELETE or PUT requests to /{form}/webhooks/{webhook} endpoints, especially those with webhook IDs not belonging to the requesting user's tenant. Look for rapid sequences of webhook modification attempts or deletions, which may indicate automated exploitation. Enable API rate limiting on webhook management endpoints. Implement alerts for cross-tenant requests or permission violations. Review webhook configuration change logs regularly and correlate with authentication timestamps to identify suspicious modifications.
Why prioritize this
This vulnerability merits urgent patching due to its HIGH CVSS score (8.1), multi-tenant impact, and ease of exploitation once credentials are obtained. The integrity and availability impact (I:H, A:H) means an attacker can cause tangible, immediate harm to customer data and service continuity. While the attack requires authentication, the low technical barrier and potential for mass exploitation across tenants make this a top remediation priority.
Risk score, explained
The CVSS 3.1 score of 8.1 reflects: (1) network-accessible endpoint requiring no special network configuration (AV:N); (2) low attack complexity—standard HTTP requests suffice (AC:L); (3) low privilege requirement—any authenticated user qualifies (PR:L); (4) no user interaction needed (UI:N); (5) unchanged scope (S:U); (6) no confidentiality impact (C:N); (7) high integrity impact from unauthorized modification (I:H); (8) high availability impact from deletion (A:H). The score lands in the HIGH band due to the dual impact on data integrity and service availability, offset slightly by the authentication requirement.
Frequently asked questions
Can an unauthenticated attacker exploit this?
No. The vulnerability requires valid authentication credentials. However, attackers with compromised or weak credentials—obtained through phishing, credential stuffing, or password reuse—can exploit it immediately without further barriers.
Does this affect all versions of Deck9 Input, or just 2.0.1?
Only Deck9 Input v2.0.1 is confirmed affected by this CVE. Other versions may have different vulnerability statuses. Check Deck9's official security advisory to confirm whether other versions are impacted and which patched version to deploy.
What if we don't use webhooks in our Deck9 setup?
If webhooks are disabled or not configured, the risk is reduced but the underlying access control flaw remains present in the codebase. We recommend patching regardless, as webhook functionality may be enabled in the future or leveraged during a broader attack.
How can we detect if someone has exploited this in our environment?
Review API audit logs and webhook configuration history for modifications or deletions you did not authorize. Check for unusual DELETE/PUT requests to webhook endpoints and compare webhook URLs in your configuration against known, trusted destinations. Correlate timing with your authentication logs to identify suspicious sessions.
This analysis is based on the CVE record published on 2026-06-15. Verify all patch version numbers, vendor advisories, and compatibility information directly with Deck9 before deploying updates. This vulnerability requires valid authentication and is not listed on CISA's Known Exploited Vulnerabilities catalog as of the analysis date. No proof-of-concept or exploit code is provided. Organizations must conduct their own risk assessment based on their deployment model, tenant isolation requirements, and webhook usage. Source: NVD (public-domain), retrieved 2026-07-24. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2025-22426HIGHAndroid ComputerEngine URI Escalation Privilege Vulnerability
- CVE-2025-46315HIGHmacOS Tahoe Permissions Flaw Enables Unauthorized Data Access
- CVE-2026-11179HIGHChrome ORB Site Isolation Bypass (CVSS 8.8)
- CVE-2026-11344HIGHUnrestricted File Upload in code-projects Vehicle Management System 1.0
- CVE-2026-11474HIGHUnrestricted File Upload in Kushan2k Student Management System
- CVE-2026-32995HIGHRocket.Chat DDP Authentication Bypass Exposes All Private Messages
- CVE-2026-35262HIGHOracle Data Integrator Authentication Bypass – Data Exposure Risk
- CVE-2026-35269HIGHOracle Identity Manager REST WebServices Authentication Bypass