Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-25768

CVE-2026-25768: LavinMQ Auth Bypass Vulnerability

CVE-2026-25768 is an authentication bypass flaw in LavinMQ message queue server allowing authenticated users to access unauthorized metadata. This article covers technical details, affected versions, and patches.

Published: February 13, 2026

CVE-2026-25768 Overview

CVE-2026-25768 is a Missing Authorization vulnerability (CWE-862) affecting LavinMQ, a high-performance message queue and streaming server. Before version 2.6.6, an authenticated user could access metadata in the broker that they should not have access to. This authorization bypass allows attackers with valid but low-privilege credentials to enumerate and retrieve sensitive broker metadata across virtual hosts they are not permitted to access.

Critical Impact

Authenticated users can bypass vhost-level access controls to access unauthorized broker metadata, potentially exposing sensitive queue configurations, connection details, and system information.

Affected Products

  • LavinMQ versions prior to 2.6.6
  • LavinMQ HTTP API endpoints handling vhost parameters
  • Systems relying on LavinMQ vhost isolation for multi-tenant deployments

Discovery Timeline

  • 2026-02-12 - CVE-2026-25768 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-25768

Vulnerability Analysis

This vulnerability stems from missing authorization checks in the LavinMQ HTTP API controller. The with_vhost method, which handles vhost parameter resolution for API requests, failed to verify whether the authenticated user had permission to access the requested virtual host before yielding access to the vhost object.

When an authenticated user made requests to API endpoints that required vhost context, the controller would validate that the vhost existed but did not enforce access control policies. This allowed any authenticated user to access metadata and perform operations on virtual hosts they were not authorized to access, breaking the multi-tenant isolation model that organizations rely on for security segmentation.

The vulnerability is particularly concerning in shared or multi-tenant LavinMQ deployments where different users or applications are expected to be isolated to their own virtual hosts.

Root Cause

The root cause is the absence of authorization verification in the with_vhost method within src/lavinmq/http/controller.cr. The original implementation checked only for vhost existence but did not call refuse_unless_vhost_access to verify the user's permissions before granting access to the vhost context.

Attack Vector

The attack can be executed remotely over the network by any authenticated user. An attacker with valid credentials to one virtual host can craft HTTP API requests targeting other virtual hosts, effectively bypassing the intended access control boundaries. The attack requires low privilege (basic authentication) and no user interaction, making exploitation straightforward once valid credentials are obtained.

text
         raise HaltRequest.new(body.try { |b| b[:reason] })
       end
 
-      private def with_vhost(context, params, key = "vhost", &)
-        if (name = params[key]?) && (vhost = @amqp_server.vhosts[name]?)
+      private def with_vhost(context, params, *, vhost_key = "vhost", &)
+        if (name = params[vhost_key]?) && (vhost = @amqp_server.vhosts[name]?)
+          refuse_unless_vhost_access(context, user(context), vhost)
           yield vhost
         else
-          not_found(context, "Not Found")
+          access_refused(context)
         end
         context
       end

Source: GitHub Commit Update

Detection Methods for CVE-2026-25768

Indicators of Compromise

  • HTTP API requests from authenticated users targeting vhosts they are not assigned to
  • Unexpected enumeration of vhost metadata across the broker
  • Access logs showing users querying multiple virtual hosts when their permissions restrict them to one
  • Anomalous patterns of vhost-limits endpoint access with different vhost parameters

Detection Strategies

  • Monitor LavinMQ HTTP API access logs for users accessing vhosts outside their authorized scope
  • Implement alerting for failed authorization attempts that may indicate reconnaissance activity
  • Review audit logs for cross-vhost metadata access patterns
  • Deploy application-layer monitoring to detect parameter manipulation in vhost-related API calls

Monitoring Recommendations

  • Enable detailed access logging on the LavinMQ HTTP API
  • Configure SIEM rules to correlate user authentication with vhost access patterns
  • Establish baseline behavior for legitimate vhost access and alert on deviations
  • Monitor for increased API activity from accounts with limited vhost permissions

How to Mitigate CVE-2026-25768

Immediate Actions Required

  • Upgrade LavinMQ to version 2.6.6 or later immediately
  • Audit access logs for any historical unauthorized vhost access attempts
  • Review and validate vhost permission configurations for all users
  • Consider implementing network segmentation to limit API access to trusted sources

Patch Information

The vulnerability is fixed in LavinMQ version 2.6.6. The patch adds proper authorization checks by calling refuse_unless_vhost_access(context, user(context), vhost) before yielding access to vhost operations. Additionally, the error response was changed from not_found to access_refused to prevent information disclosure about vhost existence.

The fix is available via:

  • GitHub Security Advisory GHSA-r2mh-8vq6-qf7m
  • GitHub Pull Request #1669
  • GitHub Commit e871f8d

Workarounds

  • Restrict HTTP API access to trusted networks only using firewall rules
  • Implement additional authentication layers (e.g., API gateway) in front of LavinMQ
  • Disable the HTTP management API if not required for operations
  • Apply principle of least privilege by minimizing the number of authenticated users
bash
# Example: Restrict LavinMQ HTTP API access to trusted networks via firewall
iptables -A INPUT -p tcp --dport 15672 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 15672 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechLavinmq

  • SeverityHIGH

  • CVSS Score7.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request #1669

  • GitHub Security Advisory GHSA-r2mh-8vq6-qf7m
  • Related CVEs
  • CVE-2026-25767: LavinMQ Auth Bypass 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