LiveActive security incident?Get immediate response
CVE Record

CVE-2024-50288: media: vivid: fix buffer overwrite when using > 32 buffers

In the Linux kernel, the following vulnerability has been resolved: media: vivid: fix buffer overwrite when using > 32 buffers The maximum number of buffers that can be requested was increased to 64 for the video capture queue. But video capture used a must_blank array that was still sized for 32 (VIDEO_MAX_FRAME). This caused an out-of-bounds write when using buffer indices >= 32. Create a new define MAX_VID_CAP_BUFFERS that is used to access the must_blank array and set max_num_buffers for the video capture queue. This solves a crash reported by: https://bugzilla.kernel.org/show_bug.cgi?id=219258

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in Linux’s vivid media driver can write beyond an internal array when more than 32 video-capture buffers are used. The documented result is a kernel crash; the CVSS assessment also reflects possible confidentiality, integrity, and availability impact. Exploitation requires local, low-privileged access.

Executive priority

Prioritize affected multi-user, development, testing, or media-processing systems where local users can access vivid functionality. Treat internet-only exposure as unlikely from the supplied evidence. Remediate through normal high-severity kernel patching, accelerating systems with untrusted local users or accessible media devices.

Technical view

The capture queue allowed up to 64 buffers, while the must_blank array retained a 32-entry limit. Buffer indices 32 or higher therefore caused a CWE-787 out-of-bounds write. The referenced kernel changes introduce a consistent MAX_VID_CAP_BUFFERS limit for the array and queue.

Likely exposure

Exposure requires an affected Linux build, the vulnerable vivid capture path, and a local user able to request more than 32 buffers. The supplied version data references 6.8, 6.11.8, and 6.12 but is insufficiently clear to define a reliable range; confirm against vendor advisories and fix commits.

Exploitation context

The CVSS 3.1 score is 7.8 with local access, low complexity, low privileges, and no user interaction. The supplied sources document an out-of-bounds write and reported crash. This CVE is not listed as KEV, and the bundle provides no evidence of active exploitation or public weaponization.

Researcher notes

The source establishes an index-bound mismatch: a 64-buffer queue accessed a 32-entry array. A crash is confirmed, but stronger impact such as privilege escalation is not demonstrated in the bundle. Review both stable commits and downstream backports because version metadata alone is ambiguous. Avoid treating CVSS impact assumptions as proof of practical exploitation.

Mitigation direction

  • Update to a vendor-supported Linux kernel that incorporates the referenced stable fixes.
  • Check distribution or appliance vendor guidance for exact corrected package versions.
  • Restrict local access to systems where the vulnerable vivid media path is available.
  • If operationally acceptable, disable unnecessary vivid functionality until the corrected kernel is deployed.

Validation and detection

  • Inventory kernel builds on systems where vivid media functionality may be available.
  • Confirm corrected packages contain one of the referenced stable fixes or an equivalent backport.
  • Verify whether the vivid driver and affected video-capture queue are enabled or accessible.
  • After updating, confirm systems boot normally and report the intended corrected kernel build.
Prepared
Confidence
high
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-787: 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-50288 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:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-50288Attack 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
LinuxLinuxcea70ed416b428f8214be196d62cc7ffaa11f1b8, cea70ed416b428f8214be196d62cc7ffaa11f1b8unaffected
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-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.