Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Are there any plans to fix CVE-2023-39136 (DoS attacks) vulnerability for releases before 2.5.0 version? #692

Closed
anton-patrushev opened this issue Dec 18, 2023 · 1 comment

Comments

@anton-patrushev
Copy link

Actual behavior

The 2.2.3 package is vulnerable to CVE-2023-39136 vulnerability. All packages before 2.5.4 are vulnerable to this issue.

Expected behavior

Packages with no requirements to have iOS 15+ as the minimal iOS version have a fix for CVE-2023-39136 vulnerability.

Version of ZipArchive

Lower than 2.5.0

Environmental information

The minimal iOS version is 12.4

@jhudsonWA
Copy link
Member

No. As stated on the main page of this project.

A key dependency of this project is the zlib library. zlib before version 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches according to CVE-2018-25032.

zlib 1.2.12 is included in macOS 10.15+ (with latest security patches), iOS 15.5+, tvOS 15.4+, watchOS 8.4+. As such, these OS versions will be the new minimums as of version 2.5.0 of ZipArchive.

If you are using an older version ZipArchive you are on your own for choosing to use a version of this package on os versions that are vulnerable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants