Skip to main content

Roundcube Webmail EUVDEUVD-2026-43749

| CVE-2026-62643 CRITICAL
Server-Side Request Forgery (SSRF) (CWE-918)
2026-07-14 mitre GHSA-5q79-cfqm-5cxh
10.0
CVSS 3.1 · NVD
Share

Severity by source

Vendor (mitre) PRIMARY
HIGH
qualitative
NVD
10.0 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
vuln.today AI
4.7 MEDIUM

Attacker sends email so PR:N, but the victim must render the crafted HTML (UI:R); SSRF crosses into other systems (S:C) yielding limited info disclosure (C:L) with no integrity or availability impact.

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N
SUSE
CRITICAL
qualitative

Primary rating from Vendor (mitre).

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

8
Analysis Updated
Jul 20, 2026 - 13:00 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jul 20, 2026 - 12:52 vuln.today
cvss_changed
Severity Changed
Jul 20, 2026 - 12:52 NVD
HIGH CRITICAL
CVSS changed
Jul 20, 2026 - 12:52 NVD
7.2 (HIGH) 10.0 (CRITICAL)
Patch available
Jul 14, 2026 - 18:20 EUVD
Source Code Evidence Fetched
Jul 14, 2026 - 16:33 vuln.today
Analysis Generated
Jul 14, 2026 - 16:33 vuln.today
CVE Published
Jul 14, 2026 - 15:51 cve.org
HIGH 7.2

DescriptionNVD

In Roundcube Webmail before 1.6.17 and 1.7.x before 1.7.2, insufficient Cascading Style Sheets (CSS) sanitization in HTML e-mail messages may lead to SSRF or Information Disclosure, e.g., if stylesheet links point to local network hosts. NOTE: this issue exists because of insufficient fixes for CVE-2026-35540 and CVE-2026-48843.

AnalysisAI

Server-Side Request Forgery and information disclosure in Roundcube Webmail (1.6.x before 1.6.17 and 1.7.x before 1.7.2) arises from insufficient CSS sanitization in HTML email messages, allowing an attacker who sends a crafted message to make the mail server fetch attacker-chosen URLs - including internal/local network hosts - via stylesheet links. This is a re-fix of CVE-2026-35540 and CVE-2026-48843, whose prior patches were incomplete, and the 1.7.2 notes explicitly cite 'SSRF bypass via specific local address URLs - two new cases.' No public exploit is identified at time of analysis and the vulnerability is not on CISA KEV; EPSS is low (0.22%, 13th percentile) despite the source-assigned CVSS of 10.0.

Technical ContextAI

The affected component is Roundcube's HTML email rendering pipeline, specifically its CSS sanitizer that processes stylesheet references embedded in inbound HTML messages. The root cause is CWE-918 (Server-Side Request Forgery): the sanitizer fails to fully block CSS constructs (e.g. stylesheet link/@import URLs) that resolve to internal or local-network addresses, so the server side of Roundcube can be coerced into issuing outbound requests. Because this bug is a regression of earlier fixes (CVE-2026-35540 and CVE-2026-48843), it is fundamentally an address/URL-filtering bypass - the blocklist of local addresses did not cover all encodings/cases. The single affected CPE is cpe:2.3:a:roundcube:webmail, a PHP-based open-source webmail client commonly deployed on shared hosting and enterprise mail gateways.

RemediationAI

Vendor-released patch: upgrade to Roundcube Webmail 1.7.2 (for the 1.7.x branch) or 1.6.17 (for the 1.6.x branch), available at https://github.com/roundcube/roundcubemail/releases/tag/1.7.2 and https://github.com/roundcube/roundcubemail/releases/tag/1.6.17, with the corresponding fixes in commits 6d69e094d55d3a9a84dfb36edf6ca985311f0c1c and 294c7da6e7284166f040cef8607b677d459e0786. Because prior fixes for CVE-2026-35540 and CVE-2026-48843 were insufficient, do not rely on those earlier releases - apply the full 1.6.17/1.7.2 update. If patching must be delayed, compensating controls include disabling remote/external content loading in HTML messages so stylesheets and images are not fetched server-side (trade-off: legitimate remote content in mail will break for users), and egress-filtering the webmail server so it cannot reach internal/RFC1918 or link-local addresses (trade-off: may interfere with internal integrations the server legitimately needs). Back up data before upgrading, per the vendor's guidance.

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-16651 HIGH POC
7.8 Nov 09

Roundcube Webmail before 1.1.10, 1.2.x before 1.2.7, and 1.3.x before 1.3.3 allows unauthorized access to arbitrary file

CVE-2016-9920 HIGH POC
7.5 Dec 08

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

CVE-2015-8770 HIGH POC
7.5 Jan 29

Directory traversal vulnerability in the set_skin function in program/include/rcmail_output_html.php in Roundcube before

CVE-2020-12641 CRITICAL POC
9.8 May 04

rcube_image.php in Roundcube Webmail before 1.4.4 allows attackers to execute arbitrary code via shell metacharacters in

CVE-2020-12640 CRITICAL POC
9.8 May 04

Roundcube Webmail before 1.4.4 allows attackers to include local files and execute code via directory traversal in a plu

CVE-2015-2180 HIGH POC
8.8 Jan 30

The DBMail driver in the Password plugin in Roundcube before 1.1.0 allows remote attackers to execute arbitrary commands

CVE-2024-42009 CRITICAL POC
9.3 Aug 05

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

CVE-2015-2181 HIGH POC
8.8 Jan 30

Multiple buffer overflows in the DBMail driver in the Password plugin in Roundcube before 1.1.0 allow remote attackers t

CVE-2017-8114 HIGH POC
8.8 Apr 29

Roundcube Webmail allows arbitrary password resets by authenticated users. Rated high severity (CVSS 8.8), this vulnerab

CVE-2018-1000071 HIGH POC
7.5 Mar 13

roundcube version 1.3.4 and earlier contains an Insecure Permissions vulnerability in enigma plugin that can result in e

CVE-2020-12626 MEDIUM POC
6.5 May 04

An issue was discovered in Roundcube Webmail before 1.4.4. Rated medium severity (CVSS 6.5), this vulnerability is remot

Vendor StatusVendor

SUSE

Severity: Critical

Share

EUVD-2026-43749 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy