LiveActive security incident?Get immediate response
CVE Record

CVE-2021-33387: Cross Site Scripting Vulnerability in MiniCMS v.1.10 allows attacker to execute arbitrary code via a crafte...

Cross Site Scripting Vulnerability in MiniCMS v.1.10 allows attacker to execute arbitrary code via a crafted get request.

CriticalCVSS 9.6Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

MiniCMS v1.10 is reported vulnerable to cross-site scripting through a crafted GET request. A victim must interact with a malicious link or page, but successful exploitation could let attacker-controlled script run in that user’s browser context. The public data does not prove active exploitation or name a fixed version.

Executive priority

Prioritize discovery first. If MiniCMS v1.10 is present, handle as urgent because the CVSS rating is critical and the issue can affect user sessions and data integrity, but avoid claiming active exploitation from the available evidence.

Technical view

The CVE maps to CWE-79 and carries CVSS 3.1 score 9.6 with network attack vector, low complexity, no privileges required, user interaction required, and changed scope. The record names MiniCMS v1.10 in the title, but structured affected vendor/product fields are incomplete.

Likely exposure

Exposure appears limited to organizations running MiniCMS v1.10 or code derived from it, especially public-facing instances where users can be induced to open crafted GET requests. The source bundle does not provide CPEs or broader affected version ranges.

Exploitation context

The CVE is not listed as KEV in the provided bundle, and no cited source confirms exploitation in the wild. The attack requires user interaction. Treat exploitation status as unconfirmed unless vendor advisories, KEV, or credible incident reporting say otherwise.

Researcher notes

Evidence quality is limited: the structured affected fields are n/a, and only the title identifies MiniCMS v1.10. The description says arbitrary code via crafted GET, but the CWE indicates XSS; do not infer server-side code execution without stronger evidence.

Mitigation direction

  • Confirm whether any environment runs MiniCMS v1.10 or derived code.
  • Check the GitHub issue and project guidance for a fixed release or patch.
  • Restrict access to affected MiniCMS interfaces while assessing remediation.
  • Consider replacement if no maintained fix is available.
  • Avoid encouraging users to follow untrusted MiniCMS links during investigation.

Validation and detection

  • Inventory internet-facing and internal web assets for MiniCMS v1.10.
  • Compare deployment metadata or source code against the MiniCMS version in the CVE title.
  • Review web logs for unusual crafted GET requests to MiniCMS endpoints.
  • Validate only in controlled testing with non-weaponized XSS checks.
  • Document whether any compensating controls block untrusted script execution.
Prepared
Confidence
medium
Sources
3

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-33387 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
Critical
CVSS
9.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

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
2Source 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
9.6CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H2.86Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.6Critical
CVSS 3.1 vector shape for CVE-2021-33387Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

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
n/an/an/aListed
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.