Linux AF_ALG Crypto Code Removing Zero-Copy Support Out Of Security Concerns
The Linux kernel is removing zero-copy support from its AF_ALG cryptographic subsystem due to security concerns. This change aims to reduce the risk of vulnerabilities associated with direct memory access by user-space applications. While it may slightly decrease performance, the update prioritizes safety without breaking the existing user API.
- ▪The removal of zero-copy support is a proactive measure in response to recent security issues in the Linux kernel.
- ▪Zero-copy functionality has been deemed risky as it can lead to potential exploits by allowing user-space modifications of memory during cryptographic operations.
- ▪The change will be included in the upcoming Linux 7.2 merge window, with the kernel making stable internal copies of data for cryptographic operations.
Phoronix files mainly under tech. We currently carry 325 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Phoronix |
| Canonical URL | https://www.phoronix.com/news/Linux-AF-ALF-Zero-Copy-Security |
| Publication time | Mon, 18 May 2026 08:00:00 -0400 |
| Retrieval time | 2026-05-18T12:04:56.488Z |
| Last seen | 2026-05-18T12:04:56.488Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | DAv_Giwq40SP |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Linux AF_ALG Crypto Code Removing Zero-Copy Support Out Of Security Concerns Written by Michael Larabel in Linux Security on 18 May 2026 at 08:00 AM EDT. Add A Comment Given all the recent Linux kernel security concerns and new bugs being discovered, the Linux cryptographic subsystem is proactively dropping zero-copy functionality from AF_ALG due to growing security concerns. Zero-copy support is great for better performance and efficiency, but in kernel space it does increase the likelihood of exploiting its semantics by malicious software. The Linux AF_ALF code for exposing the Linux kernel's cryptographic API to user-space will be removing zero-copy support from the SKCIPHER and AEAD code to reduce security risks.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Phoronix.