惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
美团技术团队
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
A
About on SuperTechFans
Recent Announcements
Recent Announcements
D
Docker
Vercel News
Vercel News
Engineering at Meta
Engineering at Meta
腾讯CDC
Martin Fowler
Martin Fowler
阮一峰的网络日志
阮一峰的网络日志

Help Net Security

ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security Acronis GenAI Protection gives MSPs control over AI usage and data risks - Help Net Security
KDE Linux security audit cuts kernel modules and unused p...
Anamarija Pogorelec · 2026-06-02 · via Help Net Security

KDE Linux, the in-progress operating system from the KDE community, removed several kernel modules and software packages after a security audit of the components shipped with the system. The work followed the discovery of multiple security issues in the upstream Linux kernel during the prior month.

KDE Linux security audit

Kernel and module changes

Three contributors examined insecure and unused software included in KDE Linux. The audit led to a return to the vanilla Linux kernel. The Zen kernel that had been in use offered little beyond configuration adjustments the team had already applied to its own build.

The contributors deleted the alf_alg kernel modules, which they described as insecure and unused. The contributors deleted the alf_alg kernel modules, which they described as insecure and unused.

The out-of-tree OpenRazer and APFS kernel modules were also removed. These modules would eventually have caused KDE Linux to fail secure boot review, so the project is working toward upstream solutions for the affected functionality. APFS support can run in userspace through a FUSE driver, which the developers say may be abandoned.

Package removals

The audit removed a group of packages the team identified as unused, including acpi_call, busybox, cryfs, encfs, hplip, v4l2loopback-utils, and vpl-gpu-rt.
KDE Linux also dropped fuse2, which is unmaintained and known to be insecure. The change will break some older AppImage applications. Users who encounter a broken app should report it to the application’s authors or packagers. Several other operating systems have already dropped fuse2, and affected applications need to move to fuse3.

The contributors removed fenrir after finding it was unused. This allowed KDE Linux to end its reliance on the Arch User Repository (AUR), a source of infrastructure instability in the past.

Credential storage and build checks

KDE Linux replaced KWalletManager and its System Settings configuration page with KeepSecret, a credential management application packaged with Flatpak. The project also added a service that installs new pre-installed Flatpak apps on existing systems and skips any apps a user already removed.

Build testing improved during the same period. Harald Sitter added a test that confirms a build does not ship with broken file capabilities. KDE Linux had shipped one earlier build that included a regression of this kind, and the new test guards against a repeat. Bhushan Shah and Thomas Duckworth worked on an OpenQA-based testing system, building on a prototype from Kangwei Zhu, that aims to catch faulty builds before release.

The module work supports a larger objective for the project. Passing secure boot review depends on dropping out-of-tree kernel code, and the May changes move KDE Linux toward that result.