
Explore the OWASP top 10 for Docker and Kubernetes security, identify risks and vulnerabilities in containerized deployments, and learn practical mitigation strategies.
Explore the OWASP top 10 security risks for Docker and Kubernetes deployments, including insecure container images, host OS vulnerabilities, configuration flaws, container escapes, and practical mitigations.
Learn how host operating system vulnerabilities in the container host threaten containers and data, with Linux kernel dirty cow as an example, and how patching and access controls mitigate risk.
Explore how reverse shells enable remote command execution in containers, showing how a vulnerable Apache CGI setup can yield a shell, access files, and reveal container context via cgroups.
Identify how insecure container images serve as attack vectors and jeopardize applications. Implement image scanning, signature validation, and minimal base images, while tracking origins and supply chain from trusted registries.
Explore command injection vulnerabilities in a dockerized spring boot app, and examine how encoded curl payloads reveal insecure handling of arbitrary commands.
Identify insecure container configurations and secure them with configuration management, runtime security, and Kubernetes features, then regularly assess capabilities to prevent privilege escalation.
Explores insecure container configurations by showing how misconfigurations and exposed environment variables in base images can expose applications and data to attackers.
secure containers to prevent host system access by addressing container escape vulnerabilities and implementing runtime security, process isolation, and built-in orchestration security features.
Implement process isolation to prevent cross container compromise by applying namespace isolation and cgroups, and use Kubernetes built-in security features to protect data and container resources.
Demonstrates cross-container compromise using the sys_ptrace capability to escape privilege, dump memory, and extract database credentials from another container through privileged access and process tracing.
Prevent unauthorized access and data exfiltration by implementing network segmentation through virtual networks, firewalls, and security groups, and leveraging container orchestration platforms with built-in security features.
Implement centralized logging and monitoring for containerized environments, collecting logs from the host, containers, and the orchestration platform, using SIEM tools and Kubernetes features to detect and respond to attacks.
This lecture covers insecure data storage in containers and shows how encrypting sensitive data, using network attached storage, and applying roll based access controls with Kubernetes reduce breaches.
Mount the Docker socket inside a container to grant the host Docker daemon access and interact with the Docker API, creating security risks for untrusted containers.
Explore mounting the Dhaka circuit inside a container to access the host Docker API, enabling remote code execution and demonstrating privileged container use with Jenkins agents.
In the world of containerization, Kubernetes has emerged as a powerful platform for managing and deploying software applications. Its popularity has grown tremendously in recent years, but with that comes an increased need for security. This is where the Open Web Application Security Project (OWASP) Kubernetes Top 10 comes in. This course will provide students with a detailed understanding of these risks and how to address them to secure containerized deployments.
Throughout this course, students will gain an in-depth understanding of the most critical security risks associated with Kubernetes. They will learn about common vulnerabilities and exploits, as well as the potential impact of these risks on containerized deployments. From there, students will dive into the essential security measures needed to protect Kubernetes clusters and applications running on them. This includes topics such as access controls, authentication and authorization, network security, and more.
The course is designed to be highly interactive, with plenty of hands-on activities and real-world examples to ensure students gain practical skills that can be applied immediately. By the end of the course, students will have a solid understanding of Kubernetes security risks, the measures necessary to protect against them, and the tools and techniques available to manage security effectively. Whether you are a developer, system administrator, or security professional, this course will provide you with the skills and knowledge needed to secure your containerized deployments.