CVE-2023-53797
CVE-2023-53797 : In the Linux kernel, HID wacom timestamp handling used int instead of ktime_t, risking overflow and incorrect values reported to userspace, potentially causing input handling to appear hung. The fix is to switch to ktime_t (via ktime_get) for timestamp values to prevent overflow....