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

CVE-2026-35537: Roundcube Webmail Deserialization Flaw

CVE-2026-35537 is an unsafe deserialization vulnerability in Roundcube Webmail's session handler that enables unauthenticated attackers to write arbitrary files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 10, 2026

CVE-2026-35537 Overview

An insecure deserialization vulnerability has been discovered in Roundcube Webmail affecting versions prior to 1.5.14 and 1.6.14. The vulnerability exists in the redis/memcache session handler, where unsafe deserialization of session data may allow unauthenticated attackers to perform arbitrary file write operations by crafting malicious session data.

Critical Impact

Unauthenticated attackers can exploit unsafe deserialization in session handlers to write arbitrary files to the server, potentially leading to remote code execution or system compromise.

Affected Products

  • Roundcube Webmail versions before 1.5.14
  • Roundcube Webmail versions before 1.6.14
  • Roundcube Webmail versions before 1.7-rc5

Discovery Timeline

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

Technical Details for CVE-2026-35537

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data). The flaw resides in how Roundcube Webmail processes session data when configured to use Redis or Memcache as the session storage backend. When session data is retrieved from these external stores, the application deserializes the data without adequate validation or sanitization.

Insecure deserialization vulnerabilities occur when an application accepts serialized objects from untrusted sources and processes them without verifying their integrity or safety. In PHP applications like Roundcube, this can be particularly dangerous because PHP's native unserialize() function can instantiate arbitrary objects and trigger magic methods during the deserialization process.

The attack requires network access and targets the session handling mechanism. Although the attack complexity is high due to the need to manipulate data within the Redis or Memcache session store, successful exploitation does not require any authentication, making it accessible to external attackers who can interact with the session storage infrastructure.

Root Cause

The root cause of this vulnerability stems from insufficient input validation when deserializing session data stored in Redis or Memcache backends. The session handler retrieves serialized data from the external cache store and passes it directly to PHP's deserialization routines without implementing proper type checking, allowlist validation, or integrity verification.

When Redis or Memcache is used for session storage, the application assumes the data stored there is trustworthy. However, if an attacker can inject or modify data within these session stores—either through direct access to the cache infrastructure, network interception, or other means—they can craft malicious serialized payloads that execute arbitrary operations when deserialized by the Roundcube application.

Attack Vector

The attack leverages the network-accessible nature of the session handling mechanism. An unauthenticated attacker who gains the ability to manipulate session data stored in Redis or Memcache can craft specially constructed serialized objects that, when deserialized by Roundcube, trigger arbitrary file write operations.

The exploitation scenario typically involves:

  1. Identifying a Roundcube installation configured with Redis or Memcache session storage
  2. Gaining access to inject or modify data within the session store
  3. Crafting a malicious serialized payload containing objects that exploit PHP magic methods
  4. Waiting for or triggering the deserialization of the poisoned session data
  5. The arbitrary file write capability can then be leveraged to upload web shells or overwrite critical configuration files

The vulnerability mechanism involves PHP object injection through the deserialization process. Attackers construct payloads that abuse gadget chains within the application or its dependencies to achieve file write primitives. For detailed technical analysis, refer to the security commits on GitHub.

Detection Methods for CVE-2026-35537

Indicators of Compromise

  • Unexpected files appearing in web-accessible directories, particularly PHP files or shell scripts
  • Anomalous write operations to configuration files or document roots originating from the web server process
  • Unusual session data patterns in Redis or Memcache containing serialized PHP objects with suspicious class references
  • Evidence of unauthorized access to Redis or Memcache ports from external IP addresses

Detection Strategies

  • Monitor Redis and Memcache traffic for anomalous session data patterns or injection attempts
  • Implement file integrity monitoring on the Roundcube installation directory to detect unauthorized file modifications
  • Review web server logs for unusual access patterns that may indicate exploitation attempts
  • Deploy intrusion detection rules to identify serialized PHP object payloads in network traffic

Monitoring Recommendations

  • Enable comprehensive logging for Redis and Memcache session operations
  • Configure alerts for any new file creation in Roundcube's web-accessible directories
  • Monitor authentication logs for sessions that exhibit unusual behavior without valid login events
  • Implement network segmentation monitoring to detect unauthorized access to cache infrastructure

How to Mitigate CVE-2026-35537

Immediate Actions Required

  • Upgrade Roundcube Webmail to version 1.5.14, 1.6.14, or 1.7-rc5 immediately
  • Review Redis and Memcache access controls to ensure only authorized applications can read and write session data
  • Audit existing session data in cache stores for any signs of tampering or malicious payloads
  • Consider temporarily switching to file-based session storage if immediate patching is not possible

Patch Information

Roundcube has released security patches addressing this vulnerability in versions 1.5.14, 1.6.14, and 1.7-rc5. The patches implement proper validation and sanitization of session data during deserialization.

Official releases and patch details are available at:

  • Roundcube Security Updates Announcement
  • GitHub Release 1.5.14
  • GitHub Release 1.6.14
  • GitHub Release 1.7-rc5

Workarounds

  • Restrict network access to Redis and Memcache services using firewall rules to prevent unauthorized connections
  • Enable authentication on Redis and Memcache instances and use strong credentials
  • Consider switching to PHP's native file-based session handling temporarily if patching is delayed
  • Implement network segmentation to isolate cache infrastructure from untrusted networks
bash
# Example: Restrict Redis to localhost only
# Edit /etc/redis/redis.conf
bind 127.0.0.1

# Require authentication for Redis connections
requirepass your_strong_password_here

# Restart Redis service
sudo systemctl restart redis

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechRoundcube

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.04%

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

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Release 1.5.14

  • GitHub Release 1.6.14

  • GitHub Release 1.7-rc5

  • Roundcube Security Updates
  • Related CVEs
  • CVE-2026-26079: Roundcube Webmail CSS Injection Vulnerability

  • CVE-2026-25916: Roundcube Webmail XSS Vulnerability

  • CVE-2024-42009: Roundcube Webmail XSS Vulnerability

  • CVE-2020-13965: 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