---
id: CVE-2021-41091
aliases:
  - GHSA-3fwx-pjgw-3558
  - GO-2024-2500
title: Moby (Docker Engine) Insufficiently restricted permissions on data directory
summary: Moby (Docker Engine) Insufficiently restricted permissions on data directory
severity: medium
cvss: 5.9
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L'
vendor: moby
product: github.com/moby/moby
ecosystem: go
affected:
  - github.com/moby/moby < 20.10.9
  - github.com/docker/docker < 20.10.9
patched:
  - github.com/moby/moby 20.10.9
  - github.com/docker/docker 20.10.9
published: '2024-01-31'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:04.752424169Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-3fwx-pjgw-3558'
references:
  - url: 'https://github.com/moby/moby/security/advisories/GHSA-3fwx-pjgw-3558'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2021-41091'
  - url: >-
      https://github.com/moby/moby/commit/f0ab919f518c47240ea0e72d0999576bb8008e64
  - url: 'https://cert-portal.siemens.com/productcert/pdf/ssa-222547.pdf'
  - url: 'https://github.com/moby/moby'
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/B5Q6G6I4W5COQE25QMC7FJY3I3PAYFBB
  - url: >-
      https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZNFADTCHHYWVM6W4NJ6CB4FNFM2VMBIB
tags:
  - osv
  - go
  - exploit-available
epss: 0.02848
epssPercentile: 0.86136
exploits:
  github: 3
  githubRepos:
    - 'https://github.com/UncleJ4ck/CVE-2021-41091'
    - 'https://github.com/jrbH4CK/CVE-2021-41091'
    - 'https://github.com/SNE-M23-SN/Vulnerable-Docker-Engine'
  checkedAt: '2026-09-26T09:05:30.400Z'
exploitAvailable: true
ingestedAt: '2026-07-09T18:56:35.474Z'
---

## Overview

## Impact

A bug was found in Moby (Docker Engine) where the data directory (typically `/var/lib/docker`) contained subdirectories with insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs.  When containers included executable programs with extended permission bits (such as `setuid`), unprivileged Linux users could discover and execute those programs.  When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files.

## Patches

This bug has been fixed in Moby (Docker Engine) 20.10.9.  Users should update to this version as soon as possible.  Running containers should be stopped and restarted for the permissions to be fixed.

## Workarounds

Limit access to the host to trusted users.  Limit access to host volumes to trusted containers.

## Credits

The Moby project would like to thank Joan Bruguera for responsibly disclosing this issue in accordance with the [Moby security policy](https://github.com/moby/moby/blob/master/SECURITY.md).

## For more information

If you have any questions or comments about this advisory:

* [Open an issue](https://github.com/moby/moby/issues/new)
* Email us at security@docker.com if you think you’ve found a security bug

## Affected packages

- `github.com/moby/moby < 20.10.9`
- `github.com/docker/docker < 20.10.9`

## Remediation

Upgrade to a patched release:

- `github.com/moby/moby 20.10.9`
- `github.com/docker/docker 20.10.9`
