Lucene search
+L

Roundcube Webmail <= 1.6.9 XSS Vulnerability - Windows

🗓️ 04 Feb 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 17 Views

Roundcube Webmail versions up to 1.6.9 have an XSS vulnerability affecting Windows systems.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2024-57004
3 Feb 202518:47
circl
cnnvd
CNNVD
Roundcube Webmail 安全漏洞
3 Feb 202500:00
cnnvd
cve
CVE
CVE-2024-57004
3 Feb 202500:00
cve
cvelist
Cvelist
CVE-2024-57004
3 Feb 202500:00
cvelist
debiancve
Debian CVE
CVE-2024-57004
3 Feb 202500:00
debiancve
euvd
EUVD
EUVD-2024-53483
3 Oct 202520:07
euvd
nvd
NVD
CVE-2024-57004
3 Feb 202519:15
nvd
openvas
OpenVAS
Roundcube Webmail <= 1.6.9 XSS Vulnerability - Linux
4 Feb 202500:00
openvas
osv
OSV
DEBIAN-CVE-2024-57004
3 Feb 202519:15
osv
osv
OSV
UBUNTU-CVE-2024-57004
3 Feb 202519:15
osv
Rows per page
# 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.153929");
  script_version("2026-02-05T05:56:23+0000");
  script_tag(name:"last_modification", value:"2026-02-05 05:56:23 +0000 (Thu, 05 Feb 2026)");
  script_tag(name:"creation_date", value:"2025-02-04 02:52:58 +0000 (Tue, 04 Feb 2025)");
  script_tag(name:"cvss_base", value:"5.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:N");

  script_cve_id("CVE-2024-57004");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"WillNotFix");

  script_name("Roundcube Webmail <= 1.6.9 XSS Vulnerability - Windows");

  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_windows");

  script_tag(name:"summary", value:"Roundcube Webmail is prone to a cross-site scripting (XSS)
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"XSS allows remote authenticated users to upload a malicious
  file as an email attachment, leading to the triggering of the XSS by visiting the SENT
  session.");

  script_tag(name:"affected", value:"Roundcube Webmail version 1.6.9 and probably prior.");

  script_tag(name:"solution", value:"No solution was made available by the vendor.

  Vendor statement: 'Sounds like one of these PDF viewer problems Roundcube can do not much about.
  This is a browser issue'");

  script_xref(name:"URL", value:"https://github.com/riya98241/CVE/blob/main/CVE-2024-57004");
  script_xref(name:"URL", value:"https://github.com/roundcube/roundcubemail/issues/9767");

  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_equal(version: version, test_version: "1.6.9")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "None", install_path: location);
  security_message(port: port, data: report);
  exit(0);
}

exit(0);

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

05 Feb 2026 00:00Current
5Medium risk
Vulners AI Score5
CVSS 3.16.1
EPSS0.2882
SSVC
17