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.
CVSS Details
- CVSS 3.1 Base Score: 7.8
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux | Oct 6, 2025 | Oct 6, 2025 |
| Huawei Euleros 2_0_sp13 | — | Upgrade kernel-toolsUpgrade kernel-abi-stablelistsUpgrade bpftoolUpgrade kernelUpgrade kernel-tools-libsUpgrade python3-perf | Feb 3, 2026 | Feb 2, 2026 |
| Ubuntu | — | Upgrade linux-gcp-4.15Upgrade linux-oracle-5.15Upgrade linux-hweUpgrade linux-gcp-5.4Upgrade linux-gkeopUpgrade linux-azure-fipsUpgrade linux-hwe-5.4Upgrade linux-xilinx-zynqmpUpgrade linux-iotUpgrade linux-ibm-5.4Upgrade linux-oracleUpgrade linux-nvidiaUpgrade linux-ibmUpgrade linux-intel-iot-realtimeUpgrade linux-aws-hweUpgrade linux-lowlatencyUpgrade linux-gcp-fipsUpgrade linux-aws-fipsUpgrade linuxUpgrade linux-azure-5.15Upgrade linux-bluefieldUpgrade linux-raspi-5.4Upgrade linux-intel-iotgUpgrade linux-aws-5.4Upgrade linux-awsUpgrade linux-fipsUpgrade linux-raspiUpgrade linux-realtimeUpgrade linux-gcp-5.15Upgrade linux-riscv-5.15Upgrade linux-azure-5.4Upgrade linux-gcpUpgrade linux-kvmUpgrade linux-hwe-5.15Upgrade linux-lowlatency-hwe-5.15Upgrade linux-azureUpgrade linux-oracle-5.4Upgrade linux-intel-iotg-5.15Upgrade linux-azure-4.15Upgrade linux-gkeUpgrade linux-nvidia-tegra-5.15Upgrade linux-aws-5.15 | Oct 10, 2025 | Oct 4, 2025 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Oct 15, 2025 | Oct 4, 2025 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub