CVE-2024-53063

Source
https://cve.org/CVERecord?id=CVE-2024-53063
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-53063.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-53063
Downstream
Related
Published
2024-11-19T17:22:33.518Z
Modified
2026-03-20T12:38:38.243903Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
media: dvbdev: prevent the risk of out of memory access
Details

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 CONFIGDVBDYNAMICMINORS is set or not. When not set, dvbregisterdevice() won't check for boundaries, as it will rely that a previous call to dvbregister_adapter() would already be enforcing it.

On a similar way, dvbdeviceopen() 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/53xxx/CVE-2024-53063.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
5dd3f3071070f5a306bdf8d474c80062f5691cba
Fixed
fedfde9deb83ac8d2f3d5f36f111023df34b1684
Fixed
3b88675e18b6517043a6f734eaa8ea6eb3bfa140
Fixed
a4a17210c03ade1c8d9a9f193a105654b7a05c11
Fixed
5f76f7df14861e3a560898fa41979ec92424b58f
Fixed
b751a96025275c17f04083cbfe856822f1658946
Fixed
1e461672616b726f29261ee81bb991528818537c
Fixed
9c17085fabbde2041c893d29599800f2d4992b23
Fixed
972e63e895abbe8aa1ccbdbb4e6362abda7cd457

Database specific

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