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

CVE-2026-48846: Roundcube Webmail Info Disclosure Flaw

CVE-2026-48846 is an information disclosure vulnerability in Roundcube Webmail caused by a CSS var() bypass in remote image blocking. This article covers technical details, affected versions, impact, and mitigation.

Published: May 28, 2026

CVE-2026-48846 Overview

CVE-2026-48846 affects Roundcube Webmail versions 1.6.x before 1.6.16 and 1.7.x before 1.7.1. The vulnerability allows attackers to bypass the remote image blocking feature using a crafted CSS var() value embedded in an e-mail message. Successful exploitation can lead to information disclosure or access-control bypass [CWE-669: Incorrect Resource Transfer Between Spheres].

Roundcube is a widely deployed open-source IMAP webmail client used by hosting providers, universities, and enterprises. The flaw weakens privacy protections that prevent senders from tracking recipients through remote content loading.

Critical Impact

Attackers can exfiltrate recipient metadata (IP address, user-agent, message-open status) by abusing CSS parsing to load attacker-controlled remote resources without user consent.

Affected Products

  • Roundcube Webmail 1.6.x prior to 1.6.16
  • Roundcube Webmail 1.7.x prior to 1.7.1
  • Deployments using the default HTML message rendering configuration

Discovery Timeline

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

Technical Details for CVE-2026-48846

Vulnerability Analysis

The vulnerability resides in the CSS sanitization routine within program/lib/Roundcube/rcube_utils.php. Roundcube parses inline CSS in HTML e-mails to strip references to remote resources such as background images. The original regular expression only matched a url(...) token at the start of a CSS property value, anchored with ^url\s*\(. Attackers can sidestep the filter by wrapping the url() call inside a CSS var() reference or other property construct so that url( does not appear at the beginning of the value.

When the renderer later resolves the CSS variable, the browser fetches the remote URL, defeating the remote image blocking control. This exposes the recipient's IP address, mail client fingerprint, and the fact that the message was opened.

Root Cause

The root cause is an incomplete input validation regex. The anchored pattern ^url\s*\( failed to detect url() tokens appearing anywhere other than the start of the value. A single CSS property can also contain multiple url() tokens, none of which were sanitized after the first match.

Attack Vector

Exploitation requires no authentication and no user interaction beyond opening or previewing an HTML e-mail. The attacker sends a crafted message containing CSS that hides a url() call behind a var() reference. When Roundcube renders the message, the bypass loads remote content from attacker-controlled infrastructure.

php
             } else {
                 $value = '';
                 foreach (self::explode_css_property_block($rule[1]) as $val) {
-                    if ($url_callback && preg_match('/^url\s*\(/i', $val)) {
-                        if (preg_match('/^url\s*\(\s*[\'"]?([^\'"\)]*)[\'"]?\s*\)/iu', $val, $match)) {
-                            if ($url = $url_callback($match[1])) {
-                                $value .= ' url(' . $url . ')';
+                    if ($url_callback && preg_match('/\burl\s*\(/i', $val)) {
+                        if (preg_match_all('/(\b)url\s*\(\s*[\'"]?([^\'"\)]*)[\'"]?\s*\)/iu', $val, $matches)) {
+                            foreach ($matches[2] as $idx => $url) {
+                                if ($url = $url_callback($url)) {
+                                    $val = str_replace($matches[0][$idx], $matches[1][$idx] . "url({$url})", $val);
+                                } else {
+                                    $val = '';
+                                }
+                            }
+                            if (strlen($val)) {
+                                $value .= ' ' . $val;
                             }
                         }
                     } elseif (preg_match('/;.+/', $val)) {

Source: Roundcube Commit 59cca80. The patch replaces the anchored regex with \b word-boundary matching and uses preg_match_all to sanitize every url() token in the property value.

Detection Methods for CVE-2026-48846

Indicators of Compromise

  • Inbound HTML e-mails containing CSS var() declarations that wrap url() references
  • Outbound HTTP/HTTPS requests from webmail servers or clients to unrecognized domains immediately after a user opens a message
  • Roundcube access logs showing message previews followed by unusual referrer activity

Detection Strategies

  • Inspect e-mail bodies at the gateway for CSS patterns combining var(-- with url( substrings in <style> blocks or inline style= attributes
  • Compare rendered message metadata against expected remote-image-block policy to identify silent fetches
  • Correlate Roundcube version banners with the patched releases 1.6.16 and 1.7.1 to identify exposed instances

Monitoring Recommendations

  • Enable verbose logging on the mail proxy or content security policy (CSP) reporting endpoints for blocked or anomalous resource loads
  • Monitor DNS queries from webmail infrastructure for newly registered or low-reputation domains referenced by HTML messages
  • Track Roundcube release versions across hosted tenants and flag any instance running below 1.6.16 or 1.7.1

How to Mitigate CVE-2026-48846

Immediate Actions Required

  • Upgrade Roundcube Webmail to version 1.6.16 or 1.7.1 as published in the Roundcube Security Updates Announcement
  • Audit all hosted or self-managed Roundcube instances for affected versions
  • Re-validate that the remote image blocking setting is enforced after upgrade

Patch Information

The upstream fix is delivered in Roundcube Release 1.6.16 and Roundcube Release 1.7.1. The relevant code changes are tracked in commit 59cca80 and commit 8523504, which rewrite the CSS url() sanitizer to handle multiple and non-anchored occurrences.

Workarounds

  • Disable HTML rendering of e-mail messages and force plaintext view until the patch is applied
  • Deploy a Content Security Policy (CSP) on the webmail virtual host that restricts img-src and style-src to first-party origins
  • Use an upstream e-mail gateway to strip <style> blocks and inline style= attributes containing var( references
bash
# Verify the installed Roundcube version on a Linux host
grep RCMAIL_VERSION /var/www/roundcube/program/include/iniset.php

# Upgrade using the official tarball
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
cd roundcubemail-1.6.16
bin/installto.sh /var/www/roundcube

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechRoundcube

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

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

  • Roundcube Commit Update

  • Roundcube Release 1.6.16

  • Roundcube Release 1.7.1

  • Roundcube Security Updates Announcement
  • Related CVEs
  • CVE-2026-48845: Roundcube Webmail Information Disclosure

  • CVE-2024-42010: Roundcube CSS Information Disclosure Flaw

  • CVE-2026-48847: Roundcube Webmail Auth Bypass Vulnerability

  • CVE-2026-48849: Roundcube Webmail Stored 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