CVE Database
/

CVE-2024-27043

Back to search

CVE-2024-27043

Published: May 1, 2024

Modified: May 11, 2026

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvb_register_device, *pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, *pdvbdev is not set to NULL after dvbdev's deallocation, causing use-after-frees in many places, for example, in the following call chain: budget_register |-> dvb_dmxdev_init |-> dvb_register_device |-> dvb_dmxdev_release |-> dvb_unregister_device |-> dvb_remove_device |-> dvb_device_put |-> kref_put When calling dvb_unregister_device, dmxdev->dvbdev (i.e. *pdvbdev in dvb_register_device) could point to memory that had been freed in dvb_register_device. Thereafter, this pointer is transferred to kref_put and triggering a use-after-free.

VendorProductVersions

Linux

Linux

affected
b61901024776b25ce7b8edc31bb1757c7382a88e - < d0f5c28333822f9baa5280d813124920720fd856
affected
b61901024776b25ce7b8edc31bb1757c7382a88e - < f20c3270f3ed5aa6919a87e4de9bf6c05fb57086
affected
b61901024776b25ce7b8edc31bb1757c7382a88e - < 096237039d00c839f3e3a5fe6d001bf0db45b644
affected
b61901024776b25ce7b8edc31bb1757c7382a88e - < 0d3fe80b6d175c220b3e252efc6c6777e700e98e
affected
b61901024776b25ce7b8edc31bb1757c7382a88e - < 437a111f79a2f5b2a5f21e27fdec6f40c8768712

+4 more versions

Linux

Linux

affected
2.6.21
unaffected
0 - < 2.6.21
unaffected
4.19.311 - <= 4.19.*
unaffected
5.4.273 - <= 5.4.*
unaffected
5.10.214 - <= 5.10.*

+6 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now
CVE-2024-27043 - Security Vulnerability | QwikSec