Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
3DescriptionCVE.org
Roundcube Webmail 1.6.x before 1.6.16 and 1.7.x before 1.7 has insufficient HTML sanitization that could lead to Cascading Style Sheets (CSS) injection via an SVG document that has an animate element with the attributeName attribute.
AnalysisAI
CSS injection in Roundcube Webmail 1.6.x (before 1.6.16) and 1.7.x (before 1.7.1) allows remote attackers to bypass the HTML sanitizer by embedding an SVG document with an animate element whose attributeName references style, enabling cross-site scripting style attacks against mail recipients. The flaw carries a CVSS 7.2 (changed scope) with no privileges or user interaction required beyond viewing a crafted message, no public exploit identified at time of analysis, and an EPSS of 0.04% (14th percentile) indicating low predicted exploitation volume despite the trivially-triggerable attack vector.
Technical ContextAI
Roundcube is a widely deployed PHP-based webmail client; the affected component is its HTML/SVG sanitization layer (washtml/rcube_washtml) which is responsible for stripping dangerous markup from rendered mail bodies before display in a victim's browser. The root cause maps to CWE-79 (Improper Neutralization of Input During Web Page Generation) - specifically a sanitizer-bypass using SVG's <animate> element where the attributeName attribute can be set to 'style', causing the SMIL animation engine to mutate inline CSS at runtime even though static style attributes would have been stripped. Upstream commits c960d10 (1.7 branch) and 58e5263 (1.6 branch) tighten the sanitizer to reject this SVG animation pathway. The CPE cpe:2.3:a:roundcube:webmail:*:*:*:*:*:*:*:* covers all Roundcube Webmail installations within the affected version ranges.
RemediationAI
Vendor-released patch: upgrade to Roundcube Webmail 1.6.16 (for the 1.6.x branch) or 1.7.1 (for the 1.7.x branch) per https://roundcube.net/news/2026/05/24/security-updates-1.6.16-and-1.7.1; the underlying fix commits are 58e5263 (1.6) and c960d10 (1.7). Distribution users on SUSE or other packaged builds should track their vendor's backport for the equivalent washtml sanitizer change. If immediate patching is not possible, compensating controls include forcing the message preview to plain-text mode (set 'prefer_html' to false in config.inc.php, with the trade-off that users lose rich HTML rendering), disabling display of SVG/remote content via the existing 'show_images' and HTML-display preferences, and fronting the webmail UI with a strict Content-Security-Policy that forbids inline styles and script (note this may break some skins and plugins). Avoid relying on network restrictions alone since exploitation is delivered inside ordinary email and does not require attacker-initiated network access to the server.
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
steps/mail/sendmail.inc in Roundcube before 1.1.7 and 1.2.x before 1.2.3, when no SMTP server is configured and the send
rcube_image.php in Roundcube Webmail before 1.4.4 allows attackers to execute arbitrary code via shell metacharacters in
Roundcube Webmail before 1.4.4 allows attackers to include local files and execute code via directory traversal in a plu
The DBMail driver in the Password plugin in Roundcube before 1.1.0 allows remote attackers to execute arbitrary commands
A Cross-Site Scripting vulnerability in Roundcube through 1.5.7 and 1.6.x through 1.6.7 allows a remote attacker to stea
Multiple buffer overflows in the DBMail driver in the Password plugin in Roundcube before 1.1.0 allow remote attackers t
Roundcube Webmail allows arbitrary password resets by authenticated users. Rated high severity (CVSS 8.8), this vulnerab
roundcube version 1.3.4 and earlier contains an Insecure Permissions vulnerability in enigma plugin that can result in e
An issue was discovered in Roundcube Webmail before 1.4.4. Rated medium severity (CVSS 6.5), this vulnerability is remot
Cross-site scripting (XSS) vulnerability in Roundcube Webmail before 1.2.0 allows remote attackers to inject arbitrary w
Cross-site scripting (XSS) vulnerability in program/include/rcmail.php in Roundcube before 1.0.6 and 1.1.x before 1.1.2
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31727
GHSA-p64r-9rcj-x33x