CVE-2023-53553
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-23
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.5 |
| linux | linux_kernel | From 6.2 (inc) to 6.4.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability relates to a warning in the Linux kernel's HID hyperv driver where a memcpy operation could potentially write beyond the size of a structure field, causing a compiler warning about a possible buffer overrun. The issue arises due to how the code is written, confusing the compiler's fortified memcpy checks, although a correct range check exists. The fix involved reworking the code to improve readability and avoid the warning.
How can this vulnerability impact me? :
The vulnerability involves a potential write beyond the size of a structure field in the Linux kernel's HID hyperv driver, which could lead to memory corruption or instability. However, the description suggests the issue is primarily a compiler warning rather than a confirmed exploitable flaw, and the code includes correct range checks. The impact would be related to system stability or security if the overrun were to occur.