CVE-2022-36022
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedDeeplearning4J 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceDeeplearning4J examples and platform tests (versions up to 1.0.0-M2.1) reference unclaimed S3 buckets for NLP word2vec Google News vector data. This creates a supply chain integrity risk where external data dependencies may be unavailable or potentially compromised by third parties who have claimed those bucket names.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1.0.0= 1.0.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Deeplearning4j version in useCheck the project's dependency management file (pom.xml for Maven, build.gradle for Gradle) or the library jar manifest for the Eclipse Deeplearning4j versionAffected if The version is 1.0.0 or any version below 1.0.0 (such as 1.0.0-M2.1 or earlier)
-
Locate S3 bucket URL references in source codeSearch the codebase for S3 URL patterns commonly used for word2vec data, typically strings containing 's3.amazonaws.com' and 'word2vec' or 'GoogleNews'Affected if The codebase contains references to deprecated S3 bucket URLs for NLP word2vec Google News vectors
-
Identify NLP word2vec example or test codeSearch for imports and usages of org.deeplearning4j.examples.nlp.word2vec, or classes that load Google News vector filesAffected if The project runs or depends on NLP examples or tests that download/use the Google News word2vec dataset
-
Check runtime network connections to S3Monitor network traffic or review application logs during startup for attempts to connect to s3.amazonaws.com endpoints related to word2vec dataAffected if The application attempts to fetch data from unclaimed S3 buckets at runtime
A user is affected if they are using Deeplearning4j version 1.0.0 or earlier and running NLP word2vec example code or tests that reference the deprecated S3 bucket for Google News vectors.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.0.0
Upgrade to snapshot versions when available, or manually download word2vec Google News vectors from the new git lfs source specified in the workaround. Remove or avoid running older NLP example code that depends on the deprecated S3 bucket references.
Latest Deeplearning4j snapshot (post-fix)
- 1. Update your Deeplearning4j dependency to use the latest snapshot version that includes the fix
- 2. For Maven projects, add or update the snapshot repository in your pom.xml: <repository><id>sonatype-oss-snapshots</id><url>https://oss.sonatype.org/content/repositories/snapshots</url></repository>
- 3. Update the dl4j-examples dependency version to the latest snapshot
- 4. If using NLP examples that reference word2vec Google News vectors, download the vector file from the new git lfs source referenced in the Deeplearning4j repository
- 5. Verify your application compiles and runs with the updated dependencies
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing1.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,424.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-36022 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-36022 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data