diff options
author | sat <sat@FreeBSD.org> | 2006-10-14 12:32:43 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-10-14 12:32:43 +0000 |
commit | 40f7632298aec56af4300f93f9e52914172126c9 (patch) | |
tree | 2045811bc89d76ce8fd485392958115365423994 /security | |
parent | 9c5a37ab8d3c1e5da0bef933c7bd8c4b2243ae15 (diff) | |
download | FreeBSD-ports-40f7632298aec56af4300f93f9e52914172126c9.zip FreeBSD-ports-40f7632298aec56af4300f93f9e52914172126c9.tar.gz |
- Document heap overflow in the KML engine in google-earth
Reviewed by: secteam (simon)
Approved by: portmgr (implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4052025..018beab 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,34 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5c9a2769-5ade-11db-a5ae-00508d6a62df"> + <topic>google-earth -- heap overflow in the KML engine</topic> + <affects> + <package> + <name>google-earth</name> + <range><ge>0</ge></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>JAAScois reports:</p> + <p>While processing KML/KMZ data Google Earth fails to verify + its size prior to copying it into a fixed-sized buffer. + This can be exploited as a buffer-overflow vulnerability to + cause the application to crash and/or to execute arbitrary + code.</p> + </body> + </description> + <references> + <bid>20464</bid> + <url>http://www.jaascois.com/exploits/18602024/</url> + </references> + <dates> + <discovery>2006-10-10</discovery> + <entry>2006-10-14</entry> + </dates> + </vuln> + <vuln vid="72f21372-55e4-11db-a5ae-00508d6a62df"> <topic>torrentflux -- User-Agent XSS Vulnerability</topic> <affects> |