CVE-2022-48873: misc: fastrpc: Don't remove map on creater_process and device_release
In the Linux kernel, the following vulnerability has been resolved:
misc: fastrpc: Don't remove map on creater_process and device_release
Do not remove the map from the list on error path in
fastrpc_init_create_process, instead call fastrpc_map_put, to avoid
use-after-free. Do not remove it on fastrpc_device_release either,
call fastrpc_map_put instead.
The fastrpc_free_map is the only proper place to remove the map.
This is called only after the reference count is 0.
Security readout for executives and security teams
Plain-English summary
CVE-2022-48873 is a Linux kernel FastRPC bug where cleanup code could free or remove tracking data too early, creating a use-after-free risk. The public record does not provide a CVSS score, business impact rating, or evidence of active exploitation.
Executive priority
Do not treat this as a confirmed active incident from the provided evidence. Prioritize inventory and patch planning for Linux systems that use FastRPC, especially shared or high-value systems, because kernel use-after-free bugs can have serious consequences when reachable.
Technical view
The issue affects Linux kernel fastrpc map lifecycle handling. Error and device-release paths removed a map from the list directly; the fix uses fastrpc_map_put and leaves removal to fastrpc_free_map after the reference count reaches zero.
Likely exposure
Exposure is most likely on Linux systems running affected kernel lines where the fastrpc component is present or reachable. The source lists affected kernel versions and stable commit references, but does not identify distributions, devices, or configurations beyond Linux kernel FastRPC.
Exploitation context
The provided sources do not show KEV listing, public exploitation, exploit maturity, required privileges, or attack vector. Treat exploitation status as unconfirmed and avoid assuming internet exposure without local configuration evidence.
Researcher notes
The record describes a reference-counting and list-removal flaw in fastrpc_init_create_process and fastrpc_device_release. Evidence is limited to the CVE description and kernel stable commits; no CVSS, CWE, exploitability conditions, or distro-specific fixed versions are included.
Mitigation direction
Apply vendor kernel updates that include the referenced stable FastRPC fixes.
If no update is available, check vendor guidance for supported backports or mitigations.
Prioritize systems where fastrpc is enabled and local users or workloads are untrusted.
Track distribution advisories for package-specific fixed kernel versions.
Validation and detection
Inventory Linux kernel versions across affected assets.
Confirm whether fastrpc is built, loaded, or otherwise available on those systems.
Compare deployed kernels against vendor advisories and referenced stable commits.
Record systems requiring vendor backports or maintenance-window patching.
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-48873 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.