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

CVE-2026-35542: Roundcube Webmail Info Disclosure Flaw

CVE-2026-35542 is an information disclosure flaw in Roundcube Webmail that bypasses remote image blocking via crafted email body attributes. This article covers technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-35542 Overview

A security bypass vulnerability has been discovered in Roundcube Webmail that allows attackers to circumvent the remote image blocking feature. The vulnerability exists in versions prior to 1.5.14 and 1.6.14, where a specially crafted background attribute within a BODY element in an email message can bypass the security controls designed to prevent remote image loading. This bypass may lead to information disclosure or access-control circumvention.

Critical Impact

Remote image blocking bypass enables tracking of email recipients and potential information disclosure through external resource requests.

Affected Products

  • Roundcube Webmail versions prior to 1.5.14
  • Roundcube Webmail versions prior to 1.6.14
  • Roundcube Webmail versions prior to 1.7-rc5

Discovery Timeline

  • April 3, 2026 - CVE-2026-35542 published to NVD
  • April 7, 2026 - Last updated in NVD database

Technical Details for CVE-2026-35542

Vulnerability Analysis

This vulnerability falls under CWE-669 (Incorrect Resource Transfer Between Spheres), indicating a flaw in how Roundcube Webmail handles resource access controls between different security domains. The remote image blocking feature in Roundcube is designed to prevent email messages from automatically loading external images, which is a common privacy and security measure to prevent email tracking and potential phishing attacks.

The vulnerability allows an attacker to bypass this protective mechanism by embedding a crafted background attribute within the HTML BODY element of a malicious email. When a victim opens the email, the webmail client fails to properly sanitize or block this particular attribute, resulting in an HTTP request to an attacker-controlled server.

This type of attack can be exploited over the network without any user authentication or interaction beyond opening the malicious email. The primary impact is unauthorized information disclosure, as attackers can confirm email delivery and receipt, track user activity, harvest IP addresses, and potentially fingerprint the victim's browser and system.

Root Cause

The root cause lies in incomplete input sanitization within Roundcube's HTML email rendering engine. While the application properly filters common methods of embedding remote images (such as <img> tags with src attributes), it fails to adequately handle the legacy background attribute on BODY elements. This oversight creates a gap in the remote image blocking implementation, allowing the deprecated HTML attribute to trigger external resource requests.

Attack Vector

The attack is executed via the network by sending a specially crafted email to a target user. The attacker constructs an HTML email where the BODY element contains a background attribute pointing to an attacker-controlled URL. When the victim views the email in their Roundcube webmail interface, the browser processes the BODY tag and attempts to load the background image resource, bypassing the intended remote image blocking protections.

The vulnerability can be exploited for email tracking, recipient enumeration, IP address harvesting, and potentially as a stepping stone for more sophisticated attacks when combined with other vulnerabilities.

Detection Methods for CVE-2026-35542

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests originating from the webmail server or client browsers to unknown external domains
  • Email messages containing BODY elements with background attributes pointing to external URLs
  • Web server logs showing requests with email tracking parameters or unique identifiers in URLs

Detection Strategies

  • Implement email content analysis rules to detect BODY tags with background attributes containing external URLs
  • Monitor network traffic for unexpected outbound connections triggered during email viewing sessions
  • Deploy web application firewall (WAF) rules to inspect and block suspicious HTML constructs in incoming emails
  • Review Roundcube access logs for patterns indicating exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for the Roundcube webmail application to capture email rendering events
  • Set up alerts for outbound connections to newly registered or suspicious domains during email viewing
  • Implement DNS query monitoring to detect resolution requests to attacker-controlled domains

How to Mitigate CVE-2026-35542

Immediate Actions Required

  • Upgrade Roundcube Webmail to version 1.5.14, 1.6.14, or 1.7-rc5 immediately
  • Review email logs for any suspicious emails containing unusual BODY tag attributes
  • Consider temporarily disabling HTML email rendering if immediate patching is not possible
  • Notify users about the vulnerability and advise caution when opening unexpected emails

Patch Information

Roundcube has released security updates addressing this vulnerability. The following patched versions are available:

  • Roundcube Release 1.5.14 - For the 1.5.x branch
  • Roundcube Release 1.6.14 - For the 1.6.x branch
  • Roundcube Release 1.7-rc5 - For the upcoming 1.7 release

For additional details, see the Roundcube Security Updates Announcement. The security fixes are tracked in multiple commits including e052328e3dc75f13adc2e314eaa4096ac21084ad, fd0e98178db5c73eaa93d005b561874923f9b0f0, and fde14d01adc9f37893cd82b635883e516ed453f8.

Workarounds

  • Configure Roundcube to display emails in plain text mode only, disabling HTML rendering entirely
  • Implement Content Security Policy (CSP) headers to restrict external resource loading from the webmail interface
  • Deploy a reverse proxy or WAF to strip or neutralize background attributes from incoming email HTML
  • Consider using an email security gateway to sanitize HTML content before delivery to Roundcube
bash
# Example: Configure Roundcube to prefer plain text display
# Edit config/config.inc.php
$config['prefer_html'] = false;
$config['show_images'] = 0;

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 Webmail

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

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

  • Roundcube Release 1.6.14

  • Roundcube Release 1.7-rc5
  • Vendor Resources
  • Roundcube Commit Update

  • Roundcube Commit Update

  • Roundcube Commit Update

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

  • CVE-2026-35545: Roundcube Webmail Disclosure Vulnerability

  • CVE-2025-68460: Roundcube Webmail Info Disclosure Bug

  • CVE-2026-35544: Roundcube Webmail XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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