CVE-2022-49951

Source
https://cve.org/CVERecord?id=CVE-2022-49951
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49951.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49951
Downstream
Related
Published
2025-06-18T11:00:14Z
Modified
2026-08-12T03:51:12Z
Summary
firmware_loader: Fix use-after-free during unregister
Details

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

firmware_loader: Fix use-after-free during unregister

In the following code within firmware_upload_unregister(), the call to device_unregister() could result in the dev_release function freeing the fw_upload_priv structure before it is dereferenced for the call to module_put(). This bug was found by the kernel test robot using CONFIG_KASAN while running the firmware selftests.

device_unregister(&fw_sysfs->dev); module_put(fw_upload_priv->module);

The problem is fixed by copying fw_upload_priv->module to a local variable for use when calling device_unregister().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49951.json"
}
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
97730bbb242cde22b7140acd202ffd88823886c9
Fixed
d380d40930a674c520a5b55f3be1eb17dc634ebc
Fixed
8b40c38e37492b5bdf8e95b46b5cca9517a9957a

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.19.0
Fixed
5.19.8

Database specific

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