LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3242: HTML code Injection in template search keyword in microweber/microweber

Code Injection in GitHub repository microweber/microweber prior to 1.3.2.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Microweber versions before 1.3.2 had an injection flaw in the template search keyword handling. A remote attacker would not need an account, but the CVSS vector says user interaction is required. The documented impact is limited confidentiality exposure, with no cited integrity or availability impact.

Executive priority

Treat this as a moderate-priority web application exposure. It is not currently supported by KEV evidence in the provided bundle, but public-facing outdated Microweber sites should be upgraded because exploitation does not require authentication.

Technical view

CVE-2022-3242 is reported as Code Injection/CWE-94 in microweber/microweber before 1.3.2, specifically tied to HTML code injection in the template search keyword. Public metadata gives CVSS 4.3 with AV:N, AC:L, PR:N, UI:R, S:U, C:L, I:N, A:N.

Likely exposure

Exposure is likely limited to Microweber deployments running versions earlier than 1.3.2. The source bundle provides no CPEs and lists affected versions only as unspecified before 1.3.2, so teams should confirm exact deployed versions and forks.

Exploitation context

The CVE is not listed as KEV, and the provided sources do not cite active exploitation. The CVSS vector indicates remote reachability, low attack complexity, no privileges required, and required user interaction. Do not assume exploitation in the wild from this bundle alone.

Researcher notes

Evidence is concise and version detail is limited. The reliable boundary is microweber/microweber before 1.3.2. No affected CPEs, exploit status, or operational workaround are provided. Validate exposure against the upstream commit and deployed source, especially for forks or customized installations.

Mitigation direction

  • Upgrade Microweber to version 1.3.2 or later.
  • Review the referenced upstream commit for the applied fix.
  • Check Microweber vendor guidance for any additional remediation.
  • Restrict public access to affected template search paths where practical.
  • Prioritize internet-facing Microweber instances first.

Validation and detection

  • Inventory all Microweber deployments and record their exact versions.
  • Flag any deployment older than 1.3.2 for remediation.
  • Confirm the referenced fix commit is present in deployed code.
  • Regression-test template search with benign encoded input only.
  • Review application logs for unusual template search keyword activity.
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-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process 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
cve · low confidence lookup

CVE-2022-3242 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.3 (3.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.0 score

4.3Medium
CVSS 3.0 vector shape for CVE-2022-3242Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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
microwebermicroweber/microweberunspecifiedListed
Weakness

CWE details

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

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.