You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2018/04/17 12:46:00 UTC

[jira] [Commented] (COMPRESS-447) ArrayIndexOutOfBoundsException in ZipFile

    [ https://issues.apache.org/jira/browse/COMPRESS-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16440813#comment-16440813 ] 

Stefan Bodewig commented on COMPRESS-447:
-----------------------------------------

We've had some similar discussion at the end of COMPRESS-432 - it is unclear to me what the alternative to allowing the AIOBE bubbling up is. The file simply is not a valid ZIP archive when this happens.

Most likely throwing a {{ZipException}} would be more appropriate.

> ArrayIndexOutOfBoundsException in ZipFile
> -----------------------------------------
>
>                 Key: COMPRESS-447
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-447
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Archivers
>            Reporter: floyd
>            Priority: Major
>         Attachments: 7_uncaught_ArrayIndexOutOfBoundsException_1.zip, 7_uncaught_ArrayIndexOutOfBoundsException_2.zip
>
>
> As part of a fuzzing run for a larger software that uses Apache Commons Compress ZipFile with the AFL-based Kelinci fuzzer found at https://github.com/isstac/kelinci I found the following ArrayIndexOutOfBoundsException issues:
> {code:java}
> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
>     at java.lang.System.arraycopy(Native Method)
>     at org.apache.commons.compress.archivers.zip.X7875_NewUnix.parseFromLocalFileData(X7875_NewUnix.java:224)
>     at org.apache.commons.compress.archivers.zip.ExtraFieldUtils.parse(ExtraFieldUtils.java:179)
>     at org.apache.commons.compress.archivers.zip.ZipArchiveEntry.setExtra(ZipArchiveEntry.java:571)
>     at org.apache.commons.compress.archivers.zip.ZipFile.resolveLocalFileHeaderData(ZipFile.java:1042)
>     at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java:291)
>     at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java:213)
>     at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java:196)
>     at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java:157){code}
> The issue can be reproduced with the attached files.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)