diff options
author | simon <simon@FreeBSD.org> | 2004-12-23 00:39:08 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-12-23 00:39:08 +0000 |
commit | 841500c850e7158c16427d8081dd690858725d8d (patch) | |
tree | 3058895e628f84cffb9e43258030f5099e6ec341 /security | |
parent | 6ce3918cf5eaf71af45bdc8ea67ce93fca7dd219 (diff) | |
download | FreeBSD-ports-841500c850e7158c16427d8081dd690858725d8d.zip FreeBSD-ports-841500c850e7158c16427d8081dd690858725d8d.tar.gz |
Document multiple vulnerabilities in ethereal.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7325c7c..eb28191 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,55 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="efa1344b-5477-11d9-a9e7-0001020eed82"> + <topic>ethereal -- multiple vulnerabilities</topic> + <affects> + <package> + <name>ethereal</name> + <name>ethereal-lite</name> + <name>tethereal</name> + <name>tethereal-lite</name> + <range><lt>0.10.8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>An Ethreal Security Advisories reports:</p> + <blockquote cite="http://www.ethereal.com/appnotes/enpa-sa-00016.html"> + <p>Issues have been discovered in the following protocol + dissectors:</p> + <ul> + <li>Matthew Bing discovered a bug in DICOM dissection that + could make Ethereal crash.</li> + <li>An invalid RTP timestamp could make Ethereal hang and + create a large temporary file, possibly filling + available disk space.</li> + <li>The HTTP dissector could access previously-freed + memory, causing a crash.</li> + <li>Brian Caswell discovered that an improperly formatted + SMB packet could make Ethereal hang, maximizing CPU + utilization.</li> + </ul> + <p>Impact: It may be possible to make Ethereal crash or run + arbitrary code by injecting a purposefully malformed + packet onto the wire or by convincing someone to read a + malformed packet trace file.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2004-1139</cvename> + <cvename>CAN-2004-1140</cvename> + <cvename>CAN-2004-1141</cvename> + <cvename>CAN-2004-1142</cvename> + <url>http://www.ethereal.com/appnotes/enpa-sa-00016.html</url> + </references> + <dates> + <discovery>2004-12-14</discovery> + <entry>2004-12-23</entry> + </dates> + </vuln> + <vuln vid="e3e266e9-5473-11d9-a9e7-0001020eed82"> <topic>xpdf -- buffer overflow vulnerability</topic> <affects> |