A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-42337

CVE-2026-42337: MaxKB Auth Bypass Vulnerability

CVE-2026-42337 is an authentication bypass flaw in MaxKB open-source AI assistant that allows attackers to perform unauthorized operations. This article covers the technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-42337 Overview

CVE-2026-42337 is a broken access control vulnerability in MaxKB, an open-source AI assistant for enterprise. The flaw exists in the Object Storage Service (OSS) file URL fetch API endpoint chat/api/oss/get_url. The endpoint accepts an application_id parameter from the URL path without verifying that the authenticated user owns the referenced application. Authenticated attackers can invoke operations governed by another application's policies. MaxKB versions 2.8.0 and prior are affected, and the issue is resolved in version 2.8.1. The weakness is classified under CWE-862: Missing Authorization.

Critical Impact

Authenticated users can bypass tenant boundaries and perform OSS file operations under arbitrary applications' policies, breaking multi-tenant isolation in MaxKB deployments.

Affected Products

  • MaxKB 2.8.0
  • MaxKB versions prior to 2.8.0
  • 1Panel-dev MaxKB open-source AI assistant deployments

Discovery Timeline

  • 2026-05-26 - CVE-2026-42337 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-42337

Vulnerability Analysis

MaxKB exposes an OSS file URL fetch endpoint at chat/api/oss/get_url. The handler reads the application_id value directly from the request path and uses it to scope the file operation. The endpoint does not validate whether the authenticated caller owns or is associated with that application. An authenticated attacker can substitute another tenant's application_id and execute file URL fetch operations under that application's policy context.

The issue is a server-side authorization defect rather than a client-side restriction failure. Because the trust decision relies on a path parameter the client controls, any caller with a valid session can pivot across applications. This breaks the access isolation MaxKB enforces elsewhere in the platform.

Root Cause

The root cause is missing authorization enforcement [CWE-862]. The get_url handler trusts the path-supplied application_id for scoping but performs no ownership check against the session principal. Authorization logic must reject requests where the caller is not entitled to act on the requested application.

Attack Vector

Exploitation requires network access to the MaxKB API and a valid low-privilege account. The attacker issues a request to chat/api/oss/get_url while substituting the application_id path component with the identifier of a targeted application. The server processes the request under that application's policies, exposing file URL fetch behavior outside the attacker's intended scope. No user interaction is required beyond authenticated API access.

No public proof-of-concept code is referenced in the advisory. The technical details are documented in the MaxKB GitHub Security Advisory GHSA-2jmj-gwvg-3gp2.

Detection Methods for CVE-2026-42337

Indicators of Compromise

  • Requests to chat/api/oss/get_url where the application_id path component does not match an application owned by the authenticated session principal.
  • Repeated enumeration patterns iterating through sequential or random application_id values from a single account or source IP.
  • OSS file URL fetch operations recorded against applications that the requesting user has no prior interaction history with.

Detection Strategies

  • Correlate API access logs with application ownership records to flag cross-tenant application_id access on the OSS endpoint.
  • Baseline normal per-user application access patterns and alert on access to unfamiliar application identifiers.
  • Monitor for HTTP 200 responses on get_url calls where the session user lacks an authorization grant to the referenced application in the database.

Monitoring Recommendations

  • Enable verbose API access logging on the MaxKB application server, capturing authenticated user ID, source IP, and full request path.
  • Forward MaxKB logs to a centralized SIEM and build queries that join request paths with the application ownership table.
  • Alert on high-volume access to chat/api/oss/get_url from a single account within short time windows.

How to Mitigate CVE-2026-42337

Immediate Actions Required

  • Upgrade MaxKB to version 2.8.1 or later, which contains the authorization fix for the OSS file URL fetch endpoint.
  • Audit recent API logs for cross-application requests against chat/api/oss/get_url and investigate anomalous activity.
  • Rotate any sensitive OSS objects or signed URLs that may have been retrieved through the vulnerable endpoint.

Patch Information

The vulnerability is fixed in MaxKB 2.8.1. Refer to the GitHub Security Advisory GHSA-2jmj-gwvg-3gp2 for the official advisory and patch details. Operators running MaxKB 2.8.0 or earlier should plan an upgrade as soon as possible.

Workarounds

  • Restrict network access to the MaxKB API to trusted users and internal networks until the upgrade is applied.
  • Place an API gateway or reverse proxy in front of MaxKB that validates the requesting user's entitlement to the application_id in the request path.
  • Reduce the privilege level and account count for the MaxKB instance, limiting the population of users able to invoke the vulnerable endpoint.
bash
# Upgrade MaxKB to the patched release
docker pull 1panel/maxkb:v2.8.1
docker stop maxkb && docker rm maxkb
# Recreate the container using your existing volume and environment configuration
# referencing the 1panel/maxkb:v2.8.1 image

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMaxkb

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/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 Security Advisory
  • Related CVEs
  • CVE-2026-44847: MaxKB Authentication Bypass Vulnerability

  • CVE-2026-39419: MaxKB Auth Bypass Vulnerability

  • CVE-2026-39418: MaxKB Authentication Bypass Vulnerability

  • CVE-2026-45412: MaxKB AI Assistant SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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