Hotdog Container Escape
Description
Incomplete fix for CVE-2021-3101. Hotdog, prior to v1.0.2, did not mimic the resource limits, device restrictions, or syscall filters of the target JVM process. This would allow a container to exhaust the resources of the host, modify devices, or make syscalls that would otherwise be blocked.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Hotdog v1.0.2 prior fails to apply JVM resource/device/syscall constraints, letting containers exhaust host resources, modify devices, or bypass syscall filters.
Vulnerability
Hotdog versions prior to v1.0.2 do not properly mimic the resource limits, device restrictions, or syscall filters of the target JVM process. This is a regression from an incomplete fix for CVE-2021-3101 [1]. The affected component is the OCI hook based hot patch solution for Bottlerocket hosts [1].
Exploitation
An attacker already running code inside a container on a Bottlerocket host where Hotdog is installed can exploit this vulnerability. The attacker does not need to run a Java application within the container; they can use the Hotdog hook to launch a process that inherits the privileges of the patching service, bypassing the intended confinement [1]. The exploit does not require user namespace or non-root user to be disabled [1].
Impact
Successful exploitation allows the attacker to escape the container and gain access to the host. The attacker can exhaust host resources (CPU, memory, disk), modify host devices, or invoke syscalls that would normally be blocked by the container runtime's seccomp profile or other filters [1][2]. This effectively grants the attacker host-level privileges, leading to full host compromise.
Mitigation
AWS released fixed versions on April 19, 2022: Hotdog v1.0.2 is the patched version [1][2]. Users should upgrade to Hotdog v1.0.2 or later. For environments using the log4j-cve-2021-44228-hotpatch package or the kubernetes-log4j-cve-2021-44228-node-agent DaemonSet, upgrade to version 1.1-16 [1]. No workaround is available beyond upgrading.
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: <1.0.2
- Amazon Web Services/Hotdogv5Range: unspecified
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
2- github.com/bottlerocket-os/hotdog/security/advisories/GHSA-jr96-7frv-3mpjmitrex_refsource_MISC
- unit42.paloaltonetworks.com/aws-log4shell-hot-patch-vulnerabilitiesmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.