Severity by source
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
Lifecycle Timeline
2DescriptionGitHub 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.
Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t
BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser
pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi
The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python
BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica
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
pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.
In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne
Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301
Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31987