LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31047: Insertion of Sensitive Information into Log File in typo3/cms-core

TYPO3 is an open source web content management system. Prior to versions 7.6.57 ELTS, 8.7.47 ELTS, 9.5.34 ELTS, 10.4.29, and 11.5.11, system internal credentials or keys (e.g. database credentials) can be logged as plaintext in exception handlers, when logging the complete exception stack trace. TYPO3 versions 7.6.57 ELTS, 8.7.47 ELTS, 9.5.34 ELTS, 10.4.29, 11.5.11 contain a fix for the problem.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A TYPO3 CMS logging flaw can place internal secrets, such as database credentials or keys, into plaintext log files when full exception stack traces are logged. The direct business risk is credential disclosure through log access, not website takeover by itself. Fixed TYPO3 versions are listed by the vendor.

Executive priority

Handle as a confidentiality issue with moderate urgency. Prioritize public or business-critical TYPO3 sites and environments where logs are broadly accessible or centralized. Upgrade during the next controlled maintenance window unless secret exposure is confirmed, then escalate rotation and incident response.

Technical view

CVE-2022-31047 is CWE-532 in TYPO3 CMS core. Affected branches before 7.6.57 ELTS, 8.7.47 ELTS, 9.5.34 ELTS, 10.4.29, and 11.5.11 may log sensitive internal data in exception handling. CVSS is 5.3 with high confidentiality impact, high attack complexity, and low privileges required.

Likely exposure

Exposure is likely limited to organizations running TYPO3 CMS versions in the affected ranges, especially where complete exception stack traces are logged and logs are accessible to users, operators, support tooling, or log aggregation systems.

Exploitation context

The source bundle does not show CISA KEV listing or cited active exploitation. Abuse depends on obtaining access to logs containing complete exception traces. The main risk is secondary compromise if plaintext database credentials or keys appear in those logs.

Researcher notes

Evidence supports sensitive data exposure through logging, not direct remote code execution. The CVSS vector indicates network reachability but high complexity and low privileges. Public sources name fixed versions, but the bundle does not provide exploit details or active exploitation evidence.

Mitigation direction

  • Upgrade TYPO3 to the fixed version for the installed branch.
  • Use vendor advisory guidance for branch-specific remediation.
  • Review log retention and access controls for affected systems.
  • Treat exposed credentials or keys as compromised after log confirmation.
  • Rotate secrets found in logs after validating application impact.

Validation and detection

  • Inventory TYPO3 versions across production and staging systems.
  • Confirm whether versions fall within the affected ranges.
  • Check whether complete exception stack trace logging was enabled.
  • Review relevant logs for database credentials, keys, or similar secrets.
  • Verify the deployed version is at or above the fixed release.
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 · low confidence lookup

CWE-532: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31047 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.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/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>= 7.0.0, < 7.6.57, >= 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-532 · source CWE mapping

Insertion of Sensitive Information into Log File

Insertion of Sensitive Information into Log File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.