CVE-2023-53797
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves improper handling of timestamps in the HID wacom driver. The code used an int type to store timestamps, which is insufficient and causes overflows. This leads to incorrect timestamp values being reported to userspace, potentially causing input handling to appear hung.
How can this vulnerability impact me? :
The impact of this vulnerability is that input devices using the affected driver may report incorrect timestamps, which can cause input handling in userspace to appear hung or unresponsive, potentially affecting user experience or device functionality.