Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.

Linux Kernel: Data Corruption from User Input

CVE-2026-23236
Summary

The Linux kernel has fixed a bug that could allow malicious data from a computer user to cause problems for the operating system. This bug has been resolved, and users should ensure they have the latest kernel updates to protect their system. Users can check for updates and apply them to stay secure.

Original title
In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: properly copy ioctl memory to kernelspace The UFX_IOCTL_REPORT_DAMAGE ioctl does not properly copy data from us...
Original description
In the Linux kernel, the following vulnerability has been resolved:

fbdev: smscufx: properly copy ioctl memory to kernelspace

The UFX_IOCTL_REPORT_DAMAGE ioctl does not properly copy data from
userspace to kernelspace, and instead directly references the memory,
which can cause problems if invalid data is passed from userspace. Fix
this all up by correctly copying the memory before accessing it within
the kernel.
Published: 4 Mar 2026 · Updated: 13 Mar 2026 · First seen: 6 Mar 2026