[www-doc] [Git][VideoLAN.org/websites][master] SA1801
Hugo Beauzée-Luyssen
gitlab at videolan.org
Thu Jul 5 11:11:58 CEST 2018
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN organization / websites
Commits:
83b90983 by Hugo Beauzée-Luyssen at 2018-07-05T11:11:43+02:00
SA1801
- - - - -
2 changed files:
- www.videolan.org/security/index.php
- + www.videolan.org/security/sa1801.php
Changes:
=====================================
www.videolan.org/security/index.php
=====================================
--- a/www.videolan.org/security/index.php
+++ b/www.videolan.org/security/index.php
@@ -16,6 +16,14 @@ for underlying third party libraries.
Please refer to the concerned third parties as appropriate.
</p>
+<h2>2018</h2>
+<dl>
+
+<dt>VideoLAN-SA-1801</dt>
+<dd>Heap use after free in avformat demuxer
+ <a href="sa1801.html">Details</a>
+</dd>
+
<h2>2016</h2>
<dl>
=====================================
www.videolan.org/security/sa1801.php
=====================================
--- /dev/null
+++ b/www.videolan.org/security/sa1801.php
@@ -0,0 +1,52 @@
+<?php
+ $title = "VideoLAN Security Advisory 1801";
+ $lang = "en";
+ $menu = array( "vlc" );
+ $body_color = "red";
+ require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
+?>
+
+
+<div id="fullwidth">
+
+<h1>Security Advisory 1801</h1>
+<pre>
+Summary : Heap use after free during SWF file playback
+Date : July 2018
+Affected versions : VLC media player 3.0.0 and 3.0.1
+ID : VideoLAN-SA-1801
+CVE reference : CVE-2018-11516
+</pre>
+
+<h2>Details</h2>
+<p>A remote user can create a specially crafted swf file that, when loaded by the target user, will trigger a heap use after free in Demux() (demux/avformat/demux.c)</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>
+
+<h2>Threat mitigation</h2>
+<p>Exploitation of those issues requires the user to explicitly open a specially crafted file or stream.</p>
+<p>ASLR and DEP help reduce exposure, but may be bypassed.</p>
+
+<h2>Workarounds</h2>
+<p>The user should refrain from opening files from untrusted third parties
+or accessing untrusted remote sites (or disable the VLC browser plugins),
+until the patch is applied.
+</p>
+
+<h2>Solution</h2>
+<p>VLC media player <b>3.0.2</b> addresses the issue.
+</p>
+<h2>References</h2>
+<dl>
+<dt>The VideoLAN project</dt>
+<dd><a href="//www.videolan.org/">http://www.videolan.org/</a>
+</dd>
+<dt>VLC official GIT repository</dt>
+<dd><a href="http://git.videolan.org/?p=vlc/vlc-3.0.git">http://git.videolan.org/?p=vlc.git</a>
+</dd>
+</dl>
+
+</div>
+
+<?php footer('$Id$'); ?>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/83b9098320e918a1aae16033ef061e96ba6d68a2
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/83b9098320e918a1aae16033ef061e96ba6d68a2
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list