diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-05-17 16:52:36 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-05-17 16:52:36 +0000 |
commit | 849c6c35d291ea6cf6641a90e5dd0c5a3205d836 (patch) | |
tree | 493251dff958f4028e724c2d4cae7815b7ba12e0 /security | |
parent | e8f23368cec369e33d91c45fbd015119277752d7 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 25731e9392e7..c529b462aa4d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f5f00804-a03b-11e1-a284-0023ae8e59f0"> + <topic>inspircd -- buffer overflow</topic> + <affects> + <package> + <name>inspircd</name> + <range><lt>2.0.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>InspIRCd reports:</p> + <blockquote cite="http://inspircd.github.com/"> + <p>InspIRCd contains a heap corruption vulnerability that exists in the + dns.cpp code. The res[] buffer is allocated on the heap and can be + overflowed. The res[] buffer can be exploited during its deallocation. + The number of overflowed bytes can be controlled with DNS compression + features.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-1836</cvename> + </references> + <dates> + <discovery>2012-05-19</discovery> + <entry>2012-05-17</entry> + </dates> + </vuln> + <vuln vid="aa71daaa-9f8c-11e1-bd0a-0082a0c18826"> <topic>pidgin-otr -- format string vulnerability</topic> <affects> @@ -78,8 +107,8 @@ Note: Please add new entries to the beginning of this file. <url>http://www.cypherpunks.ca/otr/</url> </references> <dates> - <discovery>2012-05-16</discovery> - <entry>2012-05-16</entry> + <discovery>2012-03-19</discovery> + <entry>2012-05-17</entry> </dates> </vuln> |