In the Linux kernel, the following vulnerability has been resolved:
ACPI: custom_method: fix potential use-after-free issue
In cm_write(), buf is always freed when reaching the end of the
function. If the requested count is less than table.length, the
allocated buffer will be freed but subsequent calls to cm_write() will
still try to access it.
Remove the unconditional kfree(buf) at the end of the function and
set the buf to NULL in the -EINVAL error path to match the rest of
function.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue is a memory-safety bug in ACPI custom_method handling. A write path could free an internal buffer while later writes still expected it to be valid. The public record does not provide CVSS, impact detail, or active exploitation evidence, so urgency depends on whether affected kernels are present in your fleet.
Executive priority
Treat this as a patch-management item until more impact evidence appears. It does not have KEV status or a published severity in the provided sources, but kernel memory-safety flaws should be cleared during normal or accelerated Linux maintenance cycles.
Technical view
In cm_write(), buf was always freed at function exit. When count was less than table.length, the buffer could be freed while subsequent cm_write() calls still referenced it, creating a potential use-after-free. The fix removes the unconditional kfree(buf) and sets buf to NULL on the -EINVAL path.
Likely exposure
Exposure is limited to Linux systems running affected kernel versions listed in the CVE data, including several 4.4 through 5.13-era stable lines. Distribution backports may change package-level exposure, so validate by vendor kernel advisory or source patch status, not version strings alone.
Exploitation context
The provided sources do not claim exploitation in the wild, and the CVE is not marked KEV. No public source bundle evidence describes exploitability, required privileges, or reachable attack surface beyond the affected ACPI custom_method write logic.
Researcher notes
Key unknowns are practical reachability, privilege requirements, and consequence after use-after-free. Analysis should focus on whether ACPI custom_method is compiled and exposed in target kernels, and whether distribution kernels have backported the stable commits without changing upstream version numbers.
Mitigation direction
Update affected Linux kernels through supported vendor or distribution channels.
Confirm the update includes one of the referenced stable kernel fixes.
If immediate patching is unavailable, check vendor guidance for supported interim mitigations.
Prioritize systems where local users or workloads can reach ACPI debug interfaces.
Validation and detection
Inventory Linux kernel versions and distribution package revisions across affected assets.
Check vendor advisories for backported fixes matching CVE-2021-46966.
Validate source or package changelog includes the cm_write() buffer lifetime fix.
Confirm no unsupported affected kernel branches remain in production.
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-46966 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.