CVE-2025-48202

5.3 MEDIUM

📋 TL;DR

The femanager extension for TYPO3 contains an Insecure Direct Object Reference vulnerability that allows authenticated users to access or modify data belonging to other users. This affects TYPO3 installations using femanager extension for frontend user management. Attackers can exploit this to view or alter other users' profile data.

💻 Affected Systems

Products:
  • TYPO3 femanager extension
Versions: through 8.2.1
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Requires femanager extension to be installed and configured for frontend user management.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Authenticated attackers could access or modify sensitive user data, potentially leading to data breaches, privilege escalation, or unauthorized account modifications.

🟠

Likely Case

Authenticated users accessing other users' profile information or modifying their data without authorization.

🟢

If Mitigated

Limited impact with proper access controls and monitoring in place.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated access to the frontend user area.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 8.2.2 or later

Vendor Advisory: https://typo3.org/security/advisory/typo3-ext-sa-2025-006

Restart Required: No

Instructions:

1. Update femanager extension to version 8.2.2 or later via TYPO3 Extension Manager or Composer. 2. Clear TYPO3 caches. 3. Test frontend user functionality.

🔧 Temporary Workarounds

Disable frontend user access

all

Temporarily disable frontend user functionality until patching is complete

Implement additional access controls

all

Add custom access control checks in user profile controllers

🧯 If You Can't Patch

  • Implement strict session management and monitor for unusual user activity patterns
  • Add application-level access controls to verify user ownership before processing requests

🔍 How to Verify

Check if Vulnerable:

Check femanager extension version in TYPO3 Extension Manager or composer.json

Check Version:

composer show inakalender/femanager or check TYPO3 Extension Manager

Verify Fix Applied:

Verify femanager extension version is 8.2.2 or higher and test user profile access controls

📡 Detection & Monitoring

Log Indicators:

  • Multiple user profile access attempts from single user session
  • Unauthorized access patterns to user data endpoints

Network Indicators:

  • Unusual request patterns to user profile endpoints

SIEM Query:

source="typo3" AND (uri_path="/user/profile" OR uri_path="/user/*") AND status=200 AND user_agent!="bot"

🔗 References

📤 Share & Export