diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 15:24:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 15:24:54 +0000 |
commit | 75d79bcf0cef715a523109bfd0f54339a03adbb3 (patch) | |
tree | afdf8036ea2f9d2abc04d884890e0846ef84a816 | |
parent | 30a9cc83fd9afbb19bef64c4727a9d9d4ee20051 (diff) |
Notes
-rw-r--r-- | security/vuxml/vuln.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d2a78060db3c..98af1d8b12b1 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -70,7 +70,8 @@ Notes: <p>Mumble reports:</p> <blockquote cite="http://blog.mumble.info/mumble-1-2-6/"> <p>SVG images with local file references could trigger client DoS</p> - <p>The Mumble client did not properly HTML-escape some external strings before using them in a rich-text (HTML) context.</p> + <p>The Mumble client did not properly HTML-escape some external strings + before using them in a rich-text (HTML) context.</p> </blockquote> </body> </description> @@ -96,8 +97,10 @@ Notes: <body xmlns="http://www.w3.org/1999/xhtml"> <p>Mumble reports:</p> <blockquote cite="http://blog.mumble.info/mumble-1-2-5/"> - <p>A malformed Opus voice packet sent to a Mumble client could trigger a NULL pointer dereference or an out-of-bounds array access.</p> - <p>A malformed Opus voice packet sent to a Mumble client could trigger a heap-based buffer overflow.</p> + <p>A malformed Opus voice packet sent to a Mumble client could trigger + a NULL pointer dereference or an out-of-bounds array access.</p> + <p>A malformed Opus voice packet sent to a Mumble client could trigger a + heap-based buffer overflow.</p> </blockquote> </body> </description> |