AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-53063

MEDIUM · CVSS 5.5 EPSS 0.27%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-11-19 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.5. It affects Linux.

CVE
CVE-2024-53063
Severity
MEDIUM
CVSS
5.5
EPSS
0.27%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: prevent the risk of out of memory access The dvbdev contains a static variable used to store dvb minors. The behavior of it depends if CONFIG_DVB_DYNAMIC_MINORS is set or not. When not set, dvb_register_device() won't check for boundaries, as it will rely that a previous call to dvb_register_adapter() would already be enforcing it. On a similar way, dvb_device_open() uses the assumption that the register functions already did the needed checks. This can be fragile if some device ends using different calls. This also generate warnings on static check analysers like Coverity. So, add explicit guards to prevent potential risk of OOM issues.

Related CVEs

Other vulnerabilities affecting the same vendor(s)