CVE-2023-33717
https://notcve.org/view.php?id=CVE-2023-33717
mp4v2 v2.1.3 was discovered to contain a memory leak when a method calling MP4File::ReadBytes() had allocated memory but did not catch exceptions thrown by ReadBytes() • https://github.com/enzo1982/mp4v2 https://github.com/enzo1982/mp4v2/issues/37 • CWE-401: Missing Release of Memory after Effective Lifetime •
CVE-2023-33718
https://notcve.org/view.php?id=CVE-2023-33718
mp4v2 v2.1.3 was discovered to contain a memory leak via MP4File::ReadString() at mp4file_io.cpp • https://github.com/enzo1982/mp4v2/issues/37 • CWE-401: Missing Release of Memory after Effective Lifetime •
CVE-2023-33720
https://notcve.org/view.php?id=CVE-2023-33720
mp4v2 v2.1.2 was discovered to contain a memory leak via the class MP4BytesProperty. • https://github.com/enzo1982/mp4v2/issues/36 • CWE-400: Uncontrolled Resource Consumption •
CVE-2023-29578
https://notcve.org/view.php?id=CVE-2023-29578
mp4v2 v2.0.0 was discovered to contain a heap buffer overflow via the mp4v2::impl::MP4StringProperty::~MP4StringProperty() function at src/mp4property.cpp. • https://github.com/TechSmith/mp4v2/issues/74 https://github.com/z1r00/fuzz_vuln/blob/main/mp4v2/heap-buffer-overflow/mp4property.cpp/readme.md • CWE-787: Out-of-bounds Write •
CVE-2023-29584
https://notcve.org/view.php?id=CVE-2023-29584
mp4v2 v2.0.0 was discovered to contain a heap buffer overflow via the MP4GetVideoProfileLevel function at /src/mp4.cpp. • https://github.com/enzo1982/mp4v2/issues/30 https://github.com/z1r00/fuzz_vuln/blob/main/mp4v2/heap-buffer-overflow/MP4GetVideoProfileLevel/readme.md • CWE-787: Out-of-bounds Write •