CVE-2026-40592 PUBLISHED

FreeScout's cross-user undo reply allows mailbox peers to recall another agent's outbound reply

Assigner: GitHub_M
Reserved: 14.04.2026 Published: 21.04.2026 Updated: 21.04.2026

FreeScout is a free self-hosted help desk and shared mailbox. Prior to version 1.8.214, the undo-send route GET /conversation/undo-reply/{thread_id} checks only whether the current user can view the parent conversation. It does not verify that the current user created the reply being undone. In a shared mailbox, one agent can therefore recall another agent's just-sent reply during the 15-second undo window. Version 1.8.214 fixes the vulnerability.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:L
CVSS Score: 5.9

Product Status

Vendor freescout-help-desk
Product freescout
Versions
  • Version < 1.8.214 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE