LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32856: Microweber vulnerable to Cross-site Scripting

Microweber is a drag and drop website builder and content management system. Versions 1.2.12 and prior are vulnerable to copy-paste cross-site scripting (XSS). For this particular type of XSS, the victim needs to be fooled into copying a malicious payload into the text editor. A fix was attempted in versions 1.2.9 and 1.2.12, but it is incomplete.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Microweber 1.2.12 and earlier can mishandle content pasted into its text editor, allowing cross-site scripting if a user is tricked into pasting malicious content. This is not a server takeover issue, but it can affect site trust, sessions, and content integrity.

Executive priority

Treat as a moderate-priority CMS issue. Patch planning should be prompt for public or brand-sensitive sites, but urgency is lower than remotely exploitable server compromise because user interaction is required.

Technical view

CVE-2021-32856 is a copy-paste XSS issue in Microweber, mapped to CWE-79. The CVSS 3.1 score is 6.1 with user interaction required and changed scope. Sources state fixes attempted in 1.2.9 and 1.2.12 were incomplete.

Likely exposure

Exposure is most likely in Microweber deployments running version 1.2.12 or earlier where editors or administrators paste untrusted rich content into the CMS editor.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. Exploitation requires social engineering a victim into copying malicious content into the text editor, so phishing and editor workflows matter.

Researcher notes

The key nuance is the copy-paste attack path and the incomplete prior fixes. Avoid assuming a safe Microweber version unless vendor documentation explicitly confirms it. No exploit code or active exploitation evidence is included in the supplied sources.

Mitigation direction

  • Inventory Microweber deployments and record exact versions.
  • Check Microweber vendor guidance for a fully fixed release.
  • Prioritize upgrades for internet-facing or business-critical sites.
  • Limit editor access to trusted users until remediated.
  • Warn editors not to paste untrusted rich content into the CMS.

Validation and detection

  • Confirm whether any deployment runs Microweber 1.2.12 or earlier.
  • Review which users have editor or administrator access.
  • Check content history for suspicious pasted HTML or scripts.
  • Verify remediation against vendor advisory or release notes.
Prepared
Confidence
high
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-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-2021-32856 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.1 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
microwebermicroweber1.2.12Listed
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.