diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-12-11 17:41:10 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-12-11 17:41:10 +0800 |
commit | d5f27d871aabe92a46afcf4bc87481c97c534088 (patch) | |
tree | f611d45a0810bd8b92c7176971e584bcc4b7c40f /security/vuxml | |
parent | ff5a0c186350431e0c3d6e1e754d06988f707ca7 (diff) | |
download | freebsd-ports-gnome-d5f27d871aabe92a46afcf4bc87481c97c534088.tar.gz freebsd-ports-gnome-d5f27d871aabe92a46afcf4bc87481c97c534088.tar.zst freebsd-ports-gnome-d5f27d871aabe92a46afcf4bc87481c97c534088.zip |
Document vulnerability in asterisk11.
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 51dccaa2079a..a9e060f736a2 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,42 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="94268da0-8118-11e4-a180-001999f8d30b"> + <topic>asterisk -- Remote Crash Vulnerability in WebSocket Server</topic> + <affects> + <package> + <name>asterisk11</name> + <range><lt>11.14.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Asterisk project reports:</p> + <blockquote cite="http://www.asterisk.org/downloads/security-advisories"> + <p>When handling a WebSocket frame the res_http_websocket + module dynamically changes the size of the memory used + to allow the provided payload to fit. If a payload length + of zero was received the code would incorrectly attempt + to resize to zero. This operation would succeed and end + up freeing the memory but be treated as a failure. When + the session was subsequently torn down this memory would + get freed yet again causing a crash.</p> + <p>Users of the WebSocket functionality also did not take + into account that provided text frames are not guaranteed + to be NULL terminated. This has been fixed in chan_sip + and chan_pjsip in the applicable versions.</p> + </blockquote> + </body> + </description> + <references> + <url>http://downloads.asterisk.org/pub/security/AST-2014-019.html</url> + </references> + <dates> + <discovery>2014-10-30</discovery> + <entry>2014-12-11</entry> + </dates> + </vuln> + <vuln vid="27b9b2f0-8081-11e4-b4ca-bcaec565249c"> <topic>xserver -- multiple issue with X client request handling</topic> <affects> |