You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+20-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased 1.1.z]
8
8
9
+
## [1.1.12] - 2024-01-31
10
+
11
+
> Now you're thinking with Portals™!
12
+
13
+
### Security
14
+
15
+
* Fix [CVE-2024-21626][cve-2024-21626], a container breakout attack that took
16
+
advantage of a file descriptor that was leaked internally within runc (but
17
+
never leaked to the container process). In addition to fixing the leak,
18
+
several strict hardening measures were added to ensure that future internal
19
+
leaks could not be used to break out in this manner again. Based on our
20
+
research, while no other container runtime had a similar leak, none had any
21
+
of the hardening steps we've introduced (and some runtimes would not check
22
+
for any file descriptors that a calling process may have leaked to them,
23
+
allowing for container breakouts due to basic user error).
0 commit comments