LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-50291 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

2CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

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.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Linux
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-50291Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux7dc866df40127dceac9ba83ae16c0c11e7d1666f, 7dc866df40127dceac9ba83ae16c0c11e7d1666funaffected
LinuxLinux6.8, 0, 6.11.8, 6.12affected
Weakness

CWE details

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.