CVE-2023-53797
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53797, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: Use ktime_t rather than int when dealing with timestamps Code which interacts with timestamps needs to use the ktime_t type returned by functions like ktime_get. The int type does not offer enough space to store these values, and attempting to use it is a recipe for problems. In this particular case, overflows would occur when calculating/storing timestamps leading to incorrect values being reported to userspace. In some cases these bad timestamps cause input handling in userspace to appear hung.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-07-06
AI Q&A
2025-12-09
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53797. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart