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-40591

CVE-2026-40591: FreeScout Auth Bypass Vulnerability

CVE-2026-40591 is an authentication bypass flaw in FreeScout that allows low-privileged agents to access customers across mailboxes and modify hidden records. This article covers technical details, affected versions, and fixes.

Published: April 23, 2026

CVE-2026-40591 Overview

CVE-2026-40591 is an Insecure Direct Object Reference (IDOR) vulnerability in FreeScout, a popular free self-hosted help desk and shared mailbox solution. The vulnerability exists in the phone-conversation creation flow, which accepts attacker-controlled parameters including customer_id, name, to_email, and phone values without properly enforcing mailbox-scoped customer visibility checks on the backend.

This broken access control flaw allows a low-privileged agent with access to one mailbox to bind phone conversations to customers from other mailboxes they should not have access to, and potentially modify customer records by adding alias email addresses.

Critical Impact

A low-privileged agent can access and modify customer records across mailbox boundaries, leading to unauthorized data access and potential data integrity issues in multi-tenant FreeScout deployments.

Affected Products

  • FreeScout versions prior to 1.8.214
  • Self-hosted FreeScout installations with multiple mailboxes
  • Multi-agent deployments with compartmentalized mailbox access

Discovery Timeline

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

Technical Details for CVE-2026-40591

Vulnerability Analysis

This vulnerability is classified as CWE-639: Authorization Bypass Through User-Controlled Key, commonly known as an Insecure Direct Object Reference (IDOR). The core issue lies in the phone conversation creation endpoint's failure to validate that the requesting user has legitimate access to the customer record they are attempting to associate with a new conversation.

In FreeScout's multi-mailbox architecture, customers are typically scoped to specific mailboxes, and agents are granted permissions on a per-mailbox basis. This design assumes proper access control enforcement when agents interact with customer records. However, the vulnerable code path accepts user-supplied customer_id parameters without verifying that the target customer belongs to a mailbox the requesting agent has access to.

The attack allows an agent with minimal permissions (access to a single mailbox) to enumerate and bind conversations to customer records from any mailbox in the system. Additionally, the to_email parameter can be exploited to inject new alias email addresses into victim customer records, potentially enabling further attacks such as account takeover or phishing.

Root Cause

The root cause is insufficient authorization checking in the phone conversation creation backend logic. The application resolves target customer records based solely on the user-supplied customer_id parameter without enforcing mailbox-scoped visibility constraints. This architectural oversight allows cross-tenant data access in deployments where mailbox isolation is expected.

Attack Vector

The attack is network-based and requires low privileges—specifically, an authenticated agent account with permission to create phone conversations in at least one mailbox. No user interaction is required from the victim.

An attacker exploits this vulnerability by:

  1. Authenticating as a low-privileged agent with access to Mailbox A
  2. Initiating a phone conversation creation request
  3. Supplying a customer_id value belonging to a customer from Mailbox B (which the attacker should not have access to)
  4. Optionally including a to_email value to add a new alias to the victim customer record
  5. The backend processes the request without validating mailbox boundaries, successfully binding the conversation to the cross-mailbox customer

The vulnerability enables unauthorized read access to customer information and write access to modify customer email aliases across mailbox boundaries.

Detection Methods for CVE-2026-40591

Indicators of Compromise

  • Phone conversation records associated with customers that do not belong to the conversation's mailbox
  • Unexpected email aliases added to customer records, particularly those not matching typical communication patterns
  • Audit logs showing conversation creation requests with customer_id values from different mailboxes than the target conversation
  • Agent activity patterns showing access to customer records outside their assigned mailbox scope

Detection Strategies

  • Implement database integrity checks to identify phone conversations where the customer's mailbox does not match the conversation's mailbox
  • Review application logs for conversation creation requests where the customer_id references a different mailbox than the request context
  • Monitor for bulk or automated requests to the phone conversation creation endpoint, which may indicate enumeration attempts
  • Deploy web application firewall (WAF) rules to flag unusual parameter patterns in conversation creation requests

Monitoring Recommendations

  • Enable detailed audit logging for all conversation creation events including customer associations
  • Implement alerting on cross-mailbox customer-conversation bindings at the database level
  • Monitor for agents creating conversations at unusually high rates or with diverse customer ID ranges
  • Review customer record modifications, particularly email alias additions, for unauthorized changes

How to Mitigate CVE-2026-40591

Immediate Actions Required

  • Upgrade FreeScout to version 1.8.214 or later immediately
  • Audit existing phone conversation records for potential cross-mailbox customer associations
  • Review customer records for unauthorized email alias additions
  • Temporarily restrict phone conversation creation permissions to trusted agents until the patch is applied

Patch Information

FreeScout has addressed this vulnerability in version 1.8.214. The fix implements proper mailbox-scoped authorization checks in the phone conversation creation flow to ensure agents can only associate conversations with customers from mailboxes they have explicit access to.

The security patch is available through the following resources:

  • GitHub Security Advisory GHSA-9ff4-mmhv-x6jp
  • GitHub Release 1.8.214
  • GitHub Commit with Fix

Workarounds

  • Restrict phone conversation creation permissions to highly trusted agents only until the patch can be applied
  • Implement network-level access controls to limit which users can reach the phone conversation creation endpoint
  • Deploy a web application firewall (WAF) rule to validate that customer_id parameters in conversation creation requests correspond to the agent's authorized mailboxes
  • Consider temporarily disabling the phone conversation feature if it is not critical to operations
bash
# Update FreeScout to patched version
cd /path/to/freescout
git fetch origin
git checkout 1.8.214
php artisan freescout:after-app-update

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

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

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

  • GitHub Release 1.8.214

  • GitHub Security Advisory GHSA-9ff4-mmhv-x6jp
  • Related CVEs
  • CVE-2026-40496: FreeScout Auth Bypass Vulnerability

  • CVE-2026-41191: FreeScout Auth Bypass Vulnerability

  • CVE-2026-40590: FreeScout Auth Bypass Vulnerability

  • CVE-2026-40569: 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