#linux
blog.podman.io · ⭐️ 8/10 · 2026-07-02
Podman v6.0.0 introduces new networking features and significant enhancements to Quadlet, a tool for running containers as systemd services. This major release strengthens Podman's position as a leading Docker alternative, especially for system administrators and DevOps who rely on systemd integration and robust networking. The release includes improvements to network configuration and management, as well as Quadlet's ability to generate systemd unit files from container definitions. Users are advised to review the changelog for breaking changes.
research.jfrog.com · ⭐️ 8/10 · 2026-06-28
Security researchers at JFrog disclosed a new Linux kernel local privilege escalation vulnerability named DirtyClone (CVE-2026-43503), which allows unprivileged local users to gain root access by exploiting a flaw in socket buffer cloning that loses the SKBFLSHAREDFRAG flag. This vulnerability is critical because it affects widely-used Linux distributions with default unprivileged user namespaces, such as Debian, Ubuntu, and Fedora, and can be exploited without leaving kernel logs or audit traces, making it especially dangerous for multi-tenant cloud environments and Kubernetes clusters. The vulnerability was patched in Linux kernel v7.1-rc5 on May 21, 2026; mitigations include disabling unprivileged user namespaces via kernel.unprivilegedusernsclone=0 or blocking the esp4, esp6, and rxrpc kernel modules.