LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32668: Cross-Site Scripting in Query Generator & Query View

TYPO3 is an open source PHP based web content management system. Versions 9.0.0 through 9.5.28, 10.0.0 through 10.4.17, and 11.0.0 through 11.3.0 have a cross-site scripting vulnerability. When error messages are not properly encoded, the components _QueryGenerator_ and _QueryView_ are vulnerable to both reflected and persistent cross-site scripting. A valid backend user account having administrator privileges is needed to exploit this vulnerability. TYPO3 versions 9.5.29, 10.4.18, 11.3.1 contain a patch for this issue.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw lets an authenticated TYPO3 backend administrator trigger cross-site scripting through Query Generator or Query View error handling. It can expose or alter sensitive backend data in the affected session, but exploitation requires a valid privileged backend account and user interaction, limiting broad internet-scale urgency.

Executive priority

Treat as a controlled but real CMS backend risk. Patch during the next security maintenance window, faster for externally exposed administration portals or environments with many administrators.

Technical view

TYPO3.CMS versions 9.0.0-9.5.28, 10.0.0-10.4.17, and 11.0.0-11.3.0 improperly encode error messages in QueryGenerator and QueryView. The result is reflected and persistent XSS, classified as CWE-79, with CVSS 3.1 score 6.4.

Likely exposure

Organizations running affected TYPO3.CMS versions with backend administrative users are in scope. Public website visitors are not described as direct attackers in the sources; the stated prerequisite is a valid backend user account with administrator privileges.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires privileged backend access and user interaction, but successful XSS could impact confidentiality and integrity within TYPO3 backend workflows.

Researcher notes

The key constraint is privilege: the advisory states an administrator backend account is needed. Assess reachable backend modules, affected branches, and whether persistent XSS artifacts could remain after upgrade. No exploit details or active exploitation evidence are provided in the bundle.

Mitigation direction

  • Upgrade TYPO3.CMS to 9.5.29, 10.4.18, 11.3.1, or later.
  • Prioritize systems with active backend administrator access.
  • Limit backend administrator accounts and access paths until patched.
  • Review TYPO3 vendor advisory guidance for supported upgrade paths.

Validation and detection

  • Inventory TYPO3.CMS versions across production and staging systems.
  • Confirm no instance remains in the affected version ranges.
  • Verify patched versions are deployed after maintenance.
  • Review backend administrator accounts for unnecessary privileges.
  • Check security tracking for vendor advisory TYPO3-CORE-SA-2021-010.
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-32668 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.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/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.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N1.25.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/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
TYPO3TYPO3.CMS>= 9.0.0, < 9.5.29, >= 10.0.0, < 10.4.18, >= 11.0.0, < 11.3.1Listed
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.