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
Hi, @nicolobidotti , @andr3a87, I'd like to report a vulnerability issue in it.agilelab:wasp-model_2.11:2.28.1-cdp717.
Issue Description
I noticed that it.agilelab:wasp-model_2.11:2.28.1-cdp717 directly depends on org.lz4:lz4-java:1.6.0. As shown in the following dependency graph. However, org.lz4:lz4-java:1.6.0 sufferes from the vulnerability which the C library lz4(version:1.9.1) exposed, containing a high severity CVE: CVE-2019-17543.
Dependency Graph between Java and Shared Libraries
Furthermore, the vulnerable methods in the vulnerable shared libraries can be actually invoked by Java code. For instance, the following LZ4-JNI interfaces(Java code): LZ4JNIFastDecompressor::decompress(), LZ4JNISafeDecompressor::decompress(), LZ4JNICompressor::compress() can reach the vulnerable method(C code) LZ4_write32() reported by CVE-2019-17543.
org.lz4:lz4-java:1.7.0 (>=1.7.0) has upgraded this vulnerable C library lz4 to the patch version 1.9.2.
Java build tools cannot report vulnerable C libraries, which may induce potential security issues to many downstream Java projects. Could you please upgrade this vulnerable dependency?
Thanks for your help~
Best regards,
Joe Gardner
The text was updated successfully, but these errors were encountered:
Hi, @nicolobidotti , @andr3a87, I'd like to report a vulnerability issue in it.agilelab:wasp-model_2.11:2.28.1-cdp717.
Issue Description
I noticed that it.agilelab:wasp-model_2.11:2.28.1-cdp717 directly depends on org.lz4:lz4-java:1.6.0. As shown in the following dependency graph. However, org.lz4:lz4-java:1.6.0 sufferes from the vulnerability which the C library lz4(version:1.9.1) exposed, containing a high severity CVE: CVE-2019-17543.
Dependency Graph between Java and Shared Libraries
Furthermore, the vulnerable methods in the vulnerable shared libraries can be actually invoked by Java code. For instance, the following LZ4-JNI interfaces(Java code):
LZ4JNIFastDecompressor::decompress()
,LZ4JNISafeDecompressor::decompress()
,LZ4JNICompressor::compress()
can reach the vulnerable method(C code)LZ4_write32()
reported by CVE-2019-17543.Suggested Vulnerability Patch Versions
org.lz4:lz4-java:1.7.0 (>=1.7.0) has upgraded this vulnerable C library
lz4
to the patch version 1.9.2.Java build tools cannot report vulnerable C libraries, which may induce potential security issues to many downstream Java projects. Could you please upgrade this vulnerable dependency?
Thanks for your help~
Best regards,
Joe Gardner
The text was updated successfully, but these errors were encountered: