#Container Security

Every story tagged Container Security, curated for CIOs and IT leaders — ranked by source credibility, engagement, and freshness.

8 stories · open in the command center

  • Security & PrivacyVulners1m

    CVE-2026-10079: A flaw was found in Red Hat Advanced Cluster Security for Kubernetes (RHACS). When processing Kubernetes Deployments, AC... (CVSS 8.5)

    A flaw was found in Red Hat Advanced Cluster Security for Kubernetes (RHACS). When processing Kubernetes Deployments, ACS replaces deployment identity metadata based on the openshift.io/encoded-deployment-config label. A user with permission to create Deployments can set this label to "null", causing ACS to treat the workload as having empty UID, name and labels and namespace "default". This bypasses deploy-time policy detection and enforcement visibility, prevents correct persistence in Central and breaks violation reporting and compliance correlation for the affected deployment.

  • Security & PrivacyHacker News3m

    Securing Services with Rootless Containers

    Unable to provide summary - the article content is not accessible. The page is protected by Anubis, a proof-of-work security mechanism designed to prevent aggressive web scraping by AI companies. IT leaders should be aware that such anti-scraping technologies require JavaScript and modern browser capabilities, which may impact legitimate automated access, monitoring tools, and integration patterns within enterprise environments.

  • Security & PrivacyHacker News3m

    CopyFail: From Pod to Host

    Copy Fail (CVE-2026-31431) is a critical Linux kernel vulnerability enabling deterministic attacks across container boundaries in Kubernetes environments, allowing attackers to poison shared files in the page cache or escape containers to gain host root access without traditional code injection. The vulnerability exploits kernel memory corruption through IPSec cryptography interfaces, making it particularly dangerous because compromises remain invisible to disk-based security scanners and can spread between containers sharing image layers. IT organizations must immediately assess their Kubernetes infrastructure exposure and patch vulnerable systems, as the attack requires minimal privileges (pod creation rights) and can be executed from freshly-launched attacker pods.

  • Security & PrivacyHacker News3m

    Podman rootless containers and the Copy Fail exploit

    A critical Linux kernel vulnerability (Copy Fail/CVE-2026-31431) enables local privilege escalation within containers, but Podman's rootless container architecture significantly limits the blast radius compared to traditional Docker deployments. While attackers can gain root access within a compromised container, Podman's user namespace isolation and fork/exec model constrain their ability to escalate privileges on the host system, making it a more secure container runtime for IT organizations seeking defense-in-depth strategies.

  • Security & PrivacyHacker News3m

    CVE-2026-31431: Copy Fail vs. rootless containers

    CVE-2026-31431 ('Copy Fail') is a critical Linux kernel vulnerability enabling privilege escalation through page cache corruption, but rootless container architectures like rootless Podman effectively contain the exploit by preventing uid namespace mapping exploitation. IT leaders operating container-based CI/CD infrastructure should urgently assess their kernel versions and containerization strategies, as this vulnerability poses significant risk to build systems and shared runner environments while highlighting the security benefits of rootless container deployments. Organizations should prioritize kernel patching (6.19.12+) and consider migrating to rootless container architectures to mitigate privilege escalation risks in multi-tenant environments.

  • Security & PrivacyArs TechnicaDan Goodin2m

    The most severe Linux threat to surface in years catches the world flat-footed

    A critical Linux kernel vulnerability (CVE-2024-31431, called CopyFail) enabling local privilege escalation to root has been publicly disclosed with working exploit code before most distributions deployed patches, creating an immediate threat to containerized environments, multi-tenant infrastructure, and CI/CD pipelines across virtually all Linux distributions. This represents one of the most severe kernel vulnerabilities in years comparable to Dirty Pipe and Dirty Cow, with the potential to compromise workloads through container breakout, lateral movement in shared Kubernetes clusters, and supply chain attacks via compromised CI/CD jobs. IT organizations face urgent operational risk as the exploit works reliably across major distributions (Ubuntu, Amazon Linux, SUSE, Debian) with a single unmodifiable script, necessitating immediate patching and elevated monitoring of privilege escalation attempts.

  • Enterprise TechTechCrunchJulie Bort2m

    Red Hat’s OpenClaw maintainer just made enterprise Claw deployments a lot safer

    Red Hat's OpenClaw maintainer has released Tank OS, a new open source tool that significantly improves the security and manageability of enterprise AI agent deployments by containerizing OpenClaw instances with isolated credentials and rootless execution. This advancement addresses critical security risks associated with autonomous AI agents in corporate environments and provides IT organizations with familiar container-based deployment and update mechanisms for managing fleets of AI agents at scale. The tool represents a strategic move by Red Hat to position itself as the enterprise-safe platform for AI agent infrastructure, reducing deployment friction and security concerns that could otherwise impede AI adoption in regulated industries.

  • Cloud & InfrastructureHacker News3m

    Show HN: Kloak, A secret manager that keeps K8s workload away from secrets

    Kloak is an agentless Kubernetes security solution that uses eBPF to intercept HTTPS traffic and replace secret placeholders with actual credentials at the network edge, ensuring applications never directly access sensitive data and eliminating a major attack surface for credential theft. This approach delivers enterprise-grade secret management without code changes, sidecar overhead, or latency impact, while maintaining compatibility with standard Kubernetes Secrets and requiring only simple YAML labels for enablement. For IT organizations, Kloak reduces operational complexity and security risk by shifting secrets enforcement from application-layer to kernel-layer, significantly lowering the blast radius of compromised workloads.

Browse all tags