graal-sdk 22.0.0.2 has 6 vulnerabilities
See original GitHub issueThe develop branch comes with graal-sdk 22.0.0.2:
mvn dependency:tree -Dincludes=org.graalvm.sdk:graal-sdk
[INFO] com.intuit.karate:karate-core:jar:1.3.0-SNAPSHOT
[INFO] \- org.graalvm.js:js-scriptengine:jar:22.0.0.2:compile
[INFO] \- org.graalvm.sdk:graal-sdk:jar:22.0.0.2:compile
Snyk reports 6 vulnerabilities for graal-sdk 22.0.0.2: https://security.snyk.io/package/maven/org.graalvm.sdk:graal-sdk/22.0.0.2
- https://nvd.nist.gov/vuln/detail/CVE-2022-21434 Unsafe Reflection
- https://nvd.nist.gov/vuln/detail/CVE-2022-21426 Denial of Service (DoS)
- https://nvd.nist.gov/vuln/detail/CVE-2022-21443 Denial of Service (DoS)
- https://nvd.nist.gov/vuln/detail/CVE-2022-21476 Information Exposure
- https://nvd.nist.gov/vuln/detail/CVE-2022-21496 Improper Input Validation
- https://nvd.nist.gov/vuln/detail/CVE-2022-21449 Access Restriction Bypass
Please upgrade to a fixed version of Graal.
Issue Analytics
- State:
- Created a year ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
org.graalvm.sdk:graal-sdk 22.0.0.2 vulnerabilities | Snyk
Affected versions of this package are vulnerable to Denial of Service (DoS) by allowing unauthenticated attackers with network access via multiple protocols to ......
Read more >Current version of graal-sdk contains several vulnerabilities
org.graalvm.sdk:graal-sdk@21.3.0 contains several vulnerabilities: ... Final (that we will release next week) and 22.0.0.2 for main .
Read more >22.2.0 - GraalVM
GraalVM is a high-performance JDK distribution written for Java and other JVM languages, along with support for JavaScript, Ruby, Python, ...
Read more >org.graalvm.sdk : graal-sdk - Maven Central Repository Search
Graal Sdk - GraalVM is an ecosystem for compiling and running applications written in multiple languages. GraalVM removes the isolation between programming ...
Read more >org.graalvm.sdk » graal-sdk - Maven Repository
Version Vulnerabilities Repository Usages Date
22.3.x 22.3.0 Central 31 Oct 18, 2022
22.2.x 22.3.x 22.2.0.1 Central 12 Oct 11, 2022
22.2.x 22.2.0 Central 34 Jul 19,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks @edwardsph and @lukasz-gosiewski for the feedback !
@ptrthomas I just migrated to
1.4.0.RC1
and it works perfect. That was a really fast reaction, thank you!