CVE-2022-38342
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 · uneditedSafe Software FME Server v2021.2.5, v2022.0.0.2 and below was discovered to contain a XML External Entity (XXE) vulnerability which allows authenticated attackers to perform data exfiltration or Server-Side Request Forgery (SSRF) attacks.
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 confidenceSafe Software FME Server versions 2021.2.5, 2022.0.0.2 and below contain an XML External Entity (XXE) vulnerability in XML parsing functionality. An authenticated attacker can craft malicious XML input to reference external entities, enabling data exfiltration from server files or internal resources via SSRF attacks.
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< 2021.2.6.0>= 2022.0.0.0, < 2022.0.0.2CVSS 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 installed FME Server versionAccess the FME Server web interface and navigate to Help > About, or check the version via the FME Server installation directory and release notes. Alternatively, query the FME Server REST API endpoint if accessible.Affected if The version is 2021.2.5 or below, or falls between 2022.0.0.0 and 2022.0.0.1 (inclusive). These versions are within the vulnerable range.
-
Confirm XML parsing functionality is accessibleIdentify if FME Server workflows or endpoints that accept XML input are published and accessible. Review FME Server workspaces that use XML transformers or XML-related readers/writers, or check for exposed REST API endpoints that process XML payloads.Affected if The server hosts any published FME Server applications, workspaces, or REST endpoints that process user-supplied XML data.
-
Check XML parser security configurationExamine the FME Server configuration files (typically in the Server directory) for XML parser settings, or review any custom XML processing code for configured entity resolution settings. Look for features related to external entity processing.Affected if The XML parser configuration allows external entity processing or has not been hardened to disable external entity resolution, which is the default vulnerable state in affected versions.
-
Verify attacker authentication possibilityReview whether user authentication is enabled on FME Server and determine if untrusted or low-privilege accounts can access XML-processing endpoints. Check user role assignments for XML-related workflows.Affected if Untrusted or low-privilege authenticated users can access XML-processing functionality, as the CVE requires an authenticated attacker.
A user is affected if FME Server runs a vulnerable version (2021.2.5 or below, or 2022.0.0.0-2022.0.0.1) AND has XML parsing functionality accessible to authenticated users without hardened parser configuration.
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 · scoped2021.2.6.02022.0.0.2
Upgrade FME Server to a version beyond the vulnerable releases (2021.2.5 and 2022.0.0.2). Alternatively, configure the XML parser to disable external entity processing and validate XML input strictly.
FME Server 2021.2.6.0 or later; FME Server 2022.0.0.2 or later
- 1. Back up your current FME Server configuration and databases
- 2. Identify your current FME Server version (2021.x or 2022.x branch)
- 3. For FME Server 2021.x: Upgrade to version 2021.2.6.0 or later
- 4. For FME Server 2022.x: Upgrade to version 2022.0.0.2 or later
- 5. After upgrade, verify the XML parsing configuration disables external entity processing as an additional hardening measure
- 6. Test critical workflows to ensure functionality is maintained
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.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 $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-38342 — 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-38342 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