WeSearch

Linux AF_ALG Crypto Code Removing Zero-Copy Support Out Of Security Concerns

·2 min read · 0 reactions · 0 comments · 33 views
#linux#security#cryptography#kernel
Linux AF_ALG Crypto Code Removing Zero-Copy Support Out Of Security Concerns
TL;DR · WeSearch summary

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.

Key facts
About this source

Phoronix files mainly under tech. We currently carry 178 of its stories.

Original article
Phoronix
Read full at Phoronix →
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.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Phoronix