-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rootfs: prohibit symlinks that conflicts with readonlyPaths, maskedPaths
"/proc" and "/sys" in the container rootfs can no longer be symlinks, as they could be tricked to obtain the host root. Fix issue 3751 ("CVE-2019-19921 re-introduction/regression") Fix CVE-2023-27561 The CVE has been already public, so I'm just going to open this PR publicly. Co-authored-by: Kir Kolyshkin <[email protected]> Signed-off-by: Akihiro Suda <[email protected]>
- Loading branch information
1 parent
6d0261c
commit 8b19d90
Showing
2 changed files
with
79 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters