Can Artuc

@canartuc
18 Followers
5 Following
156 Posts
Writing about the people and projects behind Linux and open source. 20+ years building software and data architectures. No hype, no tutorials. Articles and Free Newsletter: canartuc.com
Webcanartuc.com
At Build 2026 Microsoft announced general availability of Coreutils for Windows, a MIT-licensed multi-call binary that packages uutils/coreutils, findutils, and grep so Unix commands, flags, and pipelines run natively on Windows without WSL. It's a Microsoft-maintained build of the upstream uutils Rust reimplementation of GNU Coreutils, distributed through WinGet.
#Rust #OpenSource
Mitchell Augustin announced that Canonical promoted its Steam Snap to stable on Arm64. Valve ships no native Arm Linux client, so the snap bundles the x86_64 Steam binary with the FEX emulator. The stable build adds library forwarding, thunking that hands OpenGL and Vulkan calls off to native Arm64 libraries instead of emulating them. Tested on the NVIDIA DGX Spark and other GB10 devices, Snapdragon laptops like the ThinkPad X13s and Dell XPS 9345, and the Radxa Orion O6.
#Arm64 #Linux
Faith Ekstrand and the Collabora team merged KRAID into Mesa, a from-scratch Rust shader compiler for Arm Mali Valhall v9 and newer GPUs. It's modeled on NAK, the compiler from Mesa's NVK Vulkan driver, and is built to replace the older Bifrost compiler behind Panfrost and PanVK. Not ready for end users yet, but it already translates NIR to hardware instructions and has passed its first dEQP test.
#Rust #Mesa

Microsoft released Coreutils for Windows at Build 2026 on June 2. It is a Rust build of the uutils project plus findutils and grep, shipped as one binary via winget. The goal: the same commands behave the same on Windows, WSL, macOS, and Linux. The GNU originals carry a copyleft license that was never shipping inside Windows. The permissive Rust rewrite is what made native Unix tooling acceptable to Microsoft's lawyers. A license swap, not a breakthrough.

#OpenSource #Rust #Windows #FOSS

Asim Manizada disclosed CVE-2026-46243 on the oss-security list May 28, after a private report May 16 and a coordinated embargo. The bug sits in the kernel's CIFS file-sharing client. Any local user can forge a request that starts the privileged cifs.upcall helper as root. In their own mount namespace, that helper loads their code as root. Patches landed around June 2. The root flaw lived in the handshake to a userspace helper wired up years ago.

#Linux #CyberSecurity #InfoSec #Kernel

Aikido found 32 Red Hat npm packages backdoored June 1, 96 bad versions pulling about 117,000 downloads a week. The attacker entered an employee's GitHub account and pushed commits bypassing review. They used GitHub trusted publishing, built to remove stolen tokens, to ship the packages. No token was stolen. Across 14 compliant platforms, a control never removes risk for free. It relocates the risk to the layer the security budget skipped.

#CyberSecurity #OpenSource #SupplyChain #DevOps

Linux 7.0 shipped April 12. A PREEMPT_LAZY scheduling change regresses PostgreSQL on AWS Graviton4, the Arm Neoverse-V2 class powering much of AWS RDS. Day nineteen, 7.1-rc2 still does not close it. Fedora 44 (April 28) and Grml 2026.04 (April 30) shipped 6.19. Mageia 10 stayed on 6.18 LTS. Ubuntu 26.04 LTS shipped 7.0, locking the regression into a five-year window.

#Linux #OpenSource #DevOps #Postgres

CISA added cPanel CVE-2026-41940 to the Known Exploited Vulnerabilities catalog April 30. CRLF injection in cpsrvd login paths, CVSS 9.8. Federal deadline May 3. Help Net Security and CyberScoop confirmed exploitation as a zero-day from February 23. WebPros patched April 28, two months later. Fixed builds: 11.110.0.97, 11.118.0.63, 11.126.0.54, 11.132.0.29, 11.134.0.20, 11.136.0.5. Patch the binary and audit session files in the same change window.

#InfoSec #CyberSecurity #SelfHosted #DevOps

Wireshark shipped 4.6.5 on April 30 with up to 38 security fixes across a dozen protocol parsers. Possible code execution sits in TLS, RDP, the profile importer, and the SBC codec. AI-assisted vulnerability reports drove the work. One day earlier Theori used the same approach to dig out a 9-year-old kernel bug. The OpenSSF AI-Slop survey runs through May 31.

#CyberSecurity #OpenSource #InfoSec #AI

Theori reported CVE-2026-31431, CopyFail, on March 23. A 9-year-old logic bug in algif_aead, the kernel's authenticated-encryption socket layer. Mainline patched April 1. The public proof-of-concept, 732 bytes of Python, hands any local user root. No race, no offsets. It dropped April 29. openSUSE Leap 15.6 reached EOL April 30 and will never get the patch. I have run edge-to-cloud since 2008. EOL is a hard security boundary.

#Linux #InfoSec #OpenSource #CyberSecurity