Container is running in host's IPC namespace Affecting Deployment service in Kubernetes
Severity Framework
Snyk CCSS
Rule category
Containers / Configuration
Is your enviroment affected by this misconfiguration?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsFrameworks
CIS-Controls
- Snyk ID SNYK-CC-00617
- credit Snyk Research Team
Description
Containers will be able to communicate with host's shared channels. This breaks container security boundary.
How to fix?
Remove hostIPC
attribute, or set value to false
.