CVE-2022-2458
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 · uneditedXML external entity injection(XXE) is a vulnerability that allows an attacker to interfere with an application's processing of XML data. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. The software processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output. Here, XML external entity injection lead to External Service interaction & Internal file read in Business Central and also Kie-Server APIs.
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 confidenceXXE vulnerability in Business Central and Kie-Server APIs allows attackers to inject malicious XML with external entity references. A weakly configured XML parser processes these entities, enabling reading of internal files and interaction with internal/external services.
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< 7.13.1CVSS 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
- High
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/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 Redhat Process Automation Manager versionCheck the installed version of Redhat Process Automation Manager using the package manager, installation directory, or version lookup command provided by Red Hat. Compare it to the affected range: versions < 7.13.1Affected if The installed version is below 7.13.1
-
Confirm Business Central component is in useDetermine if the Business Central web interface or API endpoint is accessible and in use within your environmentAffected if Business Central is deployed and accessible
-
Confirm Kie-Server component is in useDetermine if the Kie-Server REST API or associated endpoints are exposed and in use within your environmentAffected if Kie-Server API is deployed and accessible
-
Inspect XML parser configurationReview the XML parser configuration files or settings used by Business Central and Kie-Server. Look for settings related to external entity processing, DTD parsing, and external resource loading. Check if these security controls are explicitly disabled or not configured.Affected if XML parsers allow external entity processing or DTD parsing (the secure setting to disable these is not applied)
-
Verify XML input handlingReview how XML inputs are processed when received by Business Central or Kie-Server APIs. Determine whether there are input validation or sanitization mechanisms in place for XML contentAffected if There is no input validation preventing malicious XML with external entity references from being processed
You are affected if your Redhat Process Automation Manager version is below 7.13.1 AND Business Central or Kie-Server APIs are in use with XML parsers that have not been configured to disable external entity and DTD processing.
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 · scoped7.13.1
Configure XML parsers to disable external entity processing and DTD parsing. Use secure XML parser settings that prevent entity expansion and external resource loading.
Process Automation Manager 7.13.1
- Upgrade Process Automation Manager to version 7.13.1 or later to resolve the XXE vulnerability
- After upgrade, verify that Business Central and Kie-Server APIs are functioning normally
- Validate that XML parsing configurations disable external entity processing as an additional defense-in-depth measure
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.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,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-2458 — 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-2458 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