LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31048: Cross-Site Scripting in Form Framework

TYPO3 is an open source web content management system. Prior to versions 8.7.47 ELTS, 9.5.34 ELTS, 10.4.29, and 11.5.11, the Form Designer backend module of the Form Framework is vulnerable to cross-site scripting. A valid backend user account with access to the form module is needed to exploit this vulnerability. TYPO3 versions 8.7.47 ELTS, 9.5.34 ELTS, 10.4.29, and 11.5.11 contain a fix for the problem.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-31048 is a medium-severity cross-site scripting issue in TYPO3’s backend Form Designer. It matters when an organization has TYPO3 sites where backend users can access the Form module. An attacker needs a valid backend account, so this is more about insider, compromised-account, or delegated-admin risk than unauthenticated internet takeover.

Executive priority

Treat this as a moderate priority patching and access-control issue. It is not described as actively exploited or unauthenticated, but TYPO3 backend accounts often have sensitive editorial or administrative capabilities, so affected systems should be upgraded in the normal security maintenance window.

Technical view

The vulnerability is CWE-79 in TYPO3 Form Framework’s Form Designer backend module. A valid backend user account with Form module access is required. CVSS 3.1 is 5.4 with low attack complexity, low privileges required, user interaction required, changed scope, low confidentiality and integrity impact, and no availability impact.

Likely exposure

Exposure is limited to TYPO3 deployments running affected versions before 8.7.47 ELTS, 9.5.34 ELTS, 10.4.29, or 11.5.11, where backend users can access the Form Designer module. Public website visitors are not described as direct attackers in the provided sources.

Exploitation context

The source bundle does not identify active exploitation, and this CVE is not listed as KEV. Exploitation requires an authenticated TYPO3 backend user with access to the Form module plus user interaction, reducing broad exposure but leaving risk from compromised or overly privileged backend accounts.

Researcher notes

Focus validation on TYPO3 core version and backend Form module permissions. The provided sources name the fixed versions and the affected version ranges, but do not provide evidence of exploitation in the wild. Avoid assuming impact beyond backend Form Designer XSS without vendor-specific confirmation.

Mitigation direction

  • Upgrade TYPO3 to 8.7.47 ELTS, 9.5.34 ELTS, 10.4.29, or 11.5.11.
  • Restrict Form Designer backend module access to trusted users until patched.
  • Audit backend user permissions and remove unnecessary Form module access.
  • Review TYPO3’s advisory for branch-specific upgrade guidance.

Validation and detection

  • Inventory TYPO3 versions across all CMS deployments.
  • Check for affected ranges: 8.x before 8.7.47, 9.x before 9.5.34, 10.x before 10.4.29, 11.x before 11.5.11.
  • Verify which backend roles can access the Form Designer module.
  • Confirm the fixed TYPO3 version is deployed after remediation.
  • Review logs for unusual backend activity by Form module users.
Prepared
Confidence
high
Sources
5

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-2022-31048 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
5.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/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
4Source 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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2022-31048Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/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>= 8.0.0, < 8.7.47, >= 9.0.0, < 9.5.34, >= 10.0.0, < 10.4.29, >= 11.0.0, < 11.5.11Listed
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.