LiveActive security incident?Get immediate response
CVE Record

CVE-2021-27915: XSS Cross-site Scripting Stored (XSS) - Description field

Prior to the patched version, there is an XSS vulnerability in the description fields within the Mautic application which could be exploited by a logged in user of Mautic with the appropriate permissions. This could lead to the user having elevated access to the system.

HighCVSS 7.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Mautic has a stored cross-site scripting issue in description fields before the patched version. A logged-in user with suitable permissions could store malicious content that affects another user who views it, potentially increasing the attacker’s access within the application.

Executive priority

Treat as high priority where Mautic supports marketing, customer, or administrative workflows. The main business risk is authenticated users escalating access through content viewed by others.

Technical view

CVE-2021-27915 is a stored XSS flaw in Mautic description fields, classified as CWE-80. The CVSS 3.1 score is 7.6 with low attack complexity, low privileges required, user interaction required, and high confidentiality and integrity impact.

Likely exposure

Exposure is most relevant for organizations running vulnerable Mautic deployments where lower-privileged authenticated users can edit description fields viewed by higher-privileged users.

Exploitation context

The source bundle does not report known active exploitation, and KEV status is false. Exploitation requires authenticated access, appropriate permissions, and another user viewing affected content.

Researcher notes

Evidence identifies stored XSS in description fields and potential elevated access, but the bundle does not name the fixed version. Avoid assuming exploit availability or affected integrations beyond Mautic core-lib.

Mitigation direction

  • Review the GitHub security advisory for the patched Mautic version.
  • Upgrade affected Mautic deployments to the vendor-patched release.
  • Restrict description-field editing to trusted roles until patched.
  • Review existing description content for unexpected script-like entries.

Validation and detection

  • Inventory all Mautic deployments and installed versions.
  • Confirm whether each deployment predates the patched version.
  • Review role permissions for users who can edit description fields.
  • Check audit logs for suspicious description-field changes.
  • Validate in staging that patched builds sanitize description rendering.
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-80: 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-27915 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
High
CVSS
7.6 (3.1)
Known Exploited
No
Published

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

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
7.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L2.15.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.6High
CVSS 3.1 vector shape for CVE-2021-27915Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
MauticMauticmautic/core-lib, >= 1.0.0-beta2unaffected
Weakness

CWE details

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

CWE-80 · source CWE mapping

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.