LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37022: OpenZ ERP 3.6.60 - Persistent Cross-Site Scripting

OpenZ ERP 3.6.60 contains a persistent cross-site scripting vulnerability in the Employee module's name and description parameters. Attackers can inject malicious scripts through POST requests to , enabling session hijacking and manipulation of application modules.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-37022 is a stored cross-site scripting issue in OpenZ ERP 3.6.60. A logged-in attacker could save malicious script content in Employee module name or description fields. When processed by the application, that content could affect other users’ sessions or actions. This is a medium business risk, mainly for organizations running the affected OpenZ ERP version.

Executive priority

Prioritize this if OpenZ ERP supports sensitive HR, finance, or operational workflows. The issue is not known here to be actively exploited, but stored XSS can undermine user trust and session integrity. Treat as a targeted remediation item rather than an emergency unless exposed users are untrusted.

Technical view

The reported flaw is CWE-79 persistent XSS in OpenZ ERP 3.6.60 Employee module name and description parameters. The CVSS 3.1 score is 6.4: network reachable, low complexity, low privileges required, scope changed, low confidentiality and integrity impact, and no availability impact. Public exploit documentation exists, but the sources do not establish active exploitation.

Likely exposure

Exposure is limited to organizations using OpenZ ERP 3.6.60, especially where untrusted or broad user groups can access Employee module fields. The source bundle does not confirm other affected versions or a vendor-fixed release.

Exploitation context

The issue requires authenticated access according to the CVSS privileges-required value. Stored XSS can be triggered later through normal application use, potentially enabling session theft or unauthorized UI-level actions. ExploitDB is cited, but CISA KEV status is false and no source here confirms active exploitation.

Researcher notes

Version evidence centers on OpenZ ERP 3.6.60. The bundle’s affected version field is inconsistent, so do not assume broader version coverage without vendor confirmation. Public exploit references support technical plausibility, but no KEV listing or cited source confirms in-the-wild exploitation or a specific patch.

Mitigation direction

  • Check OpenZ vendor guidance for a fixed version or official workaround.
  • Restrict Employee module write access to trusted users only.
  • Review and remove suspicious script-like content from employee records.
  • Apply compensating input validation or output encoding where feasible.
  • Increase monitoring for unusual ERP session or account activity.

Validation and detection

  • Inventory OpenZ ERP deployments and confirm running versions.
  • Determine whether version 3.6.60 is present in production or test.
  • Review Employee module name and description fields for stored script-like content.
  • Validate input handling safely in a non-production environment.
  • Confirm whether vendor updates or configuration guidance have been applied.
Prepared
Confidence
medium
Sources
7

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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2020-37022 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
Medium
CVSS
6.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/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
6Source 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
6.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2020-37022Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/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
OpenZOpenZ ERP0Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.