CVE-2022-49219

Source
https://cve.org/CVERecord?id=CVE-2022-49219
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49219.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49219
Downstream
Related
Published
2025-02-26T01:55:52.131Z
Modified
2026-03-20T12:22:16.376121Z
Summary
vfio/pci: fix memory leak during D3hot to D0 transition
Details

In the Linux kernel, the following vulnerability has been resolved:

vfio/pci: fix memory leak during D3hot to D0 transition

If 'vfiopcicoredevice::needspmrestore' is set (PCI device does not have NoSoftReset bit set in its PMCSR config register), then the current PCI state will be saved locally in 'vfiopcicoredevice::pmsave' during D0->D3hot transition and same will be restored back during D3hot->D0 transition. For saving the PCI state locally, pcistoresavedstate() is being used and the pciloadandfreesaved_state() will free the allocated memory.

But for reset related IOCTLs, vfio driver calls PCI reset-related API's which will internally change the PCI power state back to D0. So, when the guest resumes, then it will get the current state as D0 and it will skip the call to vfiopcisetpowerstate() for changing the power state to D0 explicitly. In this case, the memory pointed by 'pmsave' will never be freed. In a malicious sequence, the state changing to D3hot followed by VFIODEVICERESET/VFIODEVICEPCIHOT_RESET can be run in a loop and it can cause an OOM situation.

This patch frees the earlier allocated memory first before overwriting 'pm_save' to prevent the mentioned memory leak.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49219.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
51ef3a004b1eb6241e56b3aa8495769a092a4dc2
Fixed
da426ad86027b849b877d4628b277ffbbd2f5325
Fixed
4319f17fb8264ba39352b611dfa913a4d8c1d1a0
Fixed
26ddd196e9eb264da8e1bdc4df8a94d62581c8b5
Fixed
c8a1f8bd586ee31020614b8d48b702ece3e2ae44
Fixed
eadf88ecf6ac7d6a9f47a76c6055d9a1987a8991

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49219.json"