Severity by source
AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
MITM network position required (AC:H); attacker needs no credentials (PR:N); impact is solely auth token exfiltration with no integrity or availability consequence.
Primary rating from Vendor (BLSOPS).
CVSS VectorVendor: BLSOPS
Lifecycle Timeline
2DescriptionCVE.org
The docker_pull module uses the realm parameter from a Docker registry's WWW-Authenticate response header as the authentication endpoint without validation. An attacker in a man-in-the-middle position between bbot and a Docker registry could modify this header to redirect the authentication request to an arbitrary endpoint, potentially leaking authentication tokens.
AnalysisAI
Authentication token leakage in Black Lantern Security's bbot docker_pull module exposes Docker credentials to MITM attackers who can substitute the realm parameter in a forged WWW-Authenticate Bearer challenge. When bbot contacts a Docker registry and receives a 401 response, the vulnerable module blindly trusts the attacker-supplied realm URL and forwards authentication material to an arbitrary endpoint outside the legitimate registry domain. No public exploit code has been identified and the vulnerability is not listed in CISA KEV, but an upstream patch commit is available on GitHub.
Technical ContextAI
The Docker Registry HTTP API V2 uses a Bearer token challenge per RFC 6750: on a 401 Unauthorized response, the registry returns a WWW-Authenticate: Bearer header containing realm (the token endpoint URL), service, and scope. The affected bbot component (cpe:2.3:a:black_lantern_security:bbot:*:*:*:*:*:*:*:*) parsed this header with naive string splitting - extracting the realm value verbatim with no domain or scheme validation - then issued an HTTP request to that realm to obtain a Bearer token. CWE-918 (Server-Side Request Forgery) applies here because externally controlled input (the registry HTTP response, interposable by a MITM) directed bbot's outbound authentication request to an unintended destination. The fix in commit c2f4bc0f4 adds _validate_realm(), which compares the registered-domain portion of the realm URL against the original registry URL and rejects any mismatch, including metadata endpoints such as 169.254.169.254.
RemediationAI
Update bbot to the latest available release and verify it includes commit c2f4bc0f4 or later (https://github.com/blacklanternsecurity/bbot/commit/c2f4bc0f4). The fix adds domain-level realm validation that rejects authentication redirects to any endpoint whose registered domain does not match the registry's registered domain. A specific patched version tag was not identified in available data - confirm via git log or package metadata before deploying. If immediate upgrade is not possible, restrict bbot docker_pull scans to registries accessible only over private, controlled network segments (e.g., a dedicated VPN or private VLAN) to eliminate MITM opportunities; note this does not patch the code flaw and should be treated as a temporary compensating control only. Avoid running the docker_pull module over shared, public, or otherwise untrusted network paths until the patch is applied.
An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl
runc through version 1.0-rc6 (used in Docker before 18.09.2) contains a container escape vulnerability that allows attac
Netmaker makes networks with WireGuard. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no a
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
The News & Blog Designer Pack - WordPress Blog Plugin - (Blog Post Grid, Blog Post Slider, Blog Post Carousel, Blog Post
Path traversal in JFrog Artifactory (CWE-22) enables an authenticated low-privilege user to write data outside the inten
Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build
Remote code execution in Gogs through 0.14.2 allows authenticated users (and unauthenticated attackers on default-config
Remote code execution in Flowise before 3.1.2 allows any authenticated user (or API caller with chatflow view/update per
Remote code execution in NocoBase Workflow Script Node (npm @nocobase/plugin-workflow-javascript) allows authenticated l
Docker Desktop Community Edition before 2.1.0.1 allows local users to gain privileges by placing a Trojan horse docker-c
Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.2.169 and Application prior to version 2
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37814
GHSA-3mp7-vp6j-2mxx