CVE-2026-41906
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedFreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.214, the Change Customer modal correctly hides out-of-scope customers through the mailbox-filtered search endpoint, but the backend conversation_change_customer action accepts any supplied customer_email. A low-privileged agent can forge a request and bind a visible conversation to a hidden customer in another mailbox. This issue has been patched in version 1.8.214.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceFreeScout prior to 1.8.214 has an authorization bypass where the backend conversation_change_customer action accepts any supplied customer_email without validating mailbox scope, allowing low-privileged agents to forge requests and bind visible conversations to hidden customers from other mailboxes.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify FreeScout versionCheck the version file typically located at /var/www/html/FreeScout/version or view the footer of the admin panel for the installed version numberAffected if version is prior to 1.8.214 (1.8.213 or lower)
-
Confirm agent user role existsLog into FreeScout as a low-privileged agent user (not admin) and verify they have access to the conversation management interfaceAffected if agent role exists and has conversation access permissions
-
Test conversation_change_customer endpoint behaviorUsing a low-privileged agent account, attempt to change the customer on a conversation using the backend action - observe if the system accepts a customer_email from a different mailbox without rejecting itAffected if the backend accepts any customer_email without validating it belongs to the same mailbox as the conversation
-
Inspect for missing mailbox scope validationReview the backend code for conversation_change_customer action (typically in Modules/Filters or similar handler classes) and check if customer_email parameter is validated against the conversation's mailbox before assignmentAffected if no mailbox/scope validation code is found before customer assignment in that action
If FreeScout version is below 1.8.214 AND low-privileged agents can access the conversation_change_customer action without mailbox-scope validation, the environment is affected by this authorization bypass.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade FreeScout to version 1.8.214 or later to patch the vulnerable backend action that lacks proper mailbox-scope validation on customer assignment.
FreeScout version 1.8.214 or later
- Create a complete backup of the FreeScout installation including database and files before proceeding with the upgrade
- Identify your current FreeScout version by checking the installation or admin dashboard
- Download FreeScout version 1.8.214 or later from the official GitHub repository (github.com/freescout-helpdesk/freescout)
- Follow the standard FreeScout upgrade procedure: upload the new files, then run any pending database migrations
- Verify the upgrade was successful by checking the version in the admin panel
- Test the Change Customer functionality to confirm the vulnerability is remediated - ensure agents can no longer assign conversations to customers outside their mailbox scope
- Review admin audit logs if available to confirm no exploitation occurred prior to the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,512.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-41906 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-41906 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data