Description
MaxKB is an open-source AI assistant for enterprise. MaxKB 2.8.0 and prior are vulnerable to a server-side request forgery (SSRF) bypass in the OSS file service URL fetch functionality due to inconsistent DNS resolution between validation and actual request execution, allowing attackers to access internal network services. This vulnerability is fixed in 2.8.1.
Published: 2026-05-26
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MaxKB 2.8.0 and earlier suffer a server‑side request forgery (SSRF) bypass in the OSS file service URL fetch function. The flaw arises from inconsistent DNS resolution used during validation and when the actual request is performed, allowing an attacker to craft URLs that resolve to internal network addresses. An exploit can lead to unauthorized access to internal services, potentially exposing sensitive data without granting direct code execution on the host.

Affected Systems

The vulnerability affects the 1Panel‑dev MaxKB product, specifically all releases up to and including 2.8.0. The fix is available in 2.8.1 and newer versions.

Risk and Exploitability

The CVSS score of 5.1 indicates moderate severity. No EPSS score is published, meaning the exploitation probability is currently unknown but not officially deemed negligible. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves an attacker supplying a specially crafted URL to the MaxKB URL fetch endpoint; this is inferred from the described DNS resolution mismatch.

Generated by OpenCVE AI on May 26, 2026 at 21:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MaxKB to version 2.8.1 or later.
  • If upgrading is not immediately possible, limit the DNS domains that the URL fetch service may resolve to trusted internal addresses only.
  • Review and tighten the URL validation logic so that DNS resolution used for validation matches that used for request execution to eliminate rebinding scenarios.

Generated by OpenCVE AI on May 26, 2026 at 21:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 27 May 2026 09:30:00 +0000

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

Tue, 26 May 2026 20:30:00 +0000

Type Values Removed Values Added
Description MaxKB is an open-source AI assistant for enterprise. MaxKB 2.8.0 and prior are vulnerable to a server-side request forgery (SSRF) bypass in the OSS file service URL fetch functionality due to inconsistent DNS resolution between validation and actual request execution, allowing attackers to access internal network services. This vulnerability is fixed in 2.8.1.
Title MaxKB: SSRF Bypass via DNS Rebinding in MaxKB OSS URL Fetch
Weaknesses CWE-367
CWE-918
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-27T17:27:41.448Z

Reserved: 2026-04-26T13:26:14.514Z

Link: CVE-2026-42336

cve-icon Vulnrichment

Updated: 2026-05-27T17:27:38.389Z

cve-icon NVD

Status : Deferred

Published: 2026-05-26T21:16:37.170

Modified: 2026-05-27T19:41:21.417

Link: CVE-2026-42336

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T09:15:29Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition

  • CWE-918

    Server-Side Request Forgery (SSRF)