Description
MaxKB is an open-source AI assistant for enterprise. In versions 2.0.0 through 2.10.4-lts, UpdateStoreTool.update_tool passes caller-supplied download_url and download_callback_url values to requests.get without equivalent trusted-host and redirect validation, allowing an authenticated workspace user to make the server request internal, loopback, link-local, or cloud metadata URLs. A fix is present on the v2 branch but has not yet been included in a published release.
Published: 2026-07-30
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

UpdateStoreTool allows an authenticated workspace user to provide arbitrary download URLs and callbacks to requests.get without validating the host or restricting redirects, creating a Server‑Side Request Forgery weakness identified by CWE‑918. This flaw can be leveraged to cause the MaxKB server to request internal, loopback, link‑local, or cloud‑metadata addresses, potentially exposing sensitive internal resources or facilitating privilege escalation. The direct impact is the unauthorized disclosure of internal data or assistance in other attacks that rely on making the server reach otherwise inaccessible endpoints.

Affected Systems

1Panel‑dev MaxKB versions 2.0.0 through 2.10.4‑lts are affected. No other vendors or products are listed.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, and the vulnerability is not currently listed in CISA KEV. An EPSS score of 0.00215 indicates a very low exploitation probability. The attack requires an authenticated workspace user with permission to run the UpdateStoreTool, after which the attacker can supply malicious URLs to trick the server into making internal HTTP requests. A fix has been merged into the v2 branch but has not yet been released to users, so attack remains exploitable until a patched version is deployed.

Generated by OpenCVE AI on August 2, 2026 at 05:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Monitor 1Panel‑dev releases and upgrade MaxKB to a patched version as soon as it becomes available.
  • Configure outbound firewall or proxy rules to block or restrict the MaxKB server from accessing internal IP ranges such as 127.0.0.1, 169.254.0.0/16 and 10.0.0.0/8, limiting SSRF exposure until the patch is applied.
  • Consider disabling or restricting the UpdateStoreTool feature until a fix is deployed to remove the vulnerable entry point.

Generated by OpenCVE AI on August 2, 2026 at 05:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
First Time appeared 1panel
1panel maxkb
Vendors & Products 1panel
1panel maxkb

Thu, 30 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Description MaxKB is an open-source AI assistant for enterprise. In versions 2.0.0 through 2.10.4-lts, UpdateStoreTool.update_tool passes caller-supplied download_url and download_callback_url values to requests.get without equivalent trusted-host and redirect validation, allowing an authenticated workspace user to make the server request internal, loopback, link-local, or cloud metadata URLs. A fix is present on the v2 branch but has not yet been included in a published release.
Title MaxKB: UpdateStoreTool fetches caller-supplied app-store URLs without host validation
Weaknesses CWE-918
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-30T17:42:51.968Z

Reserved: 2026-07-20T18:31:39.292Z

Link: CVE-2026-64870

cve-icon Vulnrichment

Updated: 2026-07-30T17:42:37.286Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T19:18:35.397

Modified: 2026-07-30T19:29:19.027

Link: CVE-2026-64870

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T05:15:15Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)