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-45413

CVE-2026-45413: MaxKB Information Disclosure Vulnerability

CVE-2026-45413 is an information disclosure flaw in MaxKB where passwords are stored using unsalted MD5 hashes, enabling attackers to crack them easily. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-45413 Overview

CVE-2026-45413 affects MaxKB, an open-source AI assistant for enterprise environments. Versions prior to 2.9.1 store user passwords using unsalted MD5 hashes. This weak cryptographic storage mechanism allows attackers with access to the password database to recover plaintext credentials through rainbow table lookups or GPU-accelerated brute force tools such as hashcat. The flaw is categorized as a use of a broken or risky cryptographic algorithm [CWE-328]. The MaxKB maintainers have addressed the issue in version 2.9.1.

Critical Impact

Attackers who obtain the MaxKB user database can recover plaintext passwords in minutes, enabling account takeover and credential reuse attacks against other services.

Affected Products

  • MaxKB versions prior to 2.9.1
  • 1Panel-dev MaxKB open-source AI assistant
  • Enterprise deployments using MaxKB authentication

Discovery Timeline

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

Technical Details for CVE-2026-45413

Vulnerability Analysis

MaxKB stores user authentication credentials as MD5 hashes without applying a per-user salt. MD5 is a fast, broken hash function unsuitable for password storage. Modern GPUs compute billions of MD5 hashes per second, allowing attackers to exhaust common password dictionaries quickly. The absence of a salt enables precomputed rainbow tables to map hashes back to plaintext without per-hash computation.

This weakness becomes exploitable whenever the user table is exposed through a secondary vulnerability such as SQL injection, backup theft, insider access, or server compromise. The local attack vector reflects that adversaries need access to the stored hash material before exploitation begins.

Root Cause

The root cause is the selection of an unsalted MD5 hash for credential storage. Secure password storage requires an adaptive, salted key derivation function such as bcrypt, scrypt, or argon2id. MD5 lacks computational cost tuning, and the missing salt removes any protection against precomputed attacks across the user base.

Attack Vector

An attacker who gains read access to the MaxKB authentication store extracts the MD5 hash column. The attacker then runs a tool such as hashcat -m 0 against the hashes, using wordlists, masks, or rainbow tables. Recovered passwords enable direct authentication to MaxKB and credential stuffing against connected enterprise systems. The vulnerability does not require network exploitation of MaxKB itself, but it amplifies the impact of any prior database disclosure.

No public exploit code is required because the attack uses standard password cracking tooling. See the GitHub Security Advisory for additional technical context.

Detection Methods for CVE-2026-45413

Indicators of Compromise

  • Unexpected successful logins to MaxKB accounts from new geolocations or IP ranges
  • Bulk authentication attempts against MaxKB user accounts following a database exposure event
  • Presence of 32-character hexadecimal hash values in MaxKB database backups copied to external locations
  • Evidence of hashcat, john, or rainbow table artifacts on systems with access to MaxKB data

Detection Strategies

  • Audit MaxKB authentication logs for password reuse patterns and rapid successful logins across multiple accounts
  • Inspect the MaxKB user table to confirm the hashing algorithm in use after upgrade
  • Correlate MaxKB login events with credential leak feeds to identify reused exposed passwords
  • Monitor file system access to MaxKB database files and backups for unauthorized read operations

Monitoring Recommendations

  • Enable verbose authentication logging in MaxKB and forward logs to a centralized SIEM
  • Alert on administrative database export commands targeting the MaxKB schema
  • Track failed-to-successful login transitions on MaxKB accounts as a credential-cracking signal
  • Review service accounts and API tokens issued by MaxKB for unexpected activity following the disclosure date

How to Mitigate CVE-2026-45413

Immediate Actions Required

  • Upgrade MaxKB to version 2.9.1 or later without delay
  • Force a password reset for every MaxKB user account after upgrading
  • Rotate any API keys, session tokens, or integration credentials managed within MaxKB
  • Audit recent database exports, backups, and administrative access to determine whether hashes have been exposed

Patch Information

The vulnerability is fixed in MaxKB version 2.9.1. The patch replaces the unsalted MD5 hashing scheme with a secure password storage mechanism. Administrators must apply the upgrade and trigger a credential reset, because the upgrade alone cannot recover the original plaintext to rehash. Refer to the GitHub Security Advisory GHSA-2m4c-mcq5-q8xq for release details.

Workarounds

  • Restrict network access to MaxKB administration interfaces using firewall rules or reverse proxy controls
  • Limit database-level access to MaxKB tables to the minimum service accounts required
  • Enforce strong, unique passwords and multi-factor authentication for all MaxKB users until the patch is applied
  • Encrypt MaxKB database backups at rest and tightly control access to backup storage
bash
# Configuration example: upgrade MaxKB via Docker and force credential rotation
docker pull 1panel/maxkb:v2.9.1
docker stop maxkb && docker rm maxkb
docker run -d --name=maxkb -p 8080:8080 \
  -v ~/.maxkb:/var/lib/postgresql/data \
  1panel/maxkb:v2.9.1
# After upgrade, log in as administrator and reset all user passwords

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMaxkb

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/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-328
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-45412: MaxKB AI Assistant SSRF Vulnerability

  • CVE-2026-42336: MaxKB AI Assistant SSRF Vulnerability

  • CVE-2026-44847: MaxKB Authentication Bypass Vulnerability

  • CVE-2026-42337: MaxKB Auth Bypass 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