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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupExecution 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H2.86Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
9.6CriticalVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/bg5sbk/MiniCMS/issues/40CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
