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.
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 lookupCVE-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- 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
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:H/PR:L/UI:R/S:U/C:H/I:H/A:N1.25.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.4MediumVector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/TYPO3/TYPO3.CMS/security/advisories/GHSA-6mh3-j5r5-2379CVE reference · x_refsource_CONFIRM
- https://typo3.org/security/advisory/typo3-core-sa-2021-010CVE reference · x_refsource_MISC
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.
