CVE-2024-50291: media: dvb-core: add missing buffer index check
In the Linux kernel, the following vulnerability has been resolved:
media: dvb-core: add missing buffer index check
dvb_vb2_expbuf() didn't check if the given buffer index was
for a valid buffer. Add this check.
Security readout for executives and security teams
Plain-English summary
A missing index check in Linux’s DVB media subsystem could let a locally authenticated, low-privilege user reference an invalid video buffer. The supplied CVSS assessment indicates potential compromise of confidentiality, integrity, and availability. This is important on Linux systems exposing DVB functionality to untrusted local users or workloads.
Executive priority
Prioritize affected multi-user, shared-hosting, desktop, and media-processing systems exposing DVB devices. Treat internet-only servers without DVB access as lower urgency after validation. Remediate during the next expedited kernel maintenance window; accelerate where untrusted local users or workloads can reach the device interface.
Technical view
CVE-2024-50291 is a CWE-129 improper array-index validation issue in dvb_vb2_expbuf(). The function failed to verify that a requested buffer index referred to a valid buffer. The Linux stable commits add the missing check. CVSS 3.1 rates it 7.8: local access, low complexity, low privileges, no user interaction, and high potential impact.
Likely exposure
Exposure is limited to affected Linux kernels where DVB buffer-export functionality is reachable by a low-privilege local user. The supplied record names 6.8, 6.11.8, and 6.12, but its version notation includes an ambiguous “0” entry. Confirm exact affected and fixed builds with the kernel or distribution vendor.
Exploitation context
The supplied CVSS vector describes local, low-privilege exploitation without user interaction; it is not remotely exploitable under that assessment. The record is not in KEV, and the supplied sources provide no evidence of active exploitation or a public exploit. Practical reachability depends on DVB device availability and local access controls.
Researcher notes
The root cause is missing bounds validation before buffer export in dvb_vb2_expbuf(). The two Linux stable references are the authoritative supplied fix artifacts. Source evidence does not establish the precise failure mode beyond invalid-index handling, exploit reliability, affected architecture constraints, or whether downstream distributions backported the correction under different commit identifiers.
Mitigation direction
Install a vendor-supported kernel containing the referenced stable fix or its distribution backport.
Confirm the installed package’s changelog maps its backport to CVE-2024-50291.
Restrict untrusted users and workloads from accessing DVB devices until remediation is complete.
Check Linux distribution guidance where the supplied version boundaries are ambiguous.
Validation and detection
Inventory running kernel versions on systems providing or attaching DVB devices.
Identify whether low-privilege users or containers can access relevant DVB device interfaces.
Verify the installed kernel includes either referenced fix or a documented equivalent backport.
Review vendor advisories and package metadata for precise affected-version status.
After updating, confirm systems booted into the remediated kernel.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-129: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-129 · source CWE mapping
Improper Validation of Array Index
Improper Validation of Array Index represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.