TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Abusing Privileged and Unprivileged Linux Containers

101 pointsby gtankalmost 9 years ago

7 comments

rwmjalmost 9 years ago
I think what Intel are doing with Clear Containers is really interesting. They are encapsulating containers inside VMs, avoiding the security problems of containers.<p>To do this efficiently they&#x27;ve had to make a bunch of changes on the VM side so the overhead is much smaller than an ordinary VM (of the order of 150ms and 20MB of RAM). I&#x27;ve also been looking at this and am hoping to give a talk about it at the KVM Forum in August (<a href="http:&#x2F;&#x2F;events.linuxfoundation.org&#x2F;events&#x2F;kvm-forum" rel="nofollow">http:&#x2F;&#x2F;events.linuxfoundation.org&#x2F;events&#x2F;kvm-forum</a>).
评论 #11819505 未加载
评论 #11828177 未加载
评论 #11818160 未加载
评论 #11819539 未加载
subwayalmost 9 years ago
Containerization in Linux is <i>fugly</i>. There is no core concept of containers in the kernel, you just have a set of loosely integrated namespaces abused by the likes of lx[cd] and docker.
评论 #11817384 未加载
评论 #11817748 未加载
gtankalmost 9 years ago
URL mistake. Direct link: <a href="https:&#x2F;&#x2F;www.nccgroup.trust&#x2F;globalassets&#x2F;our-research&#x2F;us&#x2F;whitepapers&#x2F;2016&#x2F;june&#x2F;container_whitepaperpdf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nccgroup.trust&#x2F;globalassets&#x2F;our-research&#x2F;us&#x2F;whit...</a>
mytummyhertzalmost 9 years ago
author here. hi world!
评论 #11817796 未加载
评论 #11818604 未加载
评论 #11817557 未加载
zxcvcxzalmost 9 years ago
&gt;As such, it discloses the names and PIDs of all processes running on the system...<p>So I don&#x27;t really see how this is considered a big vulnerability, unless the goal is security by obscurity, but then we could go even further and obfuscate the whole system.<p>&gt;NET_RAW abuse<p>Hard to blame LXC&#x2F;Docker for something that has to do with the configuration of the bridge, plus for some setups this is desired functionality.<p>&gt;DoS<p>Some of these are interesting but I don&#x27;t see how filling up the diskspace is a problem with containers and not operating systems in general, and I feel like a lot of these DoS attacks are all just basic OS limitations but I don&#x27;t know enough to make an informed statement.
评论 #11819199 未加载
ck2almost 9 years ago
Oh lovely, it contains PoC<p>Hope there was previous disclosure.
评论 #11818456 未加载
X86BSDalmost 9 years ago
Linux does not have containers. It has namespaces and cgroups. Jails (FreeBSD) and zones (Illumos) are containers. Please, stop claiming containers exist on Linux.
评论 #11821693 未加载