LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32767: Information Disclosure in User Authentication

TYPO3 is an open source PHP based web content management system. In versions 9.0.0 through 9.5.27, 10.0.0 through 10.4.17, and 11.0.0 through 11.3.0, user credentials may been logged as plain-text. This occurs when explicitly using log level debug, which is not the default configuration. TYPO3 versions 9.5.28, 10.4.18, 11.3.1 contain a patch for this vulnerability.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Affected TYPO3 CMS versions can record user passwords in plaintext logs when debug logging is explicitly enabled. That is not the default setting, but any captured credentials could enable account compromise if logs are exposed or retained.

Executive priority

Treat as a targeted cleanup item, not an emergency, unless debug logging was enabled in production or logs are widely accessible. Credential exposure can create secondary account-takeover risk.

Technical view

CVE-2021-32767 is CWE-532 information exposure through log files in TYPO3 CMS 9.0.0-9.5.27, 10.0.0-10.4.17, and 11.0.0-11.3.0. Patched releases are 9.5.28, 10.4.18, and 11.3.1. CVSS 3.1 score is 5.3, with high confidentiality impact.

Likely exposure

Exposure is most likely on TYPO3 deployments running affected versions with debug log level deliberately enabled. Risk increases where logs are broadly accessible, centrally aggregated, or retained after user authentication events.

Exploitation context

The source bundle does not show CISA KEV listing or cited active exploitation. Practical impact depends on whether plaintext credentials were written to logs and whether an unauthorized party can access those logs.

Researcher notes

Evidence is limited to vendor and CVE sources. The key validation question is configuration-driven: affected version plus debug logging. Do not assume every vulnerable version leaked credentials without confirming logging state and log contents.

Mitigation direction

  • Upgrade TYPO3 CMS to 9.5.28, 10.4.18, 11.3.1, or later supported releases.
  • Confirm production TYPO3 logging is not set to debug unless explicitly required.
  • Review vendor guidance before changing logging or authentication behavior.
  • Rotate credentials found in affected debug logs, prioritizing privileged accounts.
  • Restrict access to TYPO3 logs and any log aggregation systems.

Validation and detection

  • Inventory TYPO3 CMS versions across public and internal sites.
  • Check whether affected deployments used debug log level during the exposure window.
  • Review relevant logs for plaintext user credential disclosure.
  • Confirm patched TYPO3 versions are deployed after remediation.
  • Verify log access is limited to authorized operational staff and systems.
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 · 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
cve · low confidence lookup

CVE-2021-32767 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
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
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-2021-32767Attack 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.CMS>= 9.0.0, < 9.5.28, >= 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-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.