Description
docker-socket-proxy fails to properly gate read endpoints in the /containers Docker API namespace when the CONTAINERS environment variable is set. Attackers can use GET requests to /containers/{id}/archive, /containers/{id}/export, /containers/{id}/logs, and /containers/{id}/top to read arbitrary files and download entire container filesystems as tar archives.
Published: 2026-08-22
Score: 8.3 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

docker‑socket‑proxy does not correctly restrict read operations in the /containers Docker API namespace when the CONTAINERS environment variable is present. Attackers can issue GET requests to /containers/{id}/archive, /containers/{id}/export, /containers/{id}/logs, and /containers/{id}/top, allowing them to read arbitrary files and download the entire container filesystem as a tar archive. This flaw results in a clear confidentiality compromise, exposing potentially sensitive data stored within containers.

Affected Systems

The vulnerability applies to Tecnativa's docker‑socket‑proxy release 0.5.0 and earlier. Users running this product without the supplied patch are at risk, as the insecure access control remains active in all affected versions.

Risk and Exploitability

The CVSS score of 8.3 demonstrates a high severity rating, but the EPSS score is not available, so the current exploitation probability cannot be quantified. The flaw is not listed in the CISA KEV catalog. Because the attack requires access to the proxy’s HTTP interface and the CONTAINERS environment variable must be set, the likely attack vector is network‑based against a system that has been exposed to untrusted hosts or that has a misconfigured proxy. Once the attacker reaches the endpoint, they can read any file inside the container’s filesystem, effectively bypassing isolation boundaries.

Generated by OpenCVE AI on August 23, 2026 at 00:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade docker‑socket‑proxy to the latest version in which the access controls for read endpoints are properly enforced.
  • If an immediate upgrade is impossible, remove or unset the CONTAINERS environment variable so that the proxy no longer exposes the vulnerable endpoints.
  • Restrict network access to the proxy by placing it behind a firewall or limiting its port to trusted IPs, thus reducing the opportunity for unauthenticated attackers to reach the vulnerable API.

Generated by OpenCVE AI on August 23, 2026 at 00:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Description docker-socket-proxy fails to properly gate read endpoints in the /containers Docker API namespace when the CONTAINERS environment variable is set. Attackers can use GET requests to /containers/{id}/archive, /containers/{id}/export, /containers/{id}/logs, and /containers/{id}/top to read arbitrary files and download entire container filesystems as tar archives.
Title docker-socket-proxy through 0.5.0 Insufficient Access Control Granularity Exposes Container Filesystems
Weaknesses CWE-1220
References
Metrics cvssV3_1

{'score': 7.4, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-22T23:06:32.896Z

Reserved: 2026-08-22T22:56:18.102Z

Link: CVE-2026-78122

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T23:16:22.923

Modified: 2026-08-22T23:16:22.923

Link: CVE-2026-78122

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-23T00:30:17Z

Weaknesses
  • CWE-1220

    Insufficient Granularity of Access Control