Security readout for executives and security teams
Plain-English summary
CVE-2021-47097 is a Linux kernel driver bug in Elantech touchpad handling. A small stack buffer was used where the lower PS/2 command path reads three bytes. The public record shows a KASAN-detected stack out-of-bounds read during device initialization, not confirmed real-world exploitation.
Executive priority
Handle through normal kernel maintenance, with priority for managed Linux laptops and workstations using Elantech touchpads. This is not evidenced as actively exploited, but it is kernel memory-safety debt and should not remain unpatched indefinitely.
Technical view
The issue is in elantech_change_report_id() in the Linux psmouse Elantech code. param[] was defined as two bytes, but elantech_read_reg_params() calls ps2_command() with PSMOUSE_CMD_GETINFO, which accesses three bytes. Kernel stable commits are referenced as the resolution.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions with Elantech PS/2 touchpad or trackpoint hardware using the psmouse driver path. Server exposure is likely limited unless such input hardware or driver paths are present.
Exploitation context
The source bundle does not report active exploitation, and KEV is false. Evidence shows a KASAN finding on a Lenovo system during serio/psmouse device probing. No public source here proves remote exploitability or a practical privilege-escalation path.
Researcher notes
The provided record supports a stack out-of-bounds read, not a complete exploitability assessment. The affected-version data is sparse and branch-specific, so validation should rely on distro kernel advisories or commit presence rather than version strings alone.
Mitigation direction
Update to a vendor-supported Linux kernel containing the referenced stable fixes.
Check distribution advisories for the exact fixed kernel package for your branch.
Prioritize laptops and endpoints with Elantech PS/2 touchpad hardware.
If patch timing is constrained, follow vendor guidance for temporary risk reduction.
Validation and detection
Inventory Linux kernel versions across endpoint and laptop fleets.
Identify systems using Elantech PS/2 input devices or the psmouse driver path.
Confirm the running kernel includes the referenced stable fix for this CVE.
Review kernel logs for KASAN or psmouse initialization errors on affected hardware.
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-2021-47097 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.