LiveActive security incident?Get immediate response
CVE Record

CVE-2021-22857: ChanGate EnterPrise Co., Ltd property management system - Directory Traversal

The CGE page with download function contains a Directory Traversal vulnerability. Attackers can use this loophole to download system files arbitrarily.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-22857 is a high-severity file disclosure flaw in ChanGate EnterPrise Co., Ltd property management system. A vulnerable download function can let an unauthenticated remote attacker retrieve system files. The main business risk is exposure of sensitive files, credentials, configuration data, or personal information stored on the server.

Executive priority

High priority for any internet-facing deployment. The issue is confidentiality-focused, easy to exploit according to CVSS, and could expose sensitive operational or personal data. Prioritize discovery, vendor fix confirmation, and access restriction while evidence on exact affected versions remains limited.

Technical view

The CGE page download function has a CWE-22 directory traversal vulnerability. The CVSS 3.1 vector is AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N, meaning remote, low-complexity, unauthenticated exploitation with high confidentiality impact and no cited integrity or availability impact.

Likely exposure

Exposure is likely limited to organizations running ChanGate EnterPrise Co., Ltd property management system where the CGE download page is reachable over a network. The source bundle does not provide clear affected version ranges beyond the listed affected version value, so owners should confirm applicability with the vendor or maintainer.

Exploitation context

The sources describe arbitrary system file download through directory traversal. KEV status is false, and the provided sources do not confirm active exploitation, public exploit availability, or weaponized campaigns. Treat internet-exposed systems as higher priority because CVSS indicates no authentication or user interaction is required.

Researcher notes

Evidence is concise and vendor/version detail is limited. The key observable is a directory traversal flaw in a CGE download function causing arbitrary system file download. Do not assume affected products beyond the named ChanGate EnterPrise property management system, and do not claim active exploitation from the provided bundle.

Mitigation direction

  • Check ChanGate, TWCERT, and CHT Security guidance for supported fixes or patches.
  • Restrict external access to the property management system and CGE download page.
  • Disable the affected download function until vendor remediation is confirmed, if operationally feasible.
  • Limit web server file permissions to reduce sensitive file exposure.
  • Monitor application and web logs for suspicious file download activity.

Validation and detection

  • Inventory deployments of ChanGate EnterPrise property management system.
  • Confirm whether the CGE download function is enabled and network reachable.
  • Verify product version and patch status with vendor or system owner records.
  • Review logs for abnormal download requests or sensitive file access attempts.
  • Assess whether exposed files could contain credentials or regulated data.
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 · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-22857 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-2021-22857Attack 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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ChanGate EnterPrise Co., Ltdproperty management system0Listed
Weakness

CWE details

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

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.