CISA Flags Actively Exploited Roundcube Webmail Flaws, Adds Critical RCE and XSS Bugs to KEV Catalog

Recently, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) updated its Known Exploited Vulnerabilities (KEV) Catalog with two significant security flaws affecting Roundcube Webmail, an open-source, browser-based webmail solution widely deployed by ISPs, hosting providers, and enterprises alike.

This move signals not just theoretical risk — but active exploitation by threat actors — and reinforces how vital vulnerability management and patching remain in email ecosystems. In this blog we’ll explore the technical details, impact, and mitigation strategies for these Roundcube vulnerabilities.


What Is the KEV Catalog — and Why It Matters?

The Known Exploited Vulnerabilities (KEV) Catalog is a curated list maintained by CISA of vulnerabilities with credible evidence of being exploited in the wild. When a vulnerability enters the KEV list, federal agencies in the U.S. are mandated to patch it under Binding Operational Directive BOD 22-01, and private organizations are strongly advised to follow suit.

Inclusion in this catalog typically means:

  • Active exploitation is already occurring,
  • Exploits are readily available or observed in the wild,
  • Successful exploitation can lead to significant impact (e.g., data theft, system compromise).

The Two Newly Added Roundcube Flaws

CISA added the following Roundcube vulnerabilities to the KEV catalog on February 20, 2026:


CVE-2025-49113 — Deserialization of Untrusted Data (RCE)

  • CVSS Score: 9.9 (Critical)
  • Impact: Remote Code Execution (RCE)
  • Root Cause: Improper validation of the _from parameter in program/actions/settings/upload.php
  • Affected Versions: Prior to Roundcube 1.5.10 and 1.6.x < 1.6.11
  • Fix Released: June 2025

This vulnerability stems from unsafe deserialization of data when handling user input. Deserialization flaws occur when an application takes serialized (binary or string) data from an untrusted source and reconstructs it into an object without proper validation. In this case, an authenticated user could weaponize this flaw to execute arbitrary code on the server.

Such issues are especially dangerous in webmail systems where session authentication already exists — meaning attackers with valid credentials can potentially escalate privileges and control server processes.


CVE-2025-68461 — Cross-Site Scripting (XSS)

  • CVSS Score: 7.2 (High)
  • Impact: Cross-Site Scripting
  • Root Cause: Improper sanitization of SVG animate elements in email content
  • Affected Versions: Roundcube prior to 1.5.12 and 1.6.x before 1.6.12
  • Fix Released: December 2025

This vulnerability arises from insufficient sanitization of SVG content embedded in emails, allowing attackers to inject malicious JavaScript that runs in the context of a user’s browser when they view or preview an email.

XSS in webmail is a powerful attack vector: it can be used to steal session cookies, escalate privileges, perform actions on behalf of the user, or even pivot further into the network.


Why This Matters: Threat Actor Activity

Roundcube isn’t just theoretically at risk — it has historically been exploited by sophisticated threat actors. Russian-linked APT groups such as APT28 (Fancy Bear) and Winter Vivern have leveraged Roundcube XSS flaws in campaigns targeting government, defense, and high-value email servers.

These campaigns often involve:

  • Sending specially crafted emails containing malicious payloads,
  • Exploiting XSS to hijack sessions or steal credentials,
  • Escalating access to pivot into broader environments.

Because email is a common communication vector and often trusted by users, vulnerabilities in webmail have outsized impact.


Mitigation & Defense Strategies

Here’s how defenders and administrators should respond:

1. Patch Immediately

Install the latest Roundcube releases (≥1.5.10 / ≥1.6.11 for the RCE fix, ≥1.5.12 / ≥1.6.12 for the XSS fix).


2. Review Filters and Sanitation

Even post-patch, verify that your email sanitization engine strips suspicious SVG content and other embedded code. Hardening filters helps reduce attack surface.


3. Harden Access Controls

Where possible:

  • Restrict administrative interfaces,
  • Enable multi-factor authentication,
  • Minimize access to only required users.

This limits the window of opportunity for exploits requiring authenticated access.


4. Monitor Logs & Behavior

Watch for:

  • Unusual email patterns,
  • Failed login attempts,
  • Sessions from unfamiliar IPs.

Early detection gives defenders an edge against emerging threats.


Final Thoughts

The inclusion of these Roundcube vulnerabilities in CISA’s KEV Catalog highlights a sobering truth: email infrastructure remains a preferred target for attackers due to its centrality in communication and authentication.

Whether you’re an enterprise administrator, a security engineer, or part of a SOC team, this update serves as a stark reminder to prioritize timely patching, vigilant monitoring, and robust sanitization.

Stay updated, stay patched — and treat webmail vulnerabilities with the seriousness they deserve.