You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GzipSource does not handle an exception that might be raised when parsing a malformed gzip buffer. This may lead to denial of service of the Okio client when handling a crafted GZIP archive, by using the GzipSource class.
Describe the bug
Dependency maven:com.squareup.okio:okio:1.15.0 is vulnerable
Upgrade to 3.4.0
GHSA-w33c-445m-f8w7, Score: 5.9
GzipSource does not handle an exception that might be raised when parsing a malformed gzip buffer. This may lead to denial of service of the Okio client when handling a crafted GZIP archive, by using the GzipSource class.
Read More: https://osv.dev/vulnerability/GHSA-w33c-445m-f8w7
Results powered by OSV
Fabric8 Kubernetes Client version
SNAPSHOT
Steps to reproduce
Adds dependency to pom.xml:
IntelliJ warns about the aforementioned vulnerability
Expected behavior
Upgrade to version 3.4.0 or higher to resolve the vulnerability
Runtime
Kubernetes (vanilla)
Kubernetes API Server version
1.25.3@latest
Environment
Windows, Linux, macOS
Fabric8 Kubernetes Client Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: