Skip to main content

Race Condition within a Thread

CVE-2024-36621

Severity High
Score 9.8/10

Summary

Moby prior to version 26.0.0-rc1 is affected by a Race Condition in 'builder/builder-next/adapters/snapshot/layer.go'. The vulnerability could be used to trigger concurrent builds that call the EnsureLayer function, resulting in resource leaks/exhaustion.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • HIGH

CWE-366 - Race Condition within a Thread

If two threads of execution use a resource simultaneously, there exists the possibility that resources may be used while invalid, in turn making the state of execution undefined.

Advisory Timeline

  • Published