CVE-2022-50499
Last modified
CVE-2022-50499 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: Fix double free in dvb_register_device() In function dvb_register_device() -> dvb_register_media_device() -> dvb_create_media_entity(), dvb->entity is allocated and initialized. If the initialization fails, it frees the dvb->entity, and return an error code. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: Fix double free in dvb_register_device() In function dvb_register_device() -> dvb_register_media_device() -> dvb_create_media_entity(), 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 dvb_media_device_free(), which unregisters the entity and frees the field again if it is not NULL. As dvb->entity may not NULLed in dvb_create_media_entity() when the allocation of dvbdev->pad fails, a double free may occur. This may also cause an Use After free in media_device_unregister_entity(). Fix this by storing NULL to dvb->entity when it is freed.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.9.195, < 4.9.337 |
| Linux | Linux Kernel | >= 4.14.147, < 4.14.303 |
| Linux | Linux Kernel | >= 4.19.77, < 4.19.270 |
| Linux | Linux Kernel | >= 5.2.19, < 5.3 |
| Linux | Linux Kernel | >= 5.3.4, < 5.4.229 |
| Linux | Linux Kernel | >= 5.5, < 5.10.163 |
| Linux | Linux Kernel | >= 5.11, < 5.15.87 |
| Linux | Linux Kernel | >= 5.16, < 6.0.18 |
| Linux | Linux Kernel | >= 6.1, < 6.1.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-50499?
How severe is CVE-2022-50499?
How do I fix CVE-2022-50499?
Are you affected by CVE-2022-50499?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
