CVE-2026-63765
Received Received - Intake

Authentication Bypass in Chatwoot via Direct Uploads

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

Publication date: 2026-07-23

Last updated on: 2026-07-23

Assigner: VulnCheck

Description

Chatwoot before 4.16.0 contains an authentication bypass vulnerability in the direct uploads controller that allows unauthenticated attackers to create arbitrary ActiveStorage blobs in any tenant account. Attackers can exploit missing authentication checks to resolve any account and conversation, then obtain signed PUT URLs to write arbitrary data to the application's storage backend.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-23
Last Modified
2026-07-23
Generated
2026-07-24
AI Q&A
2026-07-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
chatwoot chatwoot to 4.16.0 (exc)

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

CVE-2026-63765 is an authentication bypass vulnerability in Chatwoot versions before 4.16.0. It allows unauthenticated attackers to create arbitrary ActiveStorage blobs in any tenant account by exploiting missing authentication checks in the direct uploads controller. Attackers can resolve accounts and conversations without credentials, obtain signed PUT URLs, and write arbitrary data to the application's storage backend.

Detection Guidance

To detect this vulnerability, check if your Chatwoot instance is running a version before 4.16.0. Use commands like 'curl -s https://your-chatwoot-domain.com/api/version' or check the version in the admin panel. Additionally, monitor for unauthorized file uploads or unexpected storage activity in your storage backend (e.g., S3, GCS, or local disk).

Test the endpoint directly by sending a POST request to '/api/v1/accounts/:account_id/conversations/:conversation_id/direct_uploads' without authentication. A vulnerable system will return a 200 response with a signed upload URL, while a patched system should return a 401 error.

Impact Analysis

This vulnerability enables attackers to upload arbitrary files to any tenant's storage, potentially leading to storage abuse, resource exhaustion, arbitrary file uploads, and database pollution. It occurs pre-authentication and cross-tenant, affecting deployments where storage serves trusted content.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized data access and storage. GDPR requires strict access controls and data protection measures, which are violated by this flaw allowing unauthenticated file uploads. HIPAA mandates safeguards for protected health information, which could be compromised if attackers upload malicious files to tenant storage.

Mitigation Strategies

Immediately upgrade Chatwoot to version 4.16.0 or later. This version includes authentication checks for direct uploads, preventing unauthenticated access. Follow the official upgrade guide from Chatwoot's release notes or GitHub repository.

If upgrading is not immediately possible, restrict access to the vulnerable endpoint by implementing network-level controls (e.g., firewall rules) or temporarily disabling direct uploads until the upgrade is completed.

Chat Assistant

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

EPSS Chart