| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| SalesAgility SuiteCRM Cross-Site Request Forgery Vulnerability | 9 Apr 201900:00 | – | cnvd | |
| CVE-2018-20816 | 5 Apr 201913:05 | – | cve | |
| CVE-2018-20816 | 5 Apr 201913:05 | – | cvelist | |
| EUVD-2018-13358 | 7 Oct 202500:30 | – | euvd | |
| CVE-2018-20816 | 5 Apr 201916:29 | – | nvd | |
| Cross site request forgery (csrf) | 5 Apr 201916:29 | – | prion | |
| CVE-2018-20816 | 22 May 202503:19 | – | redhatcve |
# SPDX-FileCopyrightText: 2019 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.113367");
script_version("2023-10-06T05:06:29+0000");
script_tag(name:"last_modification", value:"2023-10-06 05:06:29 +0000 (Fri, 06 Oct 2023)");
script_tag(name:"creation_date", value:"2019-04-08 11:42:51 +0000 (Mon, 08 Apr 2019)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-08-24 17:37:00 +0000 (Mon, 24 Aug 2020)");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_cve_id("CVE-2018-20816");
script_name("SuiteCRM 7.x <= 7.8.23 and 7.10.x <= 7.10.10 XSS Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2019 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_suitecrm_http_detect.nasl");
script_mandatory_keys("salesagility/suitecrm/detected");
script_tag(name:"summary", value:"SuiteCRM 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:"The vulnerability exists within the 'add dashboard pages' feature,
where users can receive a malicious URL or JavaScript which is then executed.");
script_tag(name:"impact", value:"Successful exploitation would allow an authenticated attacker to
execute arbitrary JavaScript in the context of another user and potentially hijack the targeted
user's session.");
script_tag(name:"affected", value:"SuiteCRM versions 7.0.0 through 7.8.23 and 7.10.0 through
7.10.10.");
script_tag(name:"solution", value:"Update to version 7.8.24 or 7.10.11 respectively.");
script_xref(name:"URL", value:"https://docs.suitecrm.com/admin/releases/7.8.x/#_7_8_24");
script_xref(name:"URL", value:"https://docs.suitecrm.com/admin/releases/7.10.x/#_7_10_11");
exit(0);
}
CPE = "cpe:/a:salesagility:suitecrm";
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_in_range( version: version, test_version: "7.0.0", test_version2: "7.8.23" ) ) {
report = report_fixed_ver( installed_version: version, fixed_version: "7.8.24", install_url: location );
security_message( data: report, port: port );
exit( 0 );
}
if( version_in_range( version: version, test_version: "7.10.0", test_version2: "7.10.10" ) ) {
report = report_fixed_ver( installed_version: version, fixed_version: "7.10.11", install_url: location );
security_message( data: report, port: port );
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