Closed malenalbc closed 3 years ago
Wow thanks for raising this! Let me look into these right now...
CVE-2009-2689
: this is only exploitable in JDK 1.6. CVE-2009-2476
: this is only exploitable in JDK 1.6. It's recommended to use JDK 1.8 or above with Lazysodium. You can set JDK 1.8 for both Java and Android now as far as I'm aware.
If there are any other CVEs you want me to look at then feel free to let me know!
Good to know! Yes, with Gradle 3.0.0+ it's fairly easy to set up. Thanks for taking a look 👍
Run Dependency Check plugin on my Android library which contains the Lazysodium and JNA dependencies (as stated in the Install section on the Readme):
The plugin provides a report of vulnerabilities based on the National Vulnerability Database (NVD) hosted by NIST. Of the several issues it listed for JNA, two of them were a 10 on the CVSS score level.
My question is: Do any of them affect the Android OS and could they be used to exploit a vulnerability on the use of Lazysodium?
Thanks!