diff options
author | marcus <marcus@FreeBSD.org> | 2012-05-13 00:24:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2012-05-13 00:24:42 +0800 |
commit | a2bbf10c23c87eebdb1b89e77109a26f164d51e8 (patch) | |
tree | 276ba7835bdfe4df7184a57abec95e7b87178031 /security | |
parent | 4b1887cd85a032ea5226e276e3f85758491e159b (diff) | |
download | freebsd-ports-gnome-a2bbf10c23c87eebdb1b89e77109a26f164d51e8.tar.gz freebsd-ports-gnome-a2bbf10c23c87eebdb1b89e77109a26f164d51e8.tar.zst freebsd-ports-gnome-a2bbf10c23c87eebdb1b89e77109a26f164d51e8.zip |
Add an entry for CVE-2012-2214 for an XMPP crash in libpurple.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 8913efe70628..ddf523d51981 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,31 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="64f8b72d-9c4e-11e1-9c94-000bcdf0a03b"> + <topic>libpurple -- Invalid memory dereference in the XMPP protocol plug-in by processing serie of specially-crafted file transfer requests</topic> + <affects> + <package> + <name>libpurple</name> + <range><lt>2.10.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Pidgin reports:</p> + <blockquote cite="http://pidgin.im/news/security/?id=62"> + <p>A series of specially crafted file transfer requests can cause clients to reference invalid memory. The user must have accepted one of the file transfer requests.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-2214</cvename> + </references> + <dates> + <discovery>2012-05-06</discovery> + <entry>2012-05-12</entry> + </dates> + </vuln> + <vuln vid="0d3547ab-9b69-11e1-bdb1-525401003090"> <topic>PivotX -- 'ajaxhelper.php' Cross Site Scripting Vulnerability</topic> <affects> |