---
id: CVE-2026-101065
title: Obot is an open-source AI agent/MCP platform
summary: >-
  Obot is an open-source AI agent/MCP platform. In all versions up to and
  including commit d7e6970, the Docker quickstart command documented in the
  README starts the container listening on 0.0.0.0:8080 with authentication
  disabled by defau…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-306
vendor: obot-platform
product: obot
affected:
  - obot
published: '2026-09-27'
updated: '2026-09-27'
sourceUpdated: '2026-09-27T21:17:02.027'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-101065'
references:
  - url: >-
      https://github.com/obot-platform/obot/security/advisories/GHSA-jj4w-pfgv-4mrm
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/obot-quickstart-docker-deployment-unauthenticated-admin-access
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-27T20:58:01.541Z'
---

## Overview

Obot is an open-source AI agent/MCP platform. In all versions up to and including commit d7e6970, the Docker quickstart command documented in the README starts the container listening on 0.0.0.0:8080 with authentication disabled by default. When authentication is disabled, every request is mapped to a synthetic "nobody" user that holds the Owner and Admin roles, so any unauthenticated party who can reach the exposed port obtains full administrative access to the Obot API and UI, including the ability to register and launch attacker-controlled MCP servers. Because the quickstart also mounts /var/run/docker.sock into the container, the MCP runtime backend reachable this way has access to the host's Docker control surface. The fix is documentation-only: the quickstart now enables authentication, and operators who followed the previous instructions should set OBOT_SERVER_ENABLE_AUTHENTICATION=true before exposing the host to any untrusted network.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
