You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/04/13 14:11:45 UTC

[GitHub] [zeppelin] HelenParr opened a new pull request, #4354: Potential security vulnerability in the lz4 C library.

HelenParr opened a new pull request, #4354:
URL: https://github.com/apache/zeppelin/pull/4354

   Hi, @corneadoug, @Reamer , I'd like to report a vulnerability dependency in **org.apache.zeppelin:zeppelin-cassandra:0.10.1**.
   ### Issue Description
   I noticed that **org.apache.zeppelin:zeppelin-cassandra:0.10.1** directly depends on **org.lz4:lz4-java:1.6.0** in the [pom](https://repo1.maven.org/maven2/org/apache/zeppelin/zeppelin-cassandra/0.10.1/zeppelin-cassandra-0.10.1.pom). However, as shown in the following dependency graph, **org.lz4:lz4-java:1.6.0** sufferes from the vulnerabilites which the C library **lz4(version:1.9.1)** exposed, containing a high severity CVE: [CVE-2019-17543](https://nvd.nist.gov/vuln/detail/CVE-2019-17543).
   ### Dependency Graph between Java and Shared Libraries
   ![image](https://user-images.githubusercontent.com/103260963/163198977-5211f6a1-075b-4e14-96ab-03eddec062a8.png)
   ### Suggested Vulnerability Patch Versions
   **org.lz4:lz4-java:1.7.0** (**>=1.7.0**) has upgraded the 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,
   Helen Parr


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] jongyoul commented on pull request #4354: Potential security vulnerability in the lz4 C library.

Posted by GitBox <gi...@apache.org>.
jongyoul commented on PR #4354:
URL: https://github.com/apache/zeppelin/pull/4354#issuecomment-1098663154

   Thank you for your contribution and welcome :-)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [zeppelin] jongyoul merged pull request #4354: Potential security vulnerability in the lz4 C library.

Posted by GitBox <gi...@apache.org>.
jongyoul merged PR #4354:
URL: https://github.com/apache/zeppelin/pull/4354


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org