Roundcube Webmail < 1.3.17, 1.4.x < 1.4.12 Multiple Vulnerabilities
🗓️ 22 Nov 2021 00:00:00Reported by Copyright (C) 2021 Greenbone AGType
openvas🔗 plugins.openvas.org👁 29 Views
| Reporter | Title | Published | Views | Family All 79 |
|---|---|---|---|---|
| Exploit for SQL Injection in Roundcube Webmail | 14 Nov 202311:32 | – | githubexploit | |
| CVE-2021-44025 | 19 Nov 202104:15 | – | attackerkb | |
| CVE-2021-44026 | 19 Nov 202100:00 | – | attackerkb | |
| Vulnerabilities of Western logistics | 27 May 202523:55 | – | avleonov | |
| The vulnerability of the Roundcube webmail client, related to the lack of measures taken to protect the SQL query structure, allows attackers to execute arbitrary SQL code. | 20 Dec 202100:00 | – | bdu_fstec | |
| CVE-2021-44025 | 19 Nov 202107:16 | – | circl | |
| CVE-2021-44026 | 19 Nov 202107:16 | – | circl | |
| Roundcube Webmail SQL Injection Vulnerability | 22 Jun 202300:00 | – | cisa_kev | |
| CISA Adds Six Known Exploited Vulnerabilities to Catalog | 22 Jun 202312:00 | – | cisa | |
| Roundcube Webmail 跨站脚本漏洞 | 19 Nov 202100:00 | – | cnnvd |
10
# SPDX-FileCopyrightText: 2021 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.147190");
script_version("2023-07-25T05:05:58+0000");
script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
script_tag(name:"creation_date", value:"2021-11-22 04:51:40 +0000 (Mon, 22 Nov 2021)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2021-11-23 00:08:00 +0000 (Tue, 23 Nov 2021)");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
script_cve_id("CVE-2021-44025", "CVE-2021-44026");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Roundcube Webmail < 1.3.17, 1.4.x < 1.4.12 Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2021 Greenbone AG");
script_family("Web application abuses");
script_dependencies("sw_roundcube_http_detect.nasl");
script_mandatory_keys("roundcube/detected");
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 vulnerabilities exist:
- CVE-2021-44025: Cross-site scripting (XSS) in handling attachment filename extension in mimetype
mismatch warning
- CVE-2021-44026: SQL injection (SQLi) via some session variables");
script_tag(name:"affected", value:"Roundcube Webmail version 1.3.16 and prior and version 1.4.x
through 1.4.11.");
script_tag(name:"solution", value:"Update to version 1.3.17, 1.4.12 or later.");
script_xref(name:"URL", value:"https://roundcube.net/news/2021/11/12/security-updates-1.4.12-and-1.3.17-released");
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.3.17")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.3.17", install_path: location);
security_message(port: port, data: report);
exit(0);
}
if (version_in_range(version: version, test_version: "1.4.0", test_version2: "1.4.11")) {
report = report_fixed_ver(installed_version: version, fixed_version: "1.4.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
25 Jul 2023 00:00Current
8.1High risk
Vulners AI Score8.1
CVSS 27.5
CVSS 3.19.8
EPSS0.42751
SSVC