Vulnerability Description
FreeScout is a free self-hosted help desk and shared mailbox. Prior to version 1.8.215, the reply and draft flows trust client-supplied encrypted attachment IDs. Any IDs present in `attachments_all[]` but omitted from retained lists are decrypted and passed directly to `Attachment::deleteByIds()`. Because `load_attachments` returns encrypted IDs for attachments on a visible conversation, a mailbox peer can replay those IDs through `save_draft` and delete the original attachment row and file. Version 1.8.215 fixes the vulnerability.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/freescout-help-desk/freescout/commit/5f182818e2391f8e711fec6a
- https://github.com/freescout-help-desk/freescout/releases/tag/1.8.215
- https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-cv36-2
FAQ
What is CVE-2026-41192?
CVE-2026-41192 is a vulnerability with a CVSS score of 7.1 (HIGH). FreeScout is a free self-hosted help desk and shared mailbox. Prior to version 1.8.215, the reply and draft flows trust client-supplied encrypted attachment IDs. Any IDs present in `attachments_all[]`...
How severe is CVE-2026-41192?
CVE-2026-41192 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41192?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.