Security readout for executives and security teams
Plain-English summary
CVE-2022-49981 is a Linux kernel memory leak in the hidraw HID device interface. Under affected kernel code, buffered HID reports were not freed during release. The public record does not provide CVSS, severity, or exploitation evidence, so business urgency should be driven by kernel exposure and vendor patch availability.
Executive priority
Treat this as a routine kernel hygiene issue unless affected systems have untrusted HID exposure or memory-constrained roles. There is no cited active exploitation, but kernel memory leaks can still affect availability over time.
Technical view
The flaw is in Linux drivers/hid/hidraw.c, where hidraw_release() deleted a list entry before freeing buffered reports. The source describes leaked kmemdup allocations from hidraw_report_event() during HID report handling. Fix references are Linux stable commits that free buffered reports before list deletion.
Likely exposure
Exposure is most relevant to Linux systems running affected kernel builds with hidraw/HID device paths in use, including USB or virtual HID workflows. Distro kernels may have backported fixes, so raw version strings alone are insufficient.
Exploitation context
The source bundle does not show CISA KEV listing, public exploitation, exploit availability, or a remote attack path. The described impact is memory leakage, which could matter most on systems where untrusted HID interaction or repeated HID report activity is possible.
Researcher notes
Evidence is limited to the CVE record and Linux stable fix references. No CVSS, CWE, exploit status, or vendor-specific package matrix is provided. Avoid assuming distribution impact without checking backports against the listed upstream commits.
Mitigation direction
Check Linux vendor guidance for your distribution and kernel stream.
Update to a kernel package containing the referenced stable fix.
Limit untrusted physical or virtual HID device access where feasible.
Restrict unnecessary user or service access to hidraw devices.
Monitor affected systems for abnormal kernel memory pressure until patched.
Validation and detection
Inventory Linux kernel versions across servers, workstations, and embedded systems.
Map systems that expose or depend on hidraw/HID interfaces.
Confirm whether distribution kernels include a backported fix.
Review kernel changelogs for the referenced hidraw_release memory leak fix.
Prioritize validation on systems accepting untrusted peripherals or USB gadget input.
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-2022-49981 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jun 18, 2025, 11:00 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.