diff options
author | Remko Lodder <remko@FreeBSD.org> | 2005-05-01 14:33:37 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2005-05-01 14:33:37 +0000 |
commit | c13702b1750565efad8f7a63f9c4b4900a911ebc (patch) | |
tree | f7568784ccde4086b79848ca9a582f6c9b6e6776 /security | |
parent | 73b6ff1959296d52e524a332ca8f0756153addfc (diff) |
Document sharutils -- unshar insecure temporary file creation
Approved by: simon
Notes
Notes:
svn path=/head/; revision=134452
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 724595d96eac..d2280327565d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,36 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5f003a08-ba3c-11d9-837d-000e0c2e438a"> + <topic>sharutils -- unshar insecure temporary file creation</topic> + <affects> + <package> + <name>sharutils</name> + <range><lt>4.3.80</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>An Ubuntu Advisory reports:</p> + <blockquote cite="http://www.ubuntulinux.org/support/documentation/usn/usn-104-1"> + <p>Joey Hess discovered that "unshar" created temporary files + in an insecure manner. This could allow a symbolic link + attack to create or overwrite arbitrary files with the + privileges of the user invoking the program.</p> + </blockquote> + </body> + </description> + <references> + <bid>12981</bid> + <cvename>CAN-2005-0990</cvename> + <url>http://www.ubuntulinux.org/support/documentation/usn/usn-104-1</url> + </references> + <dates> + <discovery>2005-04-04</discovery> + <entry>2005-05-01</entry> + </dates> + </vuln> + <vuln vid="8c5ad0cf-ba37-11d9-837d-000e0c2e438a"> <topic>rsnapshot -- local privilege escalation</topic> <affects> |