CVE-2026-54149
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMaxKB is an open-source AI assistant for enterprise. Prior to 2.10.0-lts, MaxKB tool import functionality in apps/tools/serializers/tool.py and MCP referencing mode in apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py do not consistently validate MCP transport type, allowing an authenticated user to import a .tool file containing stdio transport with malicious commands and trigger the configuration through an AI Chat node so MultiServerMCPClient executes arbitrary system commands. This issue is fixed in version 2.10.0-lts.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceMaxKB tool import and MCP referencing modes fail to validate MCP transport types, allowing authenticated users to import .tool files with malicious stdio transport commands that get executed by MultiServerMCPClient when triggered via AI Chat nodes.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check MaxKB versionRun 'maxkb --version' or check the application UI for the version number, or inspect the package manager if installed via pipAffected if Version is earlier than 2.10.0-lts (the fix version)
-
Identify tool import activitySearch for .tool files in the application data directory, or check the tools configuration for imported custom toolsAffected if Custom .tool files have been imported into the system
-
Examine tool serializer codeInspect apps/tools/serializers/tool.py for lack of MCP transport type validation - look for absence of validation logic that checks transport type before accepting stdio or other transportsAffected if The code lacks validation that rejects untrusted transport types in imported tools
-
Examine chat step codeInspect apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py for missing transport validation before passing to MultiServerMCPClientAffected if The code directly passes transport configuration without validating it comes from a trusted source
-
Check MCP client usageSearch codebase for MultiServerMCPClient instantiation and trace how transport parameters from tool definitions are passed to itAffected if Transport type from imported .tool files flows directly to MultiServerMCPClient without sanitization
You are affected if running MaxKB version earlier than 2.10.0-lts and custom .tool files have been imported or MCP references use unvalidated transport configurations.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to MaxKB 2.10.0-lts or apply the patch to validate MCP transport types in apps/tools/serializers/tool.py and apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py to prevent arbitrary command execution.
2.10.0-lts
- 1. Backup your current MaxKB installation and database before upgrading.
- 2. Stop the running MaxKB service.
- 3. If using Docker, pull the new image with tag 2.10.0-lts: docker pull 1panel/maxkb:v2.10.0-lts
- 4. If using installation scripts or package managers, upgrade to version 2.10.0-lts following your deployment method.
- 5. Verify the upgrade completed successfully by checking the version number in the admin interface or via CLI.
- 6. Start the MaxKB service.
- 7. As a best practice after upgrade, review user permissions and audit logs to ensure no malicious tools were imported prior to patching.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,904.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-54149 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-54149 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data