zonkyio / embedded-postgres

Java embedded PostgreSQL component for testing
Apache License 2.0
341 stars 41 forks source link

Upgrade org.apache.commons:commons-compress to 1.26.0 due to Infinite loop problem #127

Closed lesiak closed 4 months ago

lesiak commented 4 months ago

https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-6254296

Infinite loop Affecting org.apache.commons:commons-compress package, versions [1.3,1.26.0)

How to fix? Upgrade org.apache.commons:commons-compress to version 1.26.0 or higher.

Overview org.apache.commons:commons-compress is an API for working with compression and archive formats.

Affected versions of this package are vulnerable to Infinite loop due to the improper handling of certain inputs during the parsing of dump files. An attacker can cause the application to enter an infinite loop by supplying crafted inputs.

tomix26 commented 4 months ago

Thank you for your contribution 👍