PT-2026-37076 · Linux · Linux Kernel
Published
2026-05-05
·
Updated
2026-06-07
·
CVE-2026-43073
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A misleadingly named function
copy user nocache() was identified as a specialty memory copy routine that uses non-temporal stores for the destination and provides exception handling for both source and destination accesses. Non-temporal stores are memory write operations that bypass the cache to improve performance when writing large amounts of data. The function was misused by some drivers to perform kernel copies without requiring exception handling, simply to utilize the non-temporal destination. The function has been renamed and its prototype updated to ensure it does not take a user pointer unless proper conversion is performed and to use a full size t for the argument size to prevent silent truncation.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel