LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53553: HID: hyperv: avoid struct memcpy overrun warning

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: avoid struct memcpy overrun warning A previous patch addressed the fortified memcpy warning for most builds, but I still see this one with gcc-9: In file included from include/linux/string.h:254, from drivers/hid/hid-hyperv.c:8: In function 'fortify_memcpy_chk', inlined from 'mousevsc_on_receive' at drivers/hid/hid-hyperv.c:272:3: include/linux/fortify-string.h:583:4: error: call to '__write_overflow_field' declared with attribute warning: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Werror=attribute-warning] 583 | __write_overflow_field(p_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ My guess is that the WARN_ON() itself is what confuses gcc, so it no longer sees that there is a correct range check. Rework the code in a way that helps readability and avoids the warning.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This Linux kernel issue concerns Hyper-V HID input handling. The public description centers on avoiding a fortified memcpy overrun warning in hid-hyperv.c. No CVSS, CWE, or active exploitation evidence is provided, so business urgency should be based on kernel exposure and vendor status rather than assumed exploitability.

Executive priority

Treat as a monitored kernel maintenance item unless vendor advisories raise severity. Prioritize normal kernel patch cycles for Hyper-V Linux workloads, with faster action for internet-facing or high-value systems if their vendor marks them affected.

Technical view

The fix reworks mousevsc_on_receive in drivers/hid/hid-hyperv.c after gcc-9 still reported a fortified memcpy write beyond a field size. The source says a range check existed but compiler analysis was confused. Runtime impact is not clearly documented in the provided bundle.

Likely exposure

Exposure appears limited to Linux systems with affected kernel versions and the Hyper-V HID driver path. The bundle lists Linux 6.2, 6.4.5, and 6.5 among affected version data, but downstream distribution backports must be checked separately.

Exploitation context

The bundle does not show KEV listing, exploit reports, exploit code, or confirmed real-world abuse. The available evidence reads like a kernel hardening and correctness fix, not enough to claim practical exploitation.

Researcher notes

Evidence is thin: no CVSS, CWE, threat model, or proof of runtime memory corruption is included. The title and description identify hid-hyperv.c and fortified memcpy behavior; validate impact from the stable commits and distributor backport notes.

Mitigation direction

  • Check your Linux distribution advisory for CVE-2023-53553 status.
  • Prioritize kernel updates that include the referenced stable fixes.
  • Inventory Hyper-V-hosted Linux systems using affected kernels.
  • Avoid inventing local workarounds without vendor confirmation.

Validation and detection

  • Compare running kernel versions against vendor CVE advisories.
  • Confirm whether Hyper-V HID support is present or loaded.
  • Verify patched kernels include the referenced stable commits.
  • Track CVE Program updates for severity or impact changes.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2023-53553 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
3Timeline events
0ADP providers
3Source links

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux542f25a94471570e2594be5b422b9ca572cf88a1, 542f25a94471570e2594be5b422b9ca572cf88a1unaffected
LinuxLinux6.2, 0, 6.4.5, 6.5affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.