diff options
author | simon <simon@FreeBSD.org> | 2007-12-20 04:52:06 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2007-12-20 04:52:06 +0800 |
commit | 151fbf112cc9194fbf3cb3332d0afde74fa76c6f (patch) | |
tree | 49c6692a7c1fc5ca4939357d19fcc04439daf4ba | |
parent | 7752591add1614f760a5c070beff0c757ce787dc (diff) | |
download | freebsd-ports-gnome-151fbf112cc9194fbf3cb3332d0afde74fa76c6f.tar.gz freebsd-ports-gnome-151fbf112cc9194fbf3cb3332d0afde74fa76c6f.tar.zst freebsd-ports-gnome-151fbf112cc9194fbf3cb3332d0afde74fa76c6f.zip |
Document peercast -- buffer overflow vulnerability.
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9e0c7a36f259..6b1416b2c777 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="31435fbc-ae73-11dc-a5f9-001a4d49522b"> + <topic>peercast -- buffer overflow vulnerability</topic> + <affects> + <package> + <name>peercast</name> + <range><lt>0.1218</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Luigi Auriemma reports that peercast is vulnerable to a + buffer overflow which could lead to a DoS or potentially + remote code execution:</p> + <blockquote cite="http://aluigi.altervista.org/adv/peercasthof-adv.txt"> + <p>The handshakeHTTP function which handles all the requests + received by the other clients is vulnerable to a heap + overflow which allows an attacker to fill the + loginPassword and loginMount buffers located in the + Servent class with how much data he wants.</p> + </blockquote> + </body> + </description> + <references> + <url>http://aluigi.altervista.org/adv/peercasthof-adv.txt</url> + <url>http://secunia.com/advisories/28120/</url> + </references> + <dates> + <discovery>2007-12-17</discovery> + <entry>2007-12-19</entry> + </dates> + </vuln> + <vuln vid="fee7e059-acec-11dc-807f-001b246e4fdf"> <topic>ganglia-webfrontend -- XSS vulnerabilities</topic> <affects> |