cd /news/large-language-models/linux-7-2-proceeding-to-deprecate-af… · home topics large-language-models article
[ARTICLE · art-19498] src=phoronix.com pub= topic=large-language-models verified=true sentiment=↓ negative

Linux 7.2 Proceeding To Deprecate AF_ALG Due To "Massive Attack Surface", Drops Offloading

The Linux 7.2 kernel is proceeding with a full deprecation of the AF_ALG interface due to a "massive attack surface" that has become increasingly vulnerable to AI and LLM-based discovery tools. Kernel developer Eric Biggers cited a small Python script that "reliably roots most Linux distros" as evidence that the interface is unsustainable, leading to the removal of zero-copy support and off-CPU cryptography offloading in the upcoming release. The changes take effect as the Linux 7.2 merge window opens in mid-June, reflecting the kernel community's response to growing security fallout from AI-assisted vulnerability research.

read2 min publishedJun 1, 2026

The Linux kernel's AF_ALG interface for user-space applications to directly access the Linux kernel's built-in cryptographic engine is proceeding with a quick deprecation cycle due to a "massive attack surface" with increased vulnerabilities coming to light due to AI/LLM-based tooling.

With the upcoming Linux 7.2 kernel, AF_ALG is being deprecated in full. Eric Biggers explains in

In addition to the deprecation, for Linux 7.2 AF_ALG will already be

Additionally, as of this past week,

The Linux 7.2 merge window should be kicking off in mid-June with many changes abound: both many new kernel features and also further dealing with the fallout from growing AI/LLM discoveries.

With the upcoming Linux 7.2 kernel, AF_ALG is being deprecated in full. Eric Biggers explains in

a patchqueued to the kernel's cryptographic subsystem "cryptodev" tree:"AF_ALG is almost completely unnecessary, and it exposes a massive attack surface that hasn't been standing up to modern vulnerability discovery tools. The latest one even has its own website, providing a small Python script that reliably roots most Linux distros: https://copy.fail/

This isn't sustainable, especially as LLMs have accelerated the rate the vulnerabilities are coming in. The effort that is being put into this thing is vastly disproportional to the few programs that actually use it, and those programs would be better served by userspace code anyway.

These issues have been noted in many mailing list discussions already. But until now they haven't been reflected in the documentation or kconfig menu itself, and the vulnerabilities are still coming in.

Let's go ahead and document the deprecation."

In addition to the deprecation, for Linux 7.2 AF_ALG will already be

seeing its zero-copy support removeddue to the associated security concerns.Additionally, as of this past week, this patchis moving ahead and dropping off-CPU cryptography support from AF_ALG. Making use of hardware-accelerated off with crypto accelerators for AF_ALG has been deemed too dangerous and thus being removed already for Linux 7.2:"AF_ALG is deprecated and exposed to unprivileged userspace. Only use the least buggy algorithm implementations: the pure software ones.

This removes one of the main advantages of AF_ALG, which is the ability to use it with off-CPU accelerators. However, using off-CPU accelerators has huge overheads, both in performance and attack surface. I have yet to see real-world, performance-critical workloads where using an accelerator via AF_ALG is actually a win over doing cryptography in userspace.

If using an off-CPU accelerator really does turn out to be a win, a new API should be developed that is actually a good fit for it." The Linux 7.2 merge window should be kicking off in mid-June with many changes abound: both many new kernel features and also further dealing with the fallout from growing AI/LLM discoveries.

── more in #large-language-models 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/linux-7-2-proceeding…] indexed:0 read:2min 2026-06-01 ·