Skip to main content

MaxKB CVE-2026-44847

| EUVDEUVD-2026-31987 HIGH
Improper Authentication (CWE-287)
2026-05-26 GitHub_M
7.5
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Lifecycle Timeline

2
Patch available
May 26, 2026 - 22:02 EUVD
Analysis Generated
May 26, 2026 - 21:02 vuln.today

DescriptionGitHub Advisory

MaxKB is an open-source AI assistant for enterprise. Prior to 2.9.0, MaxKB's webhook trigger endpoint (/api/trigger/v1/webhook/{trigger_id}) is accessible without authentication. The WebhookAuth class unconditionally returns (None, {}), which Django REST Framework interprets as successful authentication. Combined with optional per-trigger token verification and no backend enforcement of token requirements, any unauthenticated attacker who knows a valid trigger ID can invoke webhook triggers to execute their bound tasks. This vulnerability is fixed in 2.9.0.

AnalysisAI

Authentication bypass in MaxKB (1Panel-dev) versions prior to 2.9.0 allows remote unauthenticated attackers to invoke webhook trigger endpoints and execute their bound tasks. The flaw stems from the WebhookAuth class unconditionally returning a successful authentication tuple, which Django REST Framework interprets as a valid identity, combined with no backend enforcement of per-trigger token requirements. No public exploit identified at time of analysis, but the trivial nature of the bypass and open-source visibility of the patch make exploitation straightforward for any attacker who can enumerate or guess trigger IDs.

Technical ContextAI

MaxKB is an open-source AI assistant platform built on Python/Django that exposes a REST API via Django REST Framework (DRF). DRF authentication classes are expected to return either None (anonymous) or a (user, auth) tuple representing an authenticated principal; the WebhookAuth class incorrectly returns (None, {}), which DRF treats as successful authentication of an anonymous user, satisfying any IsAuthenticated-style permission gate downstream. The trigger framework supports an optional per-trigger token, but token verification is not enforced server-side, so even triggers configured with tokens accept unauthenticated requests. This maps to CWE-287 (Improper Authentication) - the root cause is a faulty authentication primitive rather than missing authorization checks. The affected product is identified by CPE cpe:2.3:a:1panel-dev:maxkb:*:*:*:*:*:*:*:* covering all versions prior to the 2.9.0 fix.

RemediationAI

Vendor-released patch: upgrade MaxKB to version 2.9.0 or later, which fixes the WebhookAuth class and enforces per-trigger token verification on the backend (see GHSA-r3j3-j58q-rjpp at https://github.com/1Panel-dev/MaxKB/security/advisories/GHSA-r3j3-j58q-rjpp and issue https://github.com/1Panel-dev/MaxKB/issues/5213). Until the upgrade can be applied, restrict access to the /api/trigger/v1/webhook/{trigger_id} path at a reverse proxy or WAF by allowlisting only known integration source IPs, which will break any external SaaS that calls webhooks from dynamic IPs. Rotate all existing trigger IDs after patching so any IDs already harvested from logs, browser referrers, or third-party systems become invalid, and audit recently invoked triggers for unexpected calls; treat any task bound to a webhook (especially data ingestion or model actions) as potentially having been triggered by an unauthenticated party.

More in Python

View all
CVE-2025-24016 CRITICAL POC
9.9 Feb 10

Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t

CVE-2025-27520 CRITICAL POC
9.8 Apr 04

BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser

CVE-2025-2945 CRITICAL POC
9.9 Apr 03

pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi

CVE-2013-5093 MEDIUM POC
6.8 Sep 27

The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python

CVE-2025-32375 CRITICAL POC
9.8 Apr 09

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2024-21644 HIGH POC
7.5 Jan 08

pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.

CVE-2017-9462 HIGH POC
8.8 Jun 06

In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2024-21645 MEDIUM POC
5.3 Jan 08

pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne

CVE-2026-33017 CRITICAL POC
9.3 Mar 17

Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301

CVE-2026-55255 HIGH POC
8.4 Jun 19

Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing

Share

CVE-2026-44847 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy