CVE-2022-37033
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 · uneditedIn dotCMS 5.x-22.06, TempFileAPI allows a user to create a temporary file based on a passed in URL, while attempting to block any SSRF access to local IP addresses or private subnets. In resolving this URL, the TempFileAPI follows any 302 redirects that the remote URL returns. Because there is no re-validation of the redirect URL, the TempFileAPI can be used to return data from those local/private hosts that should not be accessible remotely.
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 · high confidenceThe TempFileAPI in dotCMS attempts to block SSRF attacks by preventing access to local IP addresses and private subnets, but it follows 302 redirects without re-validating the final destination URL against the blocklist. This allows attackers to bypass the SSRF protection by using a public server that redirects to internal/private resources.
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< 21.06.12>= 5.2.0, < 22.08>= 22.03, < 22.03.4CVSS 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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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 dotCMS installationCheck for dotCMS by looking for the 'dotmarketing' directory structure, or query the server for the dotCMS login page (typically at /dotAdmin/ or /c/portal/login). Confirm the application serves dotCMS content.Affected if The server is running dotCMS and the TempFileAPI endpoint is accessible.
-
Determine installed dotCMS versionCheck the version.properties or build.properties file in the dotCMS installation directory, or access the /api/v1/version endpoint if available. Compare the version against affected ranges: < 21.06.12, >= 5.2.0 and < 22.08, >= 22.03 and < 22.03.4.Affected if The installed version falls within any of the affected version ranges.
-
Verify TempFileAPI is accessibleConfirm the TempFileAPI endpoint exists by checking if /api/v1/tempFile/ or similar paths respond on the dotCMS server. This endpoint handles external URL requests.Affected if The TempFileAPI endpoint is exposed and accepts external URL parameters.
-
Check SSRF protection configurationInspect the TempFileAPI code or configuration for the IP blocklist logic that prevents access to localhost (127.0.0.1) and private IP ranges (10.x.x.x, 172.16-31.x.x, 192.168.x.x). Look for validation of the 'url' or 'redirectUrl' parameter.Affected if The TempFileAPI has IP blocklist logic but does NOT re-validate the destination URL after following a 302 redirect.
You are affected if your dotCMS version is in the affected ranges AND the TempFileAPI is accessible, as the SSRF protection can be bypassed via 302 redirects to internal/private resources.
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 · scoped21.06.1222.03.422.08
Apply the vendor patch for CVE-2022-37033 which implements re-validation of redirect URLs before following them, or add custom validation logic to verify all redirect destinations against the local/private IP blocklist.
22.08 or later (latest 22.x stable release)
- 1. Backup your current dotcms installation and database
- 2. Review the release notes for the target upgrade version for any breaking changes
- 3. Test the upgrade in a non-production environment first
- 4. Upgrade dotcms to version 22.08 or later (or the latest 22.x stable release)
- 5. Verify the TempFileAPI no longer follows unvalidated redirects
- 6. Confirm normal file upload functionality still works
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-37033 — 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-37033 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