CVE-2022-50499

Source
https://cve.org/CVERecord?id=CVE-2022-50499
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50499.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-50499
Downstream
Related
Published
2025-10-04T15:43:50.064Z
Modified
2026-03-20T11:47:30.405577Z
Summary
media: dvb-core: Fix double free in dvb_register_device()
Details

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

media: dvb-core: Fix double free in dvbregisterdevice()

In function dvbregisterdevice() -> dvbregistermediadevice() -> dvbcreatemediaentity(), dvb->entity is allocated and initialized. If the initialization fails, it frees the dvb->entity, and return an error code. The caller takes the error code and handles the error by calling dvbmediadevicefree(), which unregisters the entity and frees the field again if it is not NULL. As dvb->entity may not NULLed in dvbcreatemediaentity() when the allocation of dvbdev->pad fails, a double free may occur. This may also cause an Use After free in mediadeviceunregister_entity().

Fix this by storing NULL to dvb->entity when it is freed.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50499.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
9db28659aa893c68f162b11fd63bb7f6a713e52f
Fixed
0588b12c418c3e4f927ced11f27b02ef4a5bfb07
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1399a136127bfe1b9bb7c951d9851da62a519121
Fixed
e9a78485b658361fab6a5547377be6c1af6f1b3d
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4df2427a5148093987437054bb82da4d014dcd59
Fixed
70bc51303871159796b55ba1a8f16637b46c2511
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
fcd5ce4b3936242e6679875a4d3c3acfc8743e15
Fixed
b21f62b49ee9c3e0216d685d9cfd6003e5727271
Fixed
7dd5a68cdbbbe7fc67ba701cb52ba10d8ba149f8
Fixed
acf984a3718c2458eb9e08b6714490a04f213c58
Fixed
772892b29ac50c2c5e918fc80104aa6ede81d837
Fixed
123eddf92a114e03919942641d2c2b1f4ca56ea6
Fixed
6b0d0477fce747d4137aa65856318b55fba72198
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
8c17f6f5d0d6aab72a2af25c9911ac66e984be06
Last affected
202be5d6e46f682b9d1d79cd4dc6ab726e62ef1c

Database specific

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