CVE-2026-77525 Details
Description
MaxKB is an open-source AI assistant for enterprise. In 2.10.2-lts and earlier, management chat-record routes authorize the path application_id but load records using global chat_id and chat_record_id values without confirming that the chat belongs to the authorized application. A normal user in the same workspace who knows the chat_id of a persisted non-debug record for a victim's published application can place it under a separate attacker-owned application path to read victim chat records. An attacker with an owned knowledge base and document can also use add_knowledge to copy victim answers while updating the victim record's improve_paragraph_id_list. No fixed version is available as of this review.
A vulnerability exists in MaxKB versions through 2.10.2-lts, where management chat-record routes improperly authorize the application_id path. The routes load chat records using global chat_id and chat_record_id values without verifying if the chat belongs to the authorized application. This flaw allows a user to access chat records of another application by routing through an attacker-owned application_id, provided they know the chat_id of a non-debug record from a victim's published application. Additionally, an attacker can exploit this vulnerability to copy victim responses into their own knowledge base while altering the metadata of the victim's chat record.
MaxKB should implement validation in all management chat-record routes to ensure that the loaded chat belongs to the authorized application_id. Additionally, the add_knowledge route should verify each chat_id against the authorized application before importing records.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 21, 2026CISA-ADP
Assessed Sep 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/1Panel-dev/MaxKB/security/advisories/GHSA-r6g6-69fh-c39q | CISA-ADP | |
| https://github.com/1Panel-dev/MaxKB/security/advisories/GHSA-7fmh-98f2-2cfg | [email protected] | AdvisoryExploitTechnical AnalysisVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| MaxKB | v2.10.2-lts (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | CVE Modified | CISA-ADP |
| Sep 21, 2026 | New CVE Received | [email protected] |
Volerion