LiveActive security incident?Get immediate response
CVE Record

CVE-2023-25013: An issue was discovered in the femanager extension before 5.5.3, 6.x before 6.3.4, and 7.x before 7.1.0 for...

An issue was discovered in the femanager extension before 5.5.3, 6.x before 6.3.4, and 7.x before 7.1.0 for TYPO3. Missing access checks in the InvitationController allow an unauthenticated user to set the password of all frontend users.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-25013 affects the TYPO3 femanager extension. A missing access check could let an unauthenticated attacker set passwords for frontend users, creating serious account takeover risk for sites using vulnerable versions.

Executive priority

Treat this as urgent for any public TYPO3 site using femanager because it can affect user account control without authentication. Patch confirmed affected systems promptly and investigate account integrity if exposure existed.

Technical view

The issue is CWE-306 in femanager's InvitationController. Affected versions are before 5.5.3, 6.x before 6.3.4, and 7.x before 7.1.0. CVSS 3.1 is 8.6 with network access, no privileges, no user interaction, and high integrity impact.

Likely exposure

Exposure is limited to TYPO3 deployments using the femanager extension in the vulnerable version ranges. Internet-facing TYPO3 sites with frontend user functionality are the main concern. Systems not using femanager are not identified as affected in the supplied sources.

Exploitation context

The supplied sources do not show CISA KEV listing or cited active exploitation. The CVSS vector indicates unauthenticated network reachability, low attack complexity, and no user interaction, so vulnerable public deployments should be treated as high priority.

Researcher notes

The source bundle identifies the vulnerable controller and version ranges but does not include exploit telemetry, detailed endpoint behavior, or broader product impact. Keep analysis scoped to TYPO3 femanager and avoid assuming exploitation without additional evidence.

Mitigation direction

  • Upgrade femanager to 5.5.3, 6.3.4, 7.1.0, or a later appropriate branch version.
  • Review TYPO3 advisory TYPO3-EXT-SA-2023-001 for vendor-specific remediation guidance.
  • Prioritize public TYPO3 sites using femanager and frontend user accounts.
  • If upgrade is delayed, follow vendor guidance before applying compensating controls.

Validation and detection

  • Inventory TYPO3 installations and confirm whether the femanager extension is installed.
  • Check femanager versions against before 5.5.3, 6.x before 6.3.4, and 7.x before 7.1.0.
  • Confirm upgraded systems run a fixed femanager version appropriate to their branch.
  • Review frontend user account activity for unexpected password changes around exposure windows.
  • Check whether vulnerable femanager invitation functionality was internet-reachable.
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 · medium confidence lookup

CWE-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access 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-2023-25013 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
High
CVSS
8.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AC:L/AV:N/A:L/C:L/I:H/PR:N/S:U/UI: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
8.6CVSS 3.1HighCVSS:3.1/AC:L/AV:N/A:L/C:L/I:H/PR:N/S:U/UI:N3.94.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.6High
CVSS 3.1 vector shape for CVE-2023-25013Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AC:L/AV:N/A:L/C:L/I:H/PR:N/S:U/UI: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
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.