
aarch64 and x64 python POC
CVE ID:CVE-2026-31431
Alias:Copy Fail
Severity:High (CVSS v3 Score 7.8)
Vulnerability Type:Local Privilege Escalation (LPE)
Affected Component:The algif_aead module (AF_ALG cryptographic interface) of the Linux kernel
Prerequisites:The attacker only needs a normal user execution privilege on the target system (even inside a restricted container), without any special capabilities or user interaction.
Affected Scope
Check if the service is enabled
lsmod | grep algif_aeadIf not enabled, manually enable the service
sudo modprobe algif_aead
Environment:Linux song 6.8.0-110-generic #110~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 27 12:43:08 UTC x86_64 x86_64 x86_64 GNU/Linux

Environment:Linux ubuntu-linux-2404 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 17:16:23 UTC 2026 aarch64 aarch64 aarch64 GNU/Linux
