diff options
author | thierry <thierry@FreeBSD.org> | 2018-10-12 03:54:18 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2018-10-12 03:54:18 +0800 |
commit | 62c8b9ff01016b13b0d2d0240eda66e6f752cded (patch) | |
tree | bd09ad1067fa03418dab0fa0d1d687f3c5b5bc3b /security | |
parent | c59970a1aa273aaec6c96bfae322599742347350 (diff) | |
download | freebsd-ports-gnome-62c8b9ff01016b13b0d2d0240eda66e6f752cded.tar.gz freebsd-ports-gnome-62c8b9ff01016b13b0d2d0240eda66e6f752cded.tar.zst freebsd-ports-gnome-62c8b9ff01016b13b0d2d0240eda66e6f752cded.zip |
Add an entry for a memory leak bug in net-im/tox < v0.2.8.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 19b4701695e1..13d5ed477419 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4c11b51e-cd8d-11e8-b0cb-a0f3c100ae18"> + <topic>Memory leak bug in Toxcore</topic> + <affects> + <package> + <name>toxcore</name> + <range><lt>0.2.8,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Tox project blog reports:</p> + <blockquote cite="https://blog.tox.chat/2018/10/memory-leak-bug-and-new-toxcore-release-fixing-it/"> + <p>A memory leak bug was discovered in Toxcore that can be triggered remotely to +exhaust one’s system memory, resulting in a denial of service attack. +The bug is present in the TCP Server module of Toxcore and therefore it +affects mostly bootstrap nodes. Regular Tox clients generally have the +TCP Server functionality disabled by default, leaving them unaffected.</p> + </blockquote> + </body> + </description> + <references> + <url>https://blog.tox.chat/2018/10/memory-leak-bug-and-new-toxcore-release-fixing-it/</url> + </references> + <dates> + <discovery>2018-09-29</discovery> + <entry>2018-10-11</entry> + </dates> + </vuln> + <vuln vid="cb539d4e-cd68-11e8-8819-00e04c1ea73d"> <topic>gitea -- multiple vulnerabilities</topic> <affects> |