containers / containers/bubblewrap
Container issues
- Dominant language
- C
- Stars
- 8.7k
- Forks
- 386
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 11
Description
There is a paper discussing common weaknesses of container sandboxing https://www.nccgroup.trust/globalassets/our-research/us/whitepapers/2016/june/abusing-privileged-and-unprivileged-linux-containers.pdf
From what I can say there are a number of issues that affect bubblewrap as well such as the PID Namespacing Info-Leak issue:
> While exploring unprivileged containers, the author discovered an interesting info-leak: the ‘/proc/sched_debug’ file. This pseudo-file allows an unprivileged user to view debug information for the Linux scheduler, and is not PID-namespace aware. As such, it discloses the names and PIDs of all processes running on the system (and even what their task group (cgroup) is, making it easy to identify other containers on the system and what container system is in place). The author reported this info-leak to both Docker and LXC, and it was then patched in Docker [59].
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.