Policy allows sharing of host's Network namespace Affecting Network service in Kubernetes
Severity Framework
Snyk CCSS
Rule category
Containers / Best Practices
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
CIS-Kubernetes
- Snyk ID SNYK-CC-00634
- credit Snyk Research Team
Description
Policy does not prevent containers from running processes inside of host's Network namespace.
How to fix?
Remove hostNetwork
attribute, or set value to false
.