CVE-2026-36909
Deferred Deferred - Pending Action

NULL Pointer Dereference in MPC-BE MP4 Parser

Vulnerability report for CVE-2026-36909, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-01

Last updated on: 2026-07-02

Assigner: MITRE

Description

A NULL pointer dereference in the AP4_TkhdAtom::GetTrackId() function of Aleksoid1978 MPC-BE before commit 4341cb3 allows attackers to cause a Denial of Service (DoS) via a crafted MP4 file.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-02
Generated
2026-07-22
AI Q&A
2026-07-02
EPSS Evaluated
2026-07-21
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
aleksoid1978 mpc-be *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-476 The product dereferences a pointer that it expects to be valid but is NULL.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a NULL pointer dereference in the AP4_TkhdAtom::GetTrackId() function of Aleksoid1978 MPC-BE before commit 4341cb3. It occurs when the software processes a specially crafted MP4 file, which causes the program to attempt to access a NULL pointer.

As a result, this leads to a Denial of Service (DoS) condition, meaning the application can crash or become unresponsive.

Detection Guidance

This vulnerability can be detected by monitoring for crashes or segmentation faults in the MPC-BE media player when processing MP4 files, especially those that are malformed or crafted maliciously.

Using fuzz testing tools like AFL++ combined with AddressSanitizer (ASAN) can help identify the null pointer dereference by triggering crashes during file parsing.

There are no specific network commands provided, but on a system level, running MPC-BE with debugging or sanitizing tools and observing for crashes when opening suspicious MP4 files is recommended.

  • Run MPC-BE under AddressSanitizer to detect memory errors: compile MPC-BE with ASAN flags and open suspect MP4 files.
  • Use fuzzing tools like AFL++ to test MPC-BE with various malformed MP4 files to reproduce the crash.
Impact Analysis

The primary impact of this vulnerability is that an attacker can cause the MPC-BE application to crash or stop functioning by providing a maliciously crafted MP4 file.

This Denial of Service can disrupt normal media playback and potentially affect system stability if the application is critical to your workflow.

Compliance Impact

The provided information does not include any details about the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

To mitigate this vulnerability, avoid opening untrusted or suspicious MP4 files with MPC-BE before the patch is applied.

Update MPC-BE to a version that includes the fix for this null pointer dereference vulnerability once it is released.

As a temporary measure, consider using alternative media players that are not affected by this issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-36909. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart