The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-4990

CVE-2026-4990: Chatwoot Authentication Bypass Vulnerability

CVE-2026-4990 is an authentication bypass vulnerability in Chatwoot up to version 4.11.1 affecting the signup endpoint. Attackers can manipulate signupEnabled to gain unauthorized access. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: April 2, 2026

CVE-2026-4990 Overview

A security vulnerability has been identified in Chatwoot up to version 4.11.1 affecting the /app/login component of the Signup Endpoint. The vulnerability allows attackers to manipulate the signupEnabled argument with a value of true, leading to improper authorization. This flaw can be exploited remotely without authentication, potentially allowing unauthorized users to bypass signup restrictions and gain access to the application.

Critical Impact

Remote attackers can bypass authorization controls to enable signups and potentially gain unauthorized access to Chatwoot instances where registration should be disabled.

Affected Products

  • Chatwoot versions up to and including 4.11.1
  • Chatwoot Signup Endpoint (/app/login)
  • Self-hosted Chatwoot deployments with signup controls

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-4990 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-4990

Vulnerability Analysis

This vulnerability is classified as CWE-266 (Incorrect Privilege Assignment), indicating a fundamental flaw in how the application manages authorization controls for user signup functionality. The affected component is the Signup Endpoint located at /app/login, which fails to properly validate and enforce authorization settings.

The vulnerability allows an unauthenticated remote attacker to manipulate the signupEnabled parameter, effectively bypassing administrative controls designed to restrict new user registrations. This is particularly concerning for organizations that have intentionally disabled public signups to maintain a controlled user base.

The exploit has been publicly disclosed, increasing the risk of active exploitation attempts against vulnerable Chatwoot instances. Despite early notification, the vendor has not responded to disclosure attempts, leaving users without an official patch timeline.

Root Cause

The root cause of this vulnerability lies in improper authorization checking within the Signup Endpoint handler. The application fails to properly validate server-side settings when processing signup requests, allowing client-side parameter manipulation to override administrative configurations. The signupEnabled argument appears to be trusted from user input without proper server-side validation against the actual application configuration.

Attack Vector

The attack can be executed remotely over the network without requiring any authentication or user interaction. An attacker can craft a malicious request to the /app/login endpoint with the signupEnabled parameter set to true. This manipulation tricks the application into allowing signups even when the feature has been administratively disabled.

The attack flow involves intercepting or crafting HTTP requests to the signup endpoint and including the manipulated authorization parameter. Since this vulnerability affects the login/signup functionality, it represents an authentication bypass that could lead to unauthorized account creation and subsequent access to the platform.

Detection Methods for CVE-2026-4990

Indicators of Compromise

  • Unexpected user account registrations when signup functionality should be disabled
  • HTTP requests to /app/login containing signupEnabled=true parameter manipulation
  • Unusual spikes in account creation activity from unknown IP addresses
  • Log entries showing signup attempts during periods when registration was administratively disabled

Detection Strategies

  • Monitor web application logs for requests to /app/login with signupEnabled parameter modifications
  • Implement Web Application Firewall (WAF) rules to detect and block parameter tampering attempts
  • Configure alerts for new user account creations, especially when signup is supposed to be disabled
  • Review authentication logs for accounts created through potentially malicious signup attempts

Monitoring Recommendations

  • Enable detailed logging for all authentication and account creation events in Chatwoot
  • Set up anomaly detection for signup activity patterns that deviate from baseline behavior
  • Monitor network traffic for suspicious requests targeting the Signup Endpoint
  • Implement regular audits of user accounts to identify any unauthorized registrations

How to Mitigate CVE-2026-4990

Immediate Actions Required

  • Upgrade Chatwoot to a version newer than 4.11.1 when a patched version becomes available
  • Implement network-level access controls to restrict access to the Chatwoot instance
  • Review existing user accounts for any unauthorized registrations that may have exploited this vulnerability
  • Consider placing the Chatwoot instance behind a reverse proxy with additional access controls

Patch Information

No official patch has been released by the vendor at the time of this publication. The vendor was contacted early about this disclosure but did not respond. Organizations should monitor the official Chatwoot security advisories and GitHub repository for updates. Additional technical details can be found at VulDB Entry #353877 and VulDB CTI ID #353877.

Workarounds

  • Implement WAF rules to block requests containing signupEnabled parameter manipulation at the network edge
  • Use reverse proxy configuration to strip or sanitize the signupEnabled parameter from incoming requests before they reach the application
  • Restrict network access to the Chatwoot instance using IP allowlisting or VPN requirements
  • Consider temporarily disabling public access to the signup endpoint until a patch is available
bash
# Example nginx configuration to block parameter tampering
# Add to your nginx server block protecting Chatwoot

location /app/login {
    # Block requests with signupEnabled parameter manipulation
    if ($query_string ~* "signupEnabled=true") {
        return 403;
    }
    
    # Block POST body manipulation (requires ngx_http_lua_module)
    # proxy_pass to your Chatwoot backend
    proxy_pass http://chatwoot_backend;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechChatwoot

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-266
  • Technical References
  • VulDB CTI ID #353877

  • VulDB #353877

  • VulDB Submission #772515
  • Related CVEs
  • CVE-2026-5205: Chatwoot Webhook API SSRF Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English