diff options
author | pi <pi@FreeBSD.org> | 2018-05-10 00:32:15 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-05-10 00:32:15 +0800 |
commit | 57cf627e3624258d911668333f24972fedf61bf4 (patch) | |
tree | 52ca4cbea14c2465a5621e2f7dd45b2fa650092c /security | |
parent | 6c95bcf1ac1224e4e2efe297b1328efb7e031d7f (diff) | |
download | freebsd-ports-gnome-57cf627e3624258d911668333f24972fedf61bf4.tar.gz freebsd-ports-gnome-57cf627e3624258d911668333f24972fedf61bf4.tar.zst freebsd-ports-gnome-57cf627e3624258d911668333f24972fedf61bf4.zip |
security/vuxml: document kamailio CVE-2018-8828
PR: 227677
Submitted by: Ben Hood <ben@relops.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3dff4de4e8bc..66f4efac798e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5af6378b-bd88-4997-bccc-b9ba2daecdd2"> + <topic>kamailio - buffer overflow</topic> + <affects> + <package> + <name>kamailio</name> + <range><lt>5.1.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A specially crafted REGISTER message with a malformed branch or + From tag triggers an off-by-one heap-based buffer overflow in the + tmx_check_pretran function in modules/tmx/tmx_pretran.c</p> + </body> + </description> + <references> + <cvename>CVE-2018-8828</cvename> + <url>https://www.kamailio.org/w/2018/03/kamailio-security-announcement-tmx-lcr/</url> + <url>https://github.com/EnableSecurity/advisories/tree/master/ES2018-05-kamailio-heap-overflow</url> + </references> + <dates> + <discovery>2018-02-10</discovery> + <entry>2018-05-06</entry> + </dates> + </vuln> + <vuln vid="7b5a8e3b-52cc-11e8-8c7a-9c5c8e75236a"> <topic>wget -- cookie injection vulnerability</topic> <affects> |