[www-doc] [Git][VideoLAN.org/websites][master] sb-3018: Fix formatting of details section
David (@dfuhrmann)
gitlab at videolan.org
Tue Nov 29 18:11:49 UTC 2022
David pushed to branch master at VideoLAN organization / websites
Commits:
df157890 by David Fuhrmann at 2022-11-29T19:09:33+01:00
sb-3018: Fix formatting of details section
An ul list does not seem to be nicely supported.
- - - - -
1 changed file:
- www.videolan.org/security/sb-vlc3018.php
Changes:
=====================================
www.videolan.org/security/sb-vlc3018.php
=====================================
@@ -18,12 +18,10 @@ ID : VideoLAN-SB-VLC-3018
</pre>
<h2>Details</h2>
-<ul>
-<li>A denial of service could be triggered with a wrong mp4 file (div by 0) (#27202)</li>
-<li>Fix crashes with multiple files due to double free (#26930)</li>
-<li>A denial of service could be triggered with wrong oog file (null pointer dereference) (#27294)</li>
-<li>Potential buffer overflow in the vnc module could trigger remote code execution if a malicious vnc URL is deliberately played (#27335, CVE-2022-41325)</li>
-</ul>
+<p>A denial of service could be triggered with a wrong mp4 file (div by 0) (#27202)</p>
+<p>Fix crashes with multiple files due to double free (#26930)</p>
+<p>A denial of service could be triggered with wrong oog file (null pointer dereference) (#27294)</p>
+<p>Potential buffer overflow in the vnc module could trigger remote code execution if a malicious vnc URL is deliberately played (#27335, CVE-2022-41325)</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>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/df1578901cf4fe9c7719883508c76120dec27f52
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/df1578901cf4fe9c7719883508c76120dec27f52
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the www-doc
mailing list