Cyber Resilience

CVE-2023-38103

High

Published: 03 May 2024

Published
03 May 2024
Modified
17 March 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0786 92.2th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-38103 is a high-severity Integer Overflow or Wraparound (CWE-190) vulnerability in Gstreamer Gstreamer. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 7.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

GStreamer is affected by an integer overflow vulnerability during RealMedia file parsing that can result in remote code execution. The flaw, assigned CWE-190, resides in the rmdemux module's handling of MDPR chunks where insufficient validation of attacker-controlled values permits an overflow before a buffer is allocated. The issue was reported as ZDI-CAN-21443 and carries a CVSS 3.1 score of 8.8.

Remote attackers can trigger the vulnerability by delivering a crafted RealMedia file to any application that uses the affected GStreamer library. Successful exploitation allows arbitrary code execution in the context of the consuming process; the attack requires user interaction but needs no prior authentication and can be performed over the network.

Publicly referenced patches from the GStreamer project add explicit integer-overflow checks when calculating MDPR chunk sizes, and the Zero Day Initiative advisory ZDI-23-1007 provides additional technical detail on the flaw. The associated EPSS score has remained flat at 0.0786 with no material increase observed after disclosure.

EU & UK References

Vulnerability details

GStreamer RealMedia File Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending…

more

on the implementation. The specific flaw exists within the parsing of MDPR chunks. The issue results from the lack of proper validation of user-supplied data, which can result in an integer overflow before allocating a buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-21443.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

gstreamer
gstreamer
1.22.3

Mitigating Controls

No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.

References