A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-48849

CVE-2026-48849: Roundcube Webmail Stored XSS Vulnerability

CVE-2026-48849 is a stored XSS vulnerability in Roundcube Webmail affecting versions 1.6.x before 1.6.16 and 1.7.x before 1.7.1. Attackers can inject malicious code via draft subjects. This post covers technical details, affected versions, impact, and mitigation steps.

Published: May 28, 2026

CVE-2026-48849 Overview

CVE-2026-48849 is a stored cross-site scripting (XSS) vulnerability in Roundcube Webmail affecting versions 1.6.x before 1.6.16 and 1.7.x before 1.7.1. The flaw stems from an unsanitized subject field in the draft restored value, allowing attackers to inject malicious HTML, CSS, or JavaScript payloads. When users access shared mailboxes containing crafted drafts, the injected content executes in their browser context. The vulnerability is classified under [CWE-79] (Improper Neutralization of Input During Web Page Generation).

Critical Impact

Attackers with low-privilege access to shared mailboxes can inject persistent scripts that execute when other users restore affected drafts, enabling session theft and UI manipulation.

Affected Products

  • Roundcube Webmail 1.6.x versions prior to 1.6.16
  • Roundcube Webmail 1.7.x versions prior to 1.7.1
  • Shared mailbox deployments using vulnerable Roundcube versions

Discovery Timeline

  • 2026-05-24 - Roundcube releases security updates 1.6.16 and 1.7.1
  • 2026-05-25 - CVE-2026-48849 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-48849

Vulnerability Analysis

The vulnerability resides in how Roundcube Webmail handles the subject field when restoring saved draft messages. The draft restoration logic returns the subject value without applying proper HTML encoding or sanitization. An attacker with write access to a shared mailbox can create a draft containing crafted HTML, CSS, or JavaScript inside the subject line. When a second user opens or interacts with that draft, the unsanitized content renders in their browser session.

Because the payload persists in the draft storage, this is a stored XSS issue rather than reflected. The shared mailbox deployment model amplifies the impact by giving attackers a reliable channel to reach other authenticated users. The scope change reflected in the CVSS vector indicates the injected content can affect resources beyond the vulnerable component, including the broader Roundcube session context.

Root Cause

The root cause is missing output encoding on the draft subject field during the restore operation. User-supplied input flows from draft storage into the rendered web interface without passing through Roundcube's HTML sanitization layer. The fix introduced in commits 189d30a4 and a21519187873ce962db029b6ff68e47bd7f3fd8a adds proper escaping to the subject handling path.

Attack Vector

Exploitation requires an authenticated attacker with permission to create or modify drafts in a shared mailbox. The attacker saves a draft with a malicious subject containing JavaScript, HTML, or CSS payloads. When a victim user with access to the same shared mailbox restores the draft, the payload executes in their browser. User interaction is required, and attack complexity is high due to the specific shared mailbox precondition.

No public proof-of-concept code is available. Refer to the Roundcube Security Updates advisory and the GitHub commit fix for technical specifics on the corrected sanitization logic.

Detection Methods for CVE-2026-48849

Indicators of Compromise

  • Draft messages in shared mailboxes containing HTML tags, <script> elements, or inline event handlers within the subject field
  • Unexpected JavaScript execution or DOM modifications when users access shared mailbox drafts
  • Anomalous outbound requests from Roundcube user sessions to attacker-controlled domains
  • Unusual session token activity for users who recently accessed shared mailbox drafts

Detection Strategies

  • Inspect mail storage for draft messages whose subject fields contain HTML markup, CSS expressions, or scripting constructs
  • Review Roundcube application logs for repeated draft restore actions tied to suspicious accounts
  • Monitor Content Security Policy (CSP) violation reports generated by the Roundcube frontend
  • Correlate authentication events across users sharing the same mailbox to identify lateral movement attempts

Monitoring Recommendations

  • Enable verbose Roundcube logging for IMAP draft operations and shared folder access
  • Forward webmail access logs to a centralized SIEM for behavioral analysis
  • Alert on outbound HTTP requests originating from authenticated webmail sessions to uncategorized domains
  • Track user-agent and IP anomalies for accounts with shared mailbox permissions

How to Mitigate CVE-2026-48849

Immediate Actions Required

  • Upgrade Roundcube Webmail to version 1.6.16 or 1.7.1 without delay
  • Audit all shared mailboxes for existing drafts containing HTML, scripting, or styling markup in subject fields
  • Review and tighten shared mailbox permissions to limit draft creation to trusted accounts
  • Invalidate active webmail sessions after patching to clear any compromised tokens

Patch Information

Roundcube published fixes on 2026-05-24. The corrections are available in Roundcube 1.6.16 and Roundcube 1.7.1. The relevant code changes are documented in commit 189d30a4 and commit a21519187. Administrators should apply the official upstream packages rather than backport patches manually.

Workarounds

  • Restrict shared mailbox write access to a minimal set of trusted users until the patch is applied
  • Deploy a strict Content Security Policy that blocks inline scripts and unauthorized event handlers in the Roundcube interface
  • Use a web application firewall rule to inspect and block HTML or script tags in IMAP SUBJECT headers passing through the webmail tier
  • Temporarily disable shared mailbox functionality if patching cannot be performed promptly
bash
# Example: verify installed Roundcube version and upgrade
grep RCMAIL_VERSION /var/www/roundcube/program/include/iniset.php

# Download and deploy the patched release
wget https://github.com/roundcube/roundcubemail/releases/download/1.6.16/roundcubemail-1.6.16-complete.tar.gz
tar -xzf roundcubemail-1.6.16-complete.tar.gz

# Apply a restrictive CSP header in the webserver configuration (nginx example)
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self'; object-src 'none';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechRoundcube

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Release 1.6.16

  • GitHub Release 1.7.1

  • Roundcube Security Updates
  • Related CVEs
  • CVE-2026-48848: Roundcube Webmail XSS Vulnerability

  • CVE-2026-26079: Roundcube Webmail CSS Injection Vulnerability

  • CVE-2026-25916: Roundcube Webmail XSS Vulnerability

  • CVE-2024-42009: Roundcube Webmail XSS 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