LiveActive security incident?Get immediate response
CVE Record

CVE-2024-39481: media: mc: Fix graph walk in media_pipeline_start

In the Linux kernel, the following vulnerability has been resolved: media: mc: Fix graph walk in media_pipeline_start The graph walk tries to follow all links, even if they are not between pads. This causes a crash with, e.g. a MEDIA_LNK_FL_ANCILLARY_LINK link. Fix this by allowing the walk to proceed only for MEDIA_LNK_FL_DATA_LINK links.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the Linux media subsystem can crash the kernel when media-pipeline traversal encounters an ancillary link instead of a data link. A successful trigger could disrupt affected systems. The supplied CVSS assessment also indicates possible confidentiality and integrity impact, although the description only explains the crash mechanism.

Executive priority

Treat as a high-priority kernel maintenance issue on exposed endpoints, media systems, and multi-user hosts. Accelerate remediation where untrusted local code can access media devices. Routine urgency may be appropriate for systems without reachable media-controller functionality, subject to validation. No active exploitation evidence is supplied.

Technical view

media_pipeline_start incorrectly traverses every media-graph link, including MEDIA_LNK_FL_ANCILLARY_LINK. Processing a non-pad link can cause a kernel crash. The upstream correction restricts traversal to MEDIA_LNK_FL_DATA_LINK links. CVSS 3.1 is 7.8: local access, low complexity, low privileges, no user interaction, unchanged scope, and high CIA impact.

Likely exposure

Exposure is limited to Linux systems running affected kernel builds where the media-controller path can be reached. The bundle lists 6.1, 6.1.94, 6.6.34, 6.9.5, and 6.10 as affected, but also contains an ambiguous โ€œ0โ€ entry. Distribution backports may change actual status.

Exploitation context

The CVSS vector requires local, low-privileged access and no user interaction. The supplied sources do not describe remote exploitation, public proof-of-concept activity, or observed attacks. The CVE is not listed as KEV in the bundle. Exact triggering prerequisites beyond the media graph and ancillary-link condition are not documented here.

Researcher notes

The core defect is link-type validation during graph traversal, corrected by accepting only data links. The bundle provides four stable-tree commits but no explicit affected-version ranges, exploit evidence, CWE, or distribution mappings. Researchers should avoid inferring memory-corruption behavior from the CVSS impacts alone; the narrative specifically documents a crash.

Mitigation direction

  • Identify deployed kernel versions and distribution-specific backport status.
  • Apply the appropriate vendor kernel update containing the linked stable fix.
  • Prioritize systems allowing untrusted local users or workloads to access media devices.
  • Where immediate updating is impossible, restrict unnecessary access to affected media functionality.
  • Review Linux distribution advisories for supported-package remediation details.

Validation and detection

  • Confirm the running kernel version on each potentially exposed system.
  • Check vendor changelogs for CVE-2024-39481 or the referenced fix commits.
  • Verify whether affected systems expose media-controller devices to untrusted local users or workloads.
  • After updating, confirm the replacement kernel is active.
  • Monitor kernel logs for media-pipeline crashes or related fault signatures.
Prepared
Confidence
high
Sources
6

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.

cve ยท low confidence lookup

CVE-2024-39481 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.

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

SSVC decision data

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

CVSS vector scores

1 official score

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

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-39481Attack 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
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxae219872834a32da88408a92a4b4745c11f5a7ce, ae219872834a32da88408a92a4b4745c11f5a7ce, ae219872834a32da88408a92a4b4745c11f5a7ce, ae219872834a32da88408a92a4b4745c11f5a7ceunaffected
LinuxLinux6.1, 0, 6.1.94, 6.6.34, 6.9.5, 6.10affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.