Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-44847 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-287Improper Authentication[email protected]
CWE-306Missing Authentication for Critical Function[email protected]

Affected Products

ProductVersions
1Panel-dev MaxKB
<= 2.8.1 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 2.9.0moderate effort
  • Workaround:low effort

    Add a token to all existing EVENT triggers via the MaxKB admin UI or directly in the database. Once a token is set, the verification block in EventTrigger.execute() will activate and reject unauthenticated requests.

  • Workaround:low effort

    Enable the sandbox by setting SANDBOX=1 in the environment configuration to limit the impact of any code execution reachable through trigger invocation.

  • Mitigation:low effort

    Restrict network access to the webhook endpoint (/api/trigger/v1/webhook/) at the reverse proxy or firewall level, allowing only trusted source IPs.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-44847
NVD Published Date:
May 26, 2026
NVD Last Modified:
Jul 24, 2026
Source:
[email protected]
CVE-2026-44847 Details - Not Deferred