The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-7807

CVE-2026-7807: SmarterMail Path Traversal Vulnerability

CVE-2026-7807 is a path traversal flaw in SmarterTools SmarterMail that allows authenticated attackers to read arbitrary JSON files and decrypt stored passwords. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 18, 2026

CVE-2026-7807 Overview

CVE-2026-7807 is a local file inclusion (LFI) vulnerability in SmarterTools SmarterMail builds prior to 9560. The flaw resides in the /api/v1/report/summary/{type} API endpoint and allows authenticated users to read arbitrary .json files on the server. Attackers can chain this read primitive with weak encryption algorithms and hardcoded keys present in SmarterMail to decrypt stored passwords and two-factor authentication (2FA) secrets for every user on the system. The vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory).

Critical Impact

Authenticated attackers can read arbitrary .json files containing encrypted credentials and 2FA seeds, then decrypt them using known hardcoded keys to achieve full account takeover across all SmarterMail users.

Affected Products

  • SmarterTools SmarterMail builds prior to build 9560
  • SmarterMail Server /api/v1/report/summary/{type} API endpoint
  • All SmarterMail user accounts whose credentials and 2FA secrets are stored in .json configuration files

Discovery Timeline

  • 2026-05-08 - CVE-2026-7807 published to the National Vulnerability Database (NVD)
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-7807

Vulnerability Analysis

The vulnerability stems from insufficient path validation on the {type} path parameter accepted by the /api/v1/report/summary/{type} API endpoint. SmarterMail uses this value to construct a file path for a JSON report, but it does not constrain the resolved path to an expected report directory. Authenticated users can therefore inject traversal sequences and read any .json file accessible to the SmarterMail service account.

The impact is amplified by SmarterMail's credential storage design. Sensitive material — including user passwords and 2FA shared secrets — is persisted in .json files protected with weak symmetric encryption and hardcoded keys. Once an attacker retrieves these files through the LFI primitive, the static keys allow offline decryption of every record. This converts a low-privilege authenticated read into full credential disclosure for the entire mail server.

Root Cause

The root cause is improper limitation of a pathname to a restricted directory [CWE-22]. The {type} route parameter is concatenated into a file path without canonicalization or allow-list validation. A secondary design flaw — hardcoded cryptographic keys combined with weak algorithms — turns the file read into a credential exposure rather than a contained information leak.

Attack Vector

Exploitation requires network access to the SmarterMail API and a valid authenticated session, which can be any standard user account. The attacker issues a request to /api/v1/report/summary/{type} with a traversal payload in {type} that resolves to a sensitive .json file, such as the user store or 2FA secret file. After retrieving the file, the attacker decrypts the contents offline using the known hardcoded key to recover plaintext passwords and 2FA seeds. The recovered credentials can then be reused to authenticate as administrative users and pivot further into the mail environment.

No verified public proof-of-concept code is referenced in the advisory. See the VulnCheck Advisory on Local File Inclusion for technical details.

Detection Methods for CVE-2026-7807

Indicators of Compromise

  • Requests to /api/v1/report/summary/ containing path traversal sequences such as ..%2f, ../, or absolute paths in the {type} parameter
  • Unexpected HTTP 200 responses from the report summary endpoint returning content that does not match a legitimate report schema
  • Access to the report summary endpoint by low-privilege accounts that have no operational need to view reports
  • Successful logins from new IP addresses for multiple users in a short window, indicating credential reuse after decryption

Detection Strategies

  • Inspect IIS or reverse proxy logs for requests to /api/v1/report/summary/{type} and decode the {type} value to identify traversal patterns and non-standard report types
  • Correlate report summary API calls with the authenticated user's role; non-administrative accounts accessing this endpoint warrant investigation
  • Alert on spikes in 2FA resets, password changes, or session creations following anomalous API activity against the SmarterMail host

Monitoring Recommendations

  • Enable verbose API request logging on the SmarterMail server and forward logs to a centralized SIEM for retention and analysis
  • Monitor file system access on the directory housing user .json stores for reads originating from the SmarterMail web process outside normal report generation paths
  • Track outbound data volumes from the SmarterMail host to detect bulk exfiltration of .json configuration data

How to Mitigate CVE-2026-7807

Immediate Actions Required

  • Upgrade SmarterTools SmarterMail to build 9560 or later, which addresses the path traversal in the report summary endpoint
  • Force a password reset for all SmarterMail accounts and re-enroll 2FA, since stored secrets must be assumed compromised on unpatched systems
  • Review API access logs for prior exploitation of /api/v1/report/summary/{type} and investigate any anomalous reads
  • Restrict SmarterMail API exposure to trusted networks where feasible until patching is complete

Patch Information

SmarterTools resolved the vulnerability in SmarterMail build 9560. Administrators should consult the SmarterTools SmarterMail Release Notes for upgrade instructions and verify the installed build after deployment. Additional context is available in the VulnCheck Advisory on Local File Inclusion.

Workarounds

  • Place SmarterMail behind a web application firewall (WAF) and block requests to /api/v1/report/summary/ containing traversal sequences or non-allow-listed {type} values
  • Limit authenticated API access to administrative source IP ranges via firewall or reverse proxy rules until the upgrade is applied
  • Audit and reduce the number of low-privilege accounts on the mail server to shrink the pool of identities that can reach the vulnerable endpoint
bash
# Example reverse proxy rule (nginx) to block traversal on the affected endpoint
location ~* ^/api/v1/report/summary/ {
    if ($request_uri ~* "(\.\./|\.\.%2f|%2e%2e/|%2e%2e%2f)") {
        return 403;
    }
    proxy_pass http://smartermail_backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSmartermail

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • SmarterTools SmarterMail Release Notes

  • VulnCheck Advisory on Local File Inclusion
  • Related CVEs
  • CVE-2026-25067: SmarterMail Path Traversal Vulnerability

  • CVE-2026-40514: SmarterMail Information Disclosure Bug

  • CVE-2025-52691: SmarterTools SmarterMail RCE Vulnerability

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

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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