Roundcube Webmail Multiple Vulnerabilities (Dec 2025) - Linux
🗓️ 17 Dec 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 8 Views
| Reporter | Title | Published | Views | Family All 76 |
|---|---|---|---|---|
| January Linux Patch Wednesday | 24 Jan 202621:19 | – | avleonov | |
| The vulnerability of the style checking module of the RoundCube Webmail email client allows a hacker to gain unauthorized access to protected information. | 24 Dec 202500:00 | – | bdu_fstec | |
| The vulnerability of the RoundCube Webmail email client, related to the lack of protective measures for the website structure, allows attackers to perform cross-site scripting attacks (XSS). | 19 Mar 202600:00 | – | bdu_fstec | |
| CVE-2025-68460 | 18 Dec 202505:11 | – | circl | |
| CVE-2025-68461 | 19 Dec 202515:05 | – | circl | |
| RoundCube Webmail Cross-site Scripting Vulnerability | 20 Feb 202600:00 | – | cisa_kev | |
| CISA Adds Two Known Exploited Vulnerabilities to Catalog | 20 Feb 202612:00 | – | cisa | |
| Roundcube Webmail 跨站脚本漏洞 | 18 Dec 202500:00 | – | cnnvd | |
| Roundcube Webmail 安全漏洞 | 18 Dec 202500:00 | – | cnnvd | |
| CVE-2025-68460 | 18 Dec 202504:54 | – | cve |
10
# SPDX-FileCopyrightText: 2025 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:roundcube:webmail";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.156051");
script_version("2026-01-08T05:48:01+0000");
script_tag(name:"last_modification", value:"2026-01-08 05:48:01 +0000 (Thu, 08 Jan 2026)");
script_tag(name:"creation_date", value:"2025-12-17 04:54:29 +0000 (Wed, 17 Dec 2025)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2026-01-02 16:25:43 +0000 (Fri, 02 Jan 2026)");
script_cve_id("CVE-2025-68460", "CVE-2025-68461");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Roundcube Webmail Multiple Vulnerabilities (Dec 2025) - Linux");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Web application abuses");
script_dependencies("sw_roundcube_http_detect.nasl", "os_detection.nasl");
script_mandatory_keys("roundcube/detected", "Host/runs_unixoide");
script_tag(name:"summary", value:"Roundcube Webmail is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The following flaws exist:
- CVE-2025-68460: Information disclosure in the HTML style sanitizer
- CVE-2025-68461: Cross-site scripting (XSS) via SVG's animate tag");
script_tag(name:"affected", value:"Roundcube Webmail prior to version 1.5.12 and 1.16.x prior to
1.6.12.");
script_tag(name:"solution", value:"Update to version 1.5.12, 1.6.12 or later.");
script_xref(name:"URL", value:"https://roundcube.net/news/2025/12/13/security-updates-1.6.12-and-1.5.12");
script_xref(name:"URL", value:"https://roundcube.net/news/2025/12/15/roundcube-1.7-rc2-released");
script_xref(name:"URL", value:"https://www.openwall.com/lists/oss-security/2025/12/27/1");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_less(version: version, test_version: "1.5.12")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.5.12", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range_exclusive(version: version, test_version_lo: "1.6", test_version_up: "1.6.12")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.6.12", install_path: location);
security_message(port: port, data: report);
exit(0);
}
exit(99);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
08 Jan 2026 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 3.17.2 - 7.5
EPSS0.26842
SSVC