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

CVE-2026-48845: Roundcube Webmail Information Disclosure

CVE-2026-48845 is an information disclosure flaw in Roundcube Webmail where remote image blocking fails for local/private URLs, enabling attackers to access sensitive data or escalate privileges via HTML emails.

Published: May 28, 2026

CVE-2026-48845 Overview

CVE-2026-48845 is a medium-severity information disclosure vulnerability in Roundcube Webmail. The flaw affects versions 1.6.14 through 1.6.16 and all 1.7.x releases before 1.7.1. Roundcube failed to honor remote image blocking for URLs pointing to local or private destinations. An attacker can craft a text/html email containing references to internal endpoints, bypassing the remote resource policy. When a victim opens the message, Roundcube fetches the local URL, which can leak sensitive information or enable privilege escalation. The issue is tracked under [CWE-669: Incorrect Resource Transfer Between Spheres].

Critical Impact

A crafted HTML email can cause Roundcube to fetch attacker-chosen local or private URLs, leading to information disclosure or privilege escalation against internal services.

Affected Products

  • Roundcube Webmail 1.6.14 through 1.6.16
  • Roundcube Webmail 1.7.x prior to 1.7.1
  • Self-hosted Roundcube deployments with default allow_remote disabled

Discovery Timeline

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

Technical Details for CVE-2026-48845

Vulnerability Analysis

Roundcube sanitizes HTML email content through rcube_washtml.php before rendering. When allow_remote is disabled, the washer is expected to strip or block external references in images, stylesheets, and other resources. The logic incorrectly granted an exception for URLs classified as local by rcube_utils::is_local_url($uri). This exception was intended to permit references to the Roundcube instance itself but allowed any URL the server treats as local or private to pass through unfiltered.

An attacker can embed an <img> tag pointing to internal services such as http://127.0.0.1:9200/, http://169.254.169.254/, or other private-range hosts. When the victim views the email, the server-side or client-side fetch reaches the internal endpoint. Depending on the response handling, response data, headers, or differential timing can be observed, enabling reconnaissance of internal infrastructure or interaction with unauthenticated management interfaces.

Root Cause

The root cause is an over-broad allow condition in the URL filter. The pre-patch check returned the URI when either remote content was allowed or the URL was deemed local. The local exception bypassed the user's choice to block remote content, creating a server-side request forgery-style primitive through trusted email rendering.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction beyond opening an HTML email. An attacker sends a text/html message containing references to local or private URLs. Roundcube processes the message and dereferences the URLs against the configured policy.

php
// Patch in program/lib/Roundcube/rcube_washtml.php
// Source: https://github.com/roundcube/roundcubemail/commit/7b52353653a67e6073b97d70eb94047132b78556

if (preg_match('/^(http|https|ftp):.+/i', $uri)) {
-    if (!empty($this->config['allow_remote']) || rcube_utils::is_local_url($uri)) {
+    if (!empty($this->config['allow_remote'])) {
        return $uri;
    }

The fix removes the is_local_url($uri) exception, ensuring that when allow_remote is false no http, https, or ftp URI passes the filter.

Detection Methods for CVE-2026-48845

Indicators of Compromise

  • Outbound HTTP, HTTPS, or FTP requests from the Roundcube host targeting loopback addresses, RFC1918 ranges, or cloud metadata endpoints such as 169.254.169.254.
  • Web server access logs showing image or resource fetches initiated during message rendering with destinations on internal infrastructure.
  • Inbound email messages whose HTML body contains <img>, <link>, or CSS url() references to private IP ranges or internal hostnames.

Detection Strategies

  • Inspect mail bodies at the gateway for text/html messages referencing private-range or loopback URLs in image and resource tags.
  • Correlate Roundcube imageproxy or PHP outbound connections with the user account opening a message at the same timestamp.
  • Run the installed Roundcube version against affected ranges 1.6.14 to 1.6.16 and 1.7.0 to confirm exposure.

Monitoring Recommendations

  • Alert on any egress from the webmail server to internal management ports such as 22, 2375, 6379, 8500, 9200, and 169.254.169.254.
  • Enable verbose logging in Roundcube and monitor rcube_washtml warnings tied to blocked URLs.
  • Forward webmail and proxy logs to a centralized analytics platform for cross-source correlation.

How to Mitigate CVE-2026-48845

Immediate Actions Required

  • Upgrade Roundcube Webmail to 1.6.17 or later on the 1.6.x branch, or to 1.7.1 or later on the 1.7.x branch.
  • Restrict egress from the Roundcube host so it cannot reach internal management interfaces or cloud metadata services.
  • Audit mail logs and access logs for evidence of crafted HTML messages referencing internal URLs prior to patching.

Patch Information

Upstream fixes are available in Roundcube 1.6.16 and Roundcube 1.7.1. The code changes are documented in the washtml URL filter commit and the companion commit. See the Roundcube security updates announcement for vendor guidance.

Workarounds

  • Apply the upstream rcube_washtml.php patch removing the is_local_url exception to existing 1.6.14 through 1.6.16 and 1.7.0 installations until an upgrade is possible.
  • Place Roundcube behind an egress proxy that blocks connections to RFC1918, loopback, and link-local destinations.
  • Disable HTML rendering of remote resources at the organizational policy level and require users to opt in per message.
bash
# Verify installed Roundcube version and confirm patched release
grep RCMAIL_VERSION /var/www/roundcube/program/include/iniset.php

# Example nftables rule blocking webmail egress to private ranges
nft add rule inet filter output \
  ip daddr { 127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 169.254.0.0/16 } \
  meta skuid www-data drop

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
  • GitHub Commit Change

  • GitHub Commit Change

  • GitHub Release 1.6.16

  • GitHub Release 1.7.1

  • Roundcube Security Updates
  • Related CVEs
  • CVE-2026-48846: Roundcube Webmail Info Disclosure Flaw

  • 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