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

fix: upgrade commons-compress to v1.20 to remediate CVE-2019-12402 #1133

Merged
merged 1 commit into from
Apr 30, 2020

Conversation

rdeltour
Copy link
Member

CVE-2019-12402:

  • Library: org.apache.commons:commons-compress
  • Vulnerable versions: >= 1.15, < 1.19
  • Patched version: 1.19

The file name encoding algorithm used internally in Apache Commons
Compress 1.15 to 1.18 can get into an infinite loop when faced with
specially crafted inputs. This can lead to a denial of service attack if
an attacker can choose the file names inside of an archive created by
Compress.

Fixes #1078

CVE-2019-12402:

- Library: org.apache.commons:commons-compress
- Vulnerable versions: >= 1.15, < 1.19
- Patched version: 1.19

The file name encoding algorithm used internally in Apache Commons
Compress 1.15 to 1.18 can get into an infinite loop when faced with
specially crafted inputs. This can lead to a denial of service attack if
an attacker can choose the file names inside of an archive created by
Compress.

Fixes #1078
@rdeltour rdeltour added the status: ready to merge The pull request is ready to be merged label Apr 30, 2020
@rdeltour rdeltour added this to the 4.2.3 milestone Apr 30, 2020
@rdeltour rdeltour self-assigned this Apr 30, 2020
@rdeltour rdeltour merged commit 928c26a into master Apr 30, 2020
@rdeltour rdeltour deleted the fix/1078/commons-compress-cve branch April 30, 2020 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready to merge The pull request is ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to latest commons-compress library
1 participant