Skip to content
Snippets Groups Projects
Commit df157890 authored by David's avatar David
Browse files

sb-3018: Fix formatting of details section

An ul list does not seem to be nicely supported.
parent 12fa0e2a
No related branches found
Tags 3.0.0-rc4
1 merge request!87sb-3018: Fix formatting of details section
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment