In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade github.com/containerd/containerd/v2/pkg/oci
to version 2.0.4 or higher.
Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the WithUser()
function, when handling large User ID values. If a UID:GID
value provided is larger than MaxInt32
, it can overflow to 0 and be treated as root
. This allows a user to escalate privileges on the system in which the container is running.