CVE-2023-38103
Published: 03 May 2024
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
- 🇪🇺 ENISA EUVD: EUVD-2023-41929
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
Mitigating Controls
No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.