Lucene search
+L

Roundcube Webmail < 1.3.12, 1.4.x < 1.4.5 Multiple Vulnerabilities

🗓️ 08 Jun 2020 00:00:00Reported by Copyright (C) 2020 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 56 Views

Roundcube Webmail < 1.3.12, 1.4.x < 1.4.5 Multiple Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2020-13965
9 Jun 202000:00
attackerkb
attackerkb
ATTACKERKB
CVE-2020-12641
4 May 202000:00
attackerkb
avleonov
Information Security Automation
Vulnerabilities of Western logistics
27 May 202523:55
avleonov
bdu_fstec
BDU FSTEC
The vulnerability of the RoundCube Webmail email client, related to deficiencies in the security measures used to protect web page structures, allows attackers to compromise data integrity.
19 Aug 202000:00
bdu_fstec
bdu_fstec
BDU FSTEC
The vulnerability of the RoundCube Webmail email client, related to deficiencies in the security measures used to protect web page structures, allows attackers to compromise data integrity.
19 Aug 202000:00
bdu_fstec
bdu_fstec
BDU FSTEC
The vulnerability of the Roundcube email client installation database, related to the lack of security measures for website structures, allows attackers to compromise data integrity.
20 Sep 202100:00
bdu_fstec
bdu_fstec
BDU FSTEC
The vulnerability of the Roundcube email client installer’s SMTP configuration, related to the lack of protective measures for the website structure, allows attackers to compromise data integrity.
20 Sep 202100:00
bdu_fstec
bdu_fstec
BDU FSTEC
The vulnerability of the im_convert_path and im_identify_path functions in the rcube_image.php file of the RoundCube Webmail client allows a hacker to execute arbitrary code.
8 Nov 202300:00
bdu_fstec
githubexploit
GithubExploit
Exploit for Cross-site Scripting in Roundcube Webmail
13 Feb 202513:56
githubexploit
circl
Circl
CVE-2020-12641
22 Jun 202318:10
circl
Rows per page
# SPDX-FileCopyrightText: 2020 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.108803");
  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:"2020-06-08 08:50:23 +0000 (Mon, 08 Jun 2020)");
  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:"2020-09-24 18:15:00 +0000 (Thu, 24 Sep 2020)");

  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-2020-12641", "CVE-2020-13964", "CVE-2020-13965", "CVE-2020-18670", "CVE-2020-18671");

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

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

  script_name("Roundcube Webmail < 1.3.12, 1.4.x < 1.4.5 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2020 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:"Roundcube Webmail is prone to multiple vulnerabilities:

  - CVE-2020-13964: Cross-site scripting (XSS) in template object username

  - CVE-2020-13965: Cross-site scripting (XSS) via malicious XML attachment

  - CVE-2020-18670, CVE-2020-18671: Multiple cross-site scripting (XSS) in Installer

  - Better fix for CVE-2020-12641");

  script_tag(name:"affected", value:"Roundcube Webmail versions before 1.3.12 and 1.4.5.");

  script_tag(name:"solution", value:"Update to version 1.3.12, 1.4.5 or later.");

  script_xref(name:"URL", value:"https://roundcube.net/news/2020/06/02/security-updates-1.4.5-and-1.3.12");

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

if (version_in_range(version: version, test_version: "1.4", test_version2: "1.4.4")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "1.4.5", 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.84456
SSVC
56