Description
A NULL pointer dereference in smooth_parse_stream_index() in src/media_tools/mpd.c in GPAC master HEAD before commit b35c61f104b85fbb16520ac2838d5d2ef70845b5 allows attackers to cause a denial of service
Published: 2026-07-07
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a null pointer dereference in the smooth_parse_stream_index() function within GPAC's media parsing subsystem. When a null pointer is passed, the application crashes, terminating media processing and resulting in a denial of service that impacts the availability of any solution relying on GPAC for media handling. The weakness corresponds to CWE-476 and the CVSS score of 5.5 indicates a moderate level of severity.

Affected Systems

Any build of GPAC that incorporates the master HEAD code before commit b35c61f104b85fbb16520ac2838d5d2ef70845b5 is vulnerable. The flaw resides in src/media_tools/mpd.c, part of the media tools component. Systems that compile GPAC from source or deploy distribution packages without applying this patch, particularly those that process untrusted media streams, are at risk.

Risk and Exploitability

An attacker can trigger the vulnerability by crafting a media file or stream that forces smooth_parse_stream_index() to be called with a null argument. Based on the description, the likely attack vector appears to be an untrusted media input processed by GPAC, such as a malicious video or audio file on a media server or a client application. The EPSS score is reported as less than 1%, and the vulnerability is not listed in CISA’s KEV catalogue, indicating a low exploitation probability. Nevertheless, successful exploitation causes an application crash and a denial of service for the affected service.

Generated by OpenCVE AI on July 26, 2026 at 19:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the GPAC patch that includes commit b35c61f104b85fbb16520ac2838d5d2ef70845b5 or later to remove the null pointer dereference.
  • If patching cannot be performed, modify smooth_parse_stream_index() to include a null‑check guard or replace the function with a validated version that ensures a non‑null argument.
  • Monitor application logs for sudden media parser crashes and investigate any patterns that might signal exploitation attempts.

Generated by OpenCVE AI on July 26, 2026 at 19:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 24 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
Title NULL Pointer Dereference in GPAC Media Parser Leading to Denial of Service

Tue, 21 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Title NULL Pointer Dereference in GPAC Media Parser Leading to Denial of Service

Fri, 17 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Title Null Pointer Dereference in GPAC Media Parser Causes Denial of Service

Wed, 15 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Title Null Pointer Dereference in GPAC Media Parser Causes Denial of Service

Mon, 13 Jul 2026 22:00:00 +0000

Type Values Removed Values Added
Title GPAC Media Parser Null Pointer Dereference Causing Denial of Service

Sun, 12 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Title GPAC Media Parser Null Pointer Dereference Causing Denial of Service

Sat, 11 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Title Null Pointer Dereference Causes Denial of Service in GPAC Media Parser

Fri, 10 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
Title Null Pointer Dereference Causes Denial of Service in GPAC Media Parser

Fri, 10 Jul 2026 07:00:00 +0000

Type Values Removed Values Added
Title Denial of Service GPAC smooth_parse_stream_index

Thu, 09 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 08 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Title Denial of Service GPAC smooth_parse_stream_index
Weaknesses CWE-476

Wed, 08 Jul 2026 02:15:00 +0000

Type Values Removed Values Added
First Time appeared Gpac
Gpac gpac
Vendors & Products Gpac
Gpac gpac

Tue, 07 Jul 2026 23:00:00 +0000

Type Values Removed Values Added
Description A NULL pointer dereference in smooth_parse_stream_index() in src/media_tools/mpd.c in GPAC master HEAD before commit b35c61f104b85fbb16520ac2838d5d2ef70845b5 allows attackers to cause a denial of service
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-09T14:34:16.133Z

Reserved: 2026-06-07T00:00:00.000Z

Link: CVE-2026-50810

cve-icon Vulnrichment

Updated: 2026-07-09T14:33:44.480Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T20:00:04Z

Weaknesses