I'd like to create following functionality for my web-based application:
- user uploads an archive file (zip/rar/tar.gz/tar.bz etc) (content - several image files)
- archive is automatically extracted after upload
- images are shown in the HTML list (whatever)
Are there any security issues involved with extraction process? E.g. possibility of malicious code execution contained within uploaded files (or well-prepared archive file), or else?