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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-29197

CVE-2026-29197: Rocket.Chat Auth Bypass Vulnerability

CVE-2026-29197 is an authentication bypass vulnerability in Rocket.Chat allowing users to access app logs without proper permissions. This article covers the technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-29197 Overview

CVE-2026-29197 is an authorization bypass vulnerability in Rocket.Chat that allows authenticated users to access apps-engine logs without the proper permissions. The vulnerability exists in the /api/apps/logs and /api/apps/:id/logs endpoints, where a typo in the permission check allows users who lack the required authorization to read sensitive application logs.

This vulnerability affects multiple versions of Rocket.Chat across several release branches, potentially exposing internal application logging data to unauthorized users within the platform.

Critical Impact

Authenticated users without proper permissions can read apps-engine logs, potentially exposing sensitive application data, debug information, and internal system details that could aid further attacks.

Affected Products

  • Rocket.Chat versions prior to 8.4.0
  • Rocket.Chat versions prior to 8.3.2
  • Rocket.Chat versions prior to 8.2.2
  • Rocket.Chat versions prior to 8.1.3
  • Rocket.Chat versions prior to 8.0.4
  • Rocket.Chat versions prior to 7.13.6
  • Rocket.Chat versions prior to 7.12.7
  • Rocket.Chat versions prior to 7.11.7
  • Rocket.Chat versions prior to 7.10.10

Discovery Timeline

  • 2026-04-24 - CVE-2026-29197 published to NVD
  • 2026-04-28 - Last updated in NVD database

Technical Details for CVE-2026-29197

Vulnerability Analysis

This vulnerability falls under CWE-284 (Improper Access Control) and represents a broken access control flaw in Rocket.Chat's API layer. The root issue is a typo in the permission validation logic for two API endpoints that handle apps-engine log retrieval.

The affected endpoints /api/apps/logs and /api/apps/:id/logs are designed to be restricted to administrators or users with specific log-viewing permissions. However, due to a coding error in the permission check implementation, the authorization validation does not function as intended. This allows any authenticated user to query these endpoints and retrieve application logs that should be restricted.

The vulnerability requires network access and an authenticated session but does not require any additional privileges beyond basic authentication, making it exploitable by any user with a valid Rocket.Chat account.

Root Cause

The vulnerability stems from a typo in the required permission check within the API endpoint handlers. The incorrect permission string means the authorization middleware fails to properly validate whether the requesting user has the necessary privileges to access apps-engine logs. This is a classic broken access control issue where the implementation does not match the intended security design.

Attack Vector

An attacker with a valid Rocket.Chat user account can exploit this vulnerability by making direct API requests to the affected endpoints. The attack flow involves:

  1. Authenticating to the Rocket.Chat instance with any valid user credentials
  2. Sending HTTP GET requests to /api/apps/logs or /api/apps/:id/logs endpoints
  3. Receiving log data that should be restricted to privileged users only

The vulnerability is exploitable over the network without user interaction. An attacker can craft API requests directly or use the Rocket.Chat web interface if it exposes these endpoints through the UI.

The logs accessed through this vulnerability may contain sensitive information such as application errors, debug data, integration details, webhook information, and potentially credentials or tokens used by apps-engine integrations. For detailed technical information, see the HackerOne Security Report.

Detection Methods for CVE-2026-29197

Indicators of Compromise

  • Unusual API activity from non-administrative users targeting /api/apps/logs or /api/apps/:id/logs endpoints
  • Unexpected successful responses (HTTP 200) to log endpoints from users without administrative privileges
  • Access logs showing repeated queries to apps-engine log endpoints by regular user accounts

Detection Strategies

  • Monitor API access logs for requests to /api/apps/logs and /api/apps/:id/logs endpoints
  • Implement anomaly detection for users accessing endpoints outside their normal behavior patterns
  • Review authentication logs to identify users who accessed log endpoints without proper role assignments
  • Deploy web application firewall rules to flag suspicious patterns of log endpoint access

Monitoring Recommendations

  • Enable detailed access logging for all Rocket.Chat API endpoints
  • Configure alerting for any access to sensitive administrative endpoints by non-privileged users
  • Implement real-time monitoring of API response codes to detect unauthorized successful access attempts
  • Regularly audit user permissions to ensure proper access control configuration

How to Mitigate CVE-2026-29197

Immediate Actions Required

  • Upgrade Rocket.Chat to the latest patched version in your release branch (8.4.0, 8.3.2, 8.2.2, 8.1.3, 8.0.4, 7.13.6, 7.12.7, 7.11.7, or 7.10.10)
  • Review access logs for any unauthorized access to the affected endpoints prior to patching
  • Audit the contents of apps-engine logs for any sensitive information that may have been exposed
  • Consider rotating any credentials or tokens that may have been logged in apps-engine logs

Patch Information

Rocket.Chat has released security patches across multiple version branches to address this vulnerability. The fix corrects the typo in the permission check logic, ensuring that only users with the proper authorization can access apps-engine logs. The patch is available via the GitHub Pull Request #40125.

Organizations should upgrade to one of the following patched versions based on their current deployment:

  • Version 8.x: Upgrade to 8.4.0, 8.3.2, 8.2.2, 8.1.3, or 8.0.4
  • Version 7.x: Upgrade to 7.13.6, 7.12.7, 7.11.7, or 7.10.10

Workarounds

  • Implement network-level access controls to restrict API access to trusted networks or IP addresses
  • Deploy a reverse proxy or WAF with rules to block unauthorized requests to /api/apps/logs and /api/apps/:id/logs endpoints
  • Limit user registrations and conduct periodic reviews of user accounts to minimize the pool of potential attackers
  • Monitor and alert on any access to the affected endpoints until patching is complete
bash
# Example: Nginx reverse proxy rule to restrict access to affected endpoints
location ~ ^/api/apps(/[^/]+)?/logs {
    # Only allow access from trusted admin IPs until patched
    allow 10.0.0.0/8;
    deny all;
    proxy_pass http://rocketchat_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/TechRocket Chat

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • HackerOne Security Report
  • Vendor Resources
  • GitHub Pull Request
  • Related CVEs
  • CVE-2026-28514: Rocket.Chat Auth Bypass Vulnerability

  • CVE-2026-30831: Rocket.Chat Auth Bypass Vulnerability

  • CVE-2026-29198: Rocket.Chat SQLI Vulnerability

  • CVE-2026-22560: Rocket.Chat Open Redirect Vulnerability
Default Legacy - Prefooter | 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