diff options
author | naddy <naddy@FreeBSD.org> | 2009-01-17 00:11:03 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-01-17 00:11:03 +0800 |
commit | 430e8ca4643d0b9e58b5de8bb22f9a15c4ab5d08 (patch) | |
tree | df91d5a1780f0611a5e8e3de3f9c249d563a814f /security | |
parent | 244f7fae9a70816d28aa72ccf32ed6a34adbce60 (diff) | |
download | freebsd-ports-gnome-430e8ca4643d0b9e58b5de8bb22f9a15c4ab5d08.tar.gz freebsd-ports-gnome-430e8ca4643d0b9e58b5de8bb22f9a15c4ab5d08.tar.zst freebsd-ports-gnome-430e8ca4643d0b9e58b5de8bb22f9a15c4ab5d08.zip |
Document vulnerability in older versions of GNU tar.
PR: 130602
Submitted by: Mark Foster <mark@foster.cc>
Diffstat (limited to 'security')
-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 70b701a658cc..28f31a2ecbdf 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="0809ce7d-f672-4924-9b3b-7c74bc279b83"> + <topic>gtar -- GNU TAR safer_name_suffix Remote Denial of Service Vulnerability</topic> + <affects> + <package> + <name>gtar</name> + <range><lt>1.19</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SecurityFocus reports:</p> + <blockquote cite="http://www.securityfocus.com/bid/26445/"> + <p>GNUs tar and cpio utilities are prone to a denial-of-service + vulnerability because of insecure use of the alloca() + function.</p> + <p>Successfully exploiting this issue allows attackers + to crash the affected utilities and possibly to execute + code but this has not been confirmed.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.securityfocus.com/bid/26445/</url> + <cvename>CVE-2007-4476</cvename> + <bid>26445</bid> + </references> + <dates> + <discovery>2007-11-14</discovery> + <entry>2009-01-15</entry> + </dates> + </vuln> + <vuln vid="5ccb1c14-e357-11dd-a765-0030843d3802"> <topic>mplayer -- vulnerability in STR files processor</topic> <affects> |