Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-41902 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: FreeScout invite links **never expire**. πŸ“‰ **Consequences**: Attackers can hijack accounts months/years later. Admin takeover possible if admin invite is leaked. πŸ’₯ **Impact**: Full account compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-613 (Insufficient Session Expiration). πŸ” **Flaw**: `/user-setup/{hash}` endpoint accepts 60-char `invite_hash` without checking expiration. Hash remains valid until consumed.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: FreeScout (PHP Laravel Help Desk). πŸ“… **Affected**: Versions **< 1.8.217**. βœ… **Fixed**: Version 1.8.217+.

Q4What can hackers do? (Privileges/Data)

πŸ”“ **Privileges**: Unauthenticated access. πŸ‘‘ **Data**: If admin invite leaked β†’ **Admin Privileges**. If user invite leaked β†’ **User Account Control**. πŸ“§ **Scope**: Permanent account takeover.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. 🚫 **Auth**: None required. πŸ“ **Config**: Only needs a leaked invite hash. πŸ“¬ **Leak Sources**: Forwarded emails, CDN headers, server logs, shared inbox archives.

Q6Is there a public Exp? (PoC/Wild Exploitation)

🚫 **Public Exp?**: No PoC provided in data. 🌍 **Wild Exp**: Theoretical. Relies on finding old leaked hashes. Not automated/scripted yet based on current info.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for FreeScout instances. πŸ“‚ **Verify**: Check version number (< 1.8.217). πŸ“§ **Audit**: Review invite logs for non-expiring hashes. πŸ•΅οΈ **Monitor**: Look for unauthorized password resets via invite links.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. πŸ“₯ **Patch**: Upgrade to **FreeScout 1.8.217** or later. πŸ”— **Ref**: GitHub Security Advisory GHSA-hqff-cwx7-3jpm.

Q9What if no patch? (Workaround)

πŸ›‘ **Workaround**: Manually expire old invite hashes. 🧹 **Clean**: Delete unused invite emails from shared inboxes/logs. 🚫 **Block**: Restrict access to `/user-setup/` if possible.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: HIGH. πŸ“ˆ **CVSS**: 9.8 (Critical). πŸ›‘οΈ **Action**: Patch immediately. 🚨 **Reason**: Permanent account takeover risk with no auth needed. Admin compromise is a critical threat.