CVE-2022-36022
10.11.2022, 18:15
Deeplearning4J is a suite of tools for deploying and training deep learning models using the JVM. Packages org.deeplearning4j:dl4j-examples and org.deeplearning4j:platform-tests through version 1.0.0-M2.1 may use some unclaimed S3 buckets in tests in examples. This is likely affect people who use some older NLP examples that reference an old S3 bucket. The problem has been patched. Users should upgrade to snapshots as Deeplearning4J plan to publish a release with the fix at a later date. As a workaround, download a word2vec google news vector from a new source using git lfs from here.Enginsight
Vendor | Product | Version |
---|---|---|
eclipse | deeplearning4j | 𝑥 < 1.0.0 |
eclipse | deeplearning4j | 1.0.0:beta5 |
eclipse | deeplearning4j | 1.0.0:beta6 |
eclipse | deeplearning4j | 1.0.0:beta7 |
eclipse | deeplearning4j | 1.0.0:milestone1 |
eclipse | deeplearning4j | 1.0.0:milestone1.1 |
eclipse | deeplearning4j | 1.0.0:milestone2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-344 - Use of Invariant Value in Dynamically Changing ContextThe product uses a constant value, name, or reference, but this value can (or should) vary across different environments.
- CWE-330 - Use of Insufficiently Random ValuesThe software uses insufficiently random numbers or values in a security context that depends on unpredictable numbers.