← Retour à la recherche de CVE

CVE-2026-43073

Linux Kernel

Description

In the Linux kernel, the following vulnerability has been resolved: x86-64: rename misleadingly named -__copy_user_nocache()- function This function was a masterclass in bad naming, for various historical reasons. It claimed to be a non-cached user copy. It is literally _neither_ of those things. It-s a specialty memory copy routine that uses non-temporal stores for the destination (but not the source), and that does exception handling for both source and destination accesses. Also note that while it works for unaligned targets, any unaligned parts (whether at beginning or end) will not use non-temporal stores, since only words and quadwords can be non-temporal on x86. The exception handling means that it _can_ be used for user space accesses, but not on its own - it needs all the normal -start user space access- logic around it. But typically the user space access would be the source, not the non-temporal destination. That was the original intention of this, where the destination was ...

CVSS 5.5EPSS 0.117%Risque 0.56
Voir la source
Publication
2026-05-05 16:16:16
Versions concernées
unknown
Type
Core software
Vecteur
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Systèmes d’exploitation
Linux