LiveActive security incident?Get immediate response
CVE Record

CVE-2022-32458: Data Systems Consulting Co., Ltd. BPM - XML External Entity (XXE) Injection

Digiwin BPM has a XML External Entity Injection (XXE) vulnerability due to insufficient validation for user input. An unauthenticated remote attacker can perform XML injection attack to access arbitrary system files.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-32458 is an XXE flaw in Data Systems Consulting/Digiwin BPM. A remote unauthenticated attacker could abuse XML handling to read arbitrary files from the server. The public source bundle does not identify a fixed version or active exploitation.

Executive priority

Treat as high priority for any organization running the affected BPM platform, especially if externally reachable. The business risk is unauthorized disclosure of server-side files, which may expose credentials, configuration data, or sensitive operational information.

Technical view

The issue is CWE-611: XML External Entity processing caused by insufficient input validation. CVSS 3.1 is 7.5, network reachable, low complexity, no privileges or user interaction, with high confidentiality impact and no stated integrity or availability impact.

Likely exposure

Exposure is most likely where Data Systems Consulting Co., Ltd. BPM, also described as Digiwin BPM, accepts XML input over reachable web or API interfaces. Affected versions are unspecified, so asset owners must confirm product presence and vendor status directly.

Exploitation context

The source bundle states unauthenticated remote file access is possible through XML injection. It does not cite CISA KEV listing, active exploitation, public exploit availability, affected endpoints, or weaponized details.

Researcher notes

Evidence is limited to the CVE summary and two public advisory references. Versions, patch details, endpoints, and exploitation status are not provided in the bundle, so validation should focus on inventory, exposure confirmation, and vendor advisory follow-up.

Mitigation direction

  • Identify any Data Systems Consulting or Digiwin BPM deployments in production and test environments.
  • Check vendor, TWCERT, and CHT Security guidance for fixed versions or official workarounds.
  • Restrict network access to BPM interfaces until patch status is confirmed.
  • Disable unsafe XML external entity processing where vendor-supported configuration allows it.
  • Monitor affected systems for unusual file access, XML parser errors, and suspicious requests.

Validation and detection

  • Confirm whether BPM is installed and reachable from internet, VPN, partner, or internal networks.
  • Map BPM interfaces that accept XML input without sending offensive payloads.
  • Verify installed version and patch status against official vendor or advisory information.
  • Review application and web server logs around July 2022 onward for suspicious XML parsing activity.
  • Confirm compensating controls limit unauthenticated access to exposed BPM endpoints.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-611: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-32458 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2022-32458Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Data Systems Consulting Co., Ltd.BPMunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-611 · source CWE mapping

Improper Restriction of XML External Entity Reference

Improper Restriction of XML External Entity Reference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.