
The Linux kernel continues its rapid evolution, and the weeks of June are packed with announcements that touch on both security and cloud infrastructure as well as the desktop. Between an accelerated convergence with Windows, critical vulnerabilities piling up, and a new standard for AI agents, here’s what deserves your attention this week in Linux news.
Coreutils on Windows 11: Linux natively enters the Microsoft terminal
Do you use WSL to run Linux commands on Windows? Microsoft has just taken another step forward. The Coreutils feature, presented at Build 2026, directly integrates Linux commands (ls, cat, grep, among others) into Windows 11, without going through a virtualization layer.
In practical terms, developers who switch between the two systems no longer need to open a separate WSL terminal for these common operations. This simplifies mixed scripts and reduces friction in CI/CD pipelines that target both Windows and Linux environments.
At the same time, Microsoft is preparing WSL containers in public preview. These containers will allow the creation and manipulation of Linux environments directly from WSL, with built-in tools rather than third-party solutions like Docker Desktop. To regularly find useful information on Hebdo Linux, this type of structural evolution is covered in detail each week.
This convergence is not just about developer comfort. It confirms that the Linux ecosystem is becoming the reference technical foundation, even among its former direct competitors.

Kernel security vulnerabilities: Dirty Frag, CIFSwitch, and Fragnesia in just a few weeks
The security of the Linux kernel has been put to the test in recent weeks. Three major vulnerabilities have emerged at an unusual pace, all allowing for local privilege escalation (a non-privileged user can gain root rights).
- Dirty Frag, disclosed on May 7 by researcher Hyunwoo Kim, exploits a chain of vulnerabilities in network fragment management. A public proof-of-concept exists, making the risk concrete for unpatched servers.
- Fragnesia (CVE-2026-46300), which appeared less than a week after Dirty Frag, targets the XFRM/ESP subsystem of the kernel. This is the third vulnerability of this type identified in this component, with a proof-of-concept already available.
- CIFSwitch affects several Linux distributions via the CIFS module, used for file sharing with Windows systems. The affected distributions have released patches, but the application remains uneven across environments.
Why three similar vulnerabilities in such a short time? The Linux kernel’s network subsystem is one of the oldest and most complex. Each patch in this area can reveal a neighboring vulnerability, which explains this cascading effect.
For system administrators, the priority remains the same: apply stable updates as soon as they are released and monitor the kernel’s maintenance branches.
Agent Name Service: The Linux Foundation standardizes the identification of AI agents
Linux news is not limited to the kernel. The Linux Foundation has announced the creation of the Agent Name Service (ANS), an open standard for identifying and verifying artificial intelligence agents that interact on the Internet.
You may have noticed that more and more online services operate with autonomous software agents? These programs send requests, access APIs, and make decisions without direct human intervention. The problem: until now, no standard existed to know what each agent does or to verify its identity.
The ANS works somewhat like DNS for domain names, but applied to AI agents. It assigns a verifiable identity to each agent, enhancing security and interoperability in distributed environments (containers, Kubernetes, edge computing).
This choice is not trivial. The majority of these infrastructures run on Linux stacks. By supporting this standardization, the Linux Foundation positions itself on the technical governance of agent-based AI, a field that neither GAFAM nor traditional standardization bodies had yet structured with an open approach.

Linux Kernel 7.1 and distributions: notable releases in June
Linus Torvalds released the stable version of the Linux kernel 7.1 in mid-June. This version streamlines several internal components and modernizes graphics driver management, a point that directly benefits desktop users on Ubuntu or Fedora.
On the distribution side, Trisquel GNU/Linux 12 (code name “Ecne”) was released at the end of May. This fully free distribution (without proprietary firmware) targets users who want a system guaranteed to comply with the criteria of the Free Software Foundation.
Proxmox vs. VMware: an open-source shift in virtualization
The virtualization market continues its movement towards open source. Proxmox, a Debian-based virtualization solution, is attracting more and more companies looking for an alternative to VMware following the licensing changes introduced by Broadcom. Technical comparisons published in 2026 show that Proxmox covers the majority of VMware use cases for SMEs, with zero licensing costs.
The Linux ecosystem is going through a dense period where technical advancements (kernel, containers, AI standardization) coexist with close security alerts. Administrators and developers who follow these topics each week stay ahead of the patches to apply and the tools to adopt.