LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3628: OpenKM Document Management Community vulnerable to Cross Site Scripting

OpenKM Community Edition in its 6.3.10 version is vulnerable to authenticated Cross-site scripting (XSS). A remote attacker could exploit this vulnerability by injecting arbitrary code via de uuid parameter.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-3628 is an authenticated cross-site scripting flaw in OpenKM Document Management Community 6.3.10. A logged-in attacker could inject script through the uuid parameter, potentially affecting another user who interacts with crafted content. Business impact is limited but relevant where OpenKM stores sensitive documents or has privileged users.

Executive priority

Treat this as a moderate remediation item. It is not currently evidenced as actively exploited, but document systems often contain sensitive information, so affected OpenKM 6.3.10 instances should be identified and remediated through vendor guidance.

Technical view

The issue is CWE-79 XSS in OpenKM Community Edition 6.3.10. The CVSS 3.1 score is 4.6, with network access, low complexity, low privileges required, and user interaction required. The source bundle identifies the uuid parameter as the injection point but does not provide patch details or exploit mechanics.

Likely exposure

Exposure appears limited to organizations running OpenKM Document Management Community version 6.3.10. Risk is higher when authenticated access is broadly available, the application is internet-facing, or privileged document-management users routinely interact with attacker-controlled records or links.

Exploitation context

The CVE record and bundle do not show CISA KEV listing or active exploitation evidence. Exploitation requires an authenticated attacker and user interaction, which lowers urgency compared with unauthenticated remote code execution but still creates confidentiality and integrity concerns.

Researcher notes

Evidence is sufficient for affected product, version, weakness type, and CVSS characteristics. The provided sources do not confirm a fixed version, active exploitation, or detailed remediation. Avoid broad claims beyond OpenKM Community 6.3.10 and the uuid parameter.

Mitigation direction

  • Identify any OpenKM Community 6.3.10 instances in production or test environments.
  • Review INCIBE and OpenKM issue 278 for vendor-confirmed remediation guidance.
  • Use the OpenKM migration guide for any approved version migration path.
  • Restrict OpenKM access to trusted users and networks until remediation is confirmed.
  • Monitor vendor sources for patch or upgrade clarification.

Validation and detection

  • Confirm the deployed OpenKM edition and version are Community 6.3.10.
  • Check whether OpenKM is internet-facing or reachable by untrusted authenticated users.
  • Review access logs for suspicious authenticated activity around vulnerable document workflows.
  • Verify remediation by confirming vendor-guided upgrade or mitigation is applied.
  • Retest only in an authorized environment without capturing exploit payloads.
Prepared
Confidence
medium
Sources
5

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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-3628 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
4.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/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
4Source 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
4.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N2.12.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.6Medium
CVSS 3.1 vector shape for CVE-2021-3628Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OpenKMDocument Management Community6.3.10Listed
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.