LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31049: Cross-Site Scripting in Frontend Login Mailer

TYPO3 is an open source web content management system. Prior to versions 9.5.34 ELTS, 10.4.29, and 11.5.11, user submitted content was used without being properly encoded in HTML emails sent to users. The actually affected components were mail clients used to view those messages. TYPO3 versions 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

TYPO3 could place user-provided content into HTML emails without proper encoding. The vulnerable rendering happens when recipients view those emails in mail clients. This can allow cross-site scripting-style impact against the email viewer, but the published severity is medium and availability impact is not indicated.

Executive priority

Treat this as a normal-priority patch for TYPO3 environments, not an emergency. Patch during the next maintenance window unless the site heavily uses account emails or serves high-risk users.

Technical view

CVE-2022-31049 is CWE-79 affecting TYPO3 versions >=9.0.0 <9.5.34, >=10.0.0 <10.4.29, and >=11.0.0 <11.5.11. CVSS 3.1 is 5.4 with network attack vector, low complexity, low privileges, required user interaction, changed scope, and low confidentiality and integrity impact.

Likely exposure

Exposure is likely limited to TYPO3 sites in the affected version ranges that send frontend login-related HTML emails containing submitted user content.

Exploitation context

The bundle does not show KEV listing or cited active exploitation. Practical impact depends on attacker-controlled content reaching HTML emails and a recipient viewing them in an affected mail client.

Researcher notes

The key nuance is that TYPO3 generated unsafe HTML email content, while the affected rendering component was the recipient mail client. Do not assume browser-based stored XSS beyond what the advisories state.

Mitigation direction

  • Upgrade TYPO3 to 9.5.34 ELTS, 10.4.29, 11.5.11, or later supported releases.
  • Prioritize internet-facing TYPO3 sites that send frontend login or account-related HTML emails.
  • Review TYPO3’s advisory before applying any compensating controls or backports.
  • Retire or isolate unsupported TYPO3 branches if fixed releases are unavailable.

Validation and detection

  • Inventory TYPO3 versions and compare them against the affected ranges.
  • Confirm production is running 9.5.34 ELTS, 10.4.29, 11.5.11, or later.
  • Check dependency locks and deployment artifacts, not only package manifests.
  • Review mail templates and extensions for reliance on TYPO3’s frontend login mailer behavior.
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-31049 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-31049Attack 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>= 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.