PatchSiren cyber security CVE debrief
CVE-2026-48811 freescout-help-desk CVE debrief
A missing authorization check in FreeScout's ThreadPolicy::delete method allows former team members to permanently delete internal notes from conversations even after their mailbox access has been revoked. The vulnerability exists because the authorization policy does not verify current mailbox membership before permitting deletion operations. This affects FreeScout versions prior to 1.8.221. The issue was disclosed via GitHub Security Advisory and is classified as CWE-862 (Missing Authorization).
- Vendor
- freescout-help-desk
- Product
- freescout
- CVSS
- MEDIUM 4.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-29
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-05-29
- Advisory updated
- 2026-07-22
Who should care
FreeScout administrators managing multi-user help desk deployments with rotating or terminated staff members; organizations with compliance requirements for audit trail preservation of internal communications
Technical summary
FreeScout versions before 1.8.221 fail to verify current mailbox membership in the ThreadPolicy::delete authorization policy. A user who previously had access to a mailbox and created internal notes retains the ability to delete those notes even after their mailbox access is revoked. The vulnerability is remotely exploitable by authenticated users with prior mailbox access. No confidentiality impact; integrity impact is low (deletion only). Fixed in version 1.8.221.
Defensive priority
medium
Recommended defensive actions
- Upgrade FreeScout to version 1.8.221 or later to obtain the fixed ThreadPolicy::delete authorization check
- Review mailbox access logs for unauthorized deletion activity by former team members between their access revocation and the upgrade date
- Audit conversation histories for missing internal notes that may indicate exploitation
- Implement mailbox membership verification as a defense-in-depth control for all thread modification operations
- Review and test authorization policies for other thread operations to identify similar gaps
Evidence notes
Vulnerability confirmed by GitHub Security Advisory GHSA-9vx8-gx3p-9mh6. CVSS 3.1 score 4.3 (Medium) with vector AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N. Fix version 1.8.221 explicitly addresses the authorization gap in ThreadPolicy::delete.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-48811 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-48811
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-48811 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48811
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-9vx8-gx3p-9mh6
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.