[www-doc] [Git][VideoLAN.org/websites][master] SA1901: Fix 2nd vulnerability type
Hugo Beauzée-Luyssen
gitlab at videolan.org
Fri Jun 21 15:10:42 CEST 2019
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN organization / websites
Commits:
433cd91f by Hugo Beauzée-Luyssen at 2019-06-21T13:08:28Z
SA1901: Fix 2nd vulnerability type
And credit the researcher
- - - - -
1 changed file:
- www.videolan.org/security/sa1901.php
Changes:
=====================================
www.videolan.org/security/sa1901.php
=====================================
@@ -11,7 +11,7 @@
<h1>Security Advisory 1901</h1>
<pre>
-Summary : Read buffer overflow & use-after-free
+Summary : Read buffer overflow & double free
Date : June 2019
Affected versions : VLC media player 3.0.6 and earlier
ID : VideoLAN-SA-1901
@@ -21,7 +21,7 @@ CVE reference : CVE-2019-5439, CVE-2019-12874
<h2>Details</h2>
<p>A remote user can create some specially crafted avi or mkv files that, when loaded by the target user, will trigger a
heap buffer overflow (read) in ReadFrame (demux/avi/avi.c), or a
-heap use after free in zlib_decompress_extra() (demux/mkv/utils.cpp) respectively</p>
+double free in zlib_decompress_extra() (demux/mkv/utils.cpp) respectively</p>
<h2>Impact</h2>
<p>If successful, a malicious third party could trigger either a crash of VLC or an arbitratry code execution with the privileges of the target user.</p>
@@ -39,6 +39,10 @@ until the patch is applied.
<h2>Solution</h2>
<p>VLC media player <b>3.0.7</b> addresses the issue.
</p>
+
+<h2>Credits</h2>
+<p>The MKV double free vulnerability was reported by Symeon Paraschoudis from Pen Test Partners</p>
+
<h2>References</h2>
<dl>
<dt>The VideoLAN project</dt>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/433cd91fe5e964e8626dcba12d5ad5e4a6e8d408
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/433cd91fe5e964e8626dcba12d5ad5e4a6e8d408
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list