| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| Symantec Endpoint Protection Manager and Client SQL Injection Vulnerability | 19 Mar 201600:00 | – | cnvd | |
| Symantec Endpoint Protection Manager and Client Cross-Site Scripting Vulnerability | 19 Mar 201600:00 | – | cnvd | |
| CVE-2015-8152 | 18 Mar 201614:00 | – | cve | |
| CVE-2015-8153 | 18 Mar 201614:00 | – | cve | |
| CVE-2015-8152 | 18 Mar 201614:00 | – | cvelist | |
| CVE-2015-8153 | 18 Mar 201614:00 | – | cvelist | |
| EUVD-2015-8042 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2015-8043 | 7 Oct 202500:30 | – | euvd | |
| CVE-2015-8152 | 18 Mar 201614:59 | – | nvd | |
| CVE-2015-8153 | 18 Mar 201614:59 | – | nvd |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(90200);
script_version("1.9");
script_cvs_date("Date: 2019/11/20");
script_cve_id("CVE-2015-8152", "CVE-2015-8153");
script_bugtraq_id(84343, 84354);
script_name(english:"Symantec Endpoint Protection Manager < 12.1 RU6 MP4 Multiple Vulnerabilities (SYM16-003)");
script_summary(english:"Checks the SEPM version.");
script_set_attribute(attribute:"synopsis", value:
"The version of Symantec Endpoint Protection Manager installed on the
remote host is affected by multiple vulnerabilities.");
script_set_attribute(attribute:"description", value:
"The version of Symantec Endpoint Protection Manager (SEPM) installed
on the remote host is prior to 12.1 RU6 MP4. It is, therefore,
affected by the following vulnerabilities :
- A cross-site request forgery (XSRF) vulnerability exists
due to HTTP requests to logging scripts not requiring
multiple steps, explicit confirmation, or a unique token
when performing certain sensitive actions. A remote
attacker can exploit this by convincing a user to follow
a specially crafted link, resulting in the execution of
arbitrary code. (CVE-2015-8152)
- A SQL injection vulnerability exists due to improper
sanitization of input before using it in SQL queries. An
authenticated, remote attacker can exploit this to
inject or manipulate SQL queries on the back-end
database, resulting in the manipulation and disclosure
of arbitrary data. (CVE-2015-8153)");
# https://support.symantec.com/en_US/article.SYMSA1354.html
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?6164c081");
script_set_attribute(attribute:"solution", value:
"Upgrade to Symantec Endpoint Protection Manager 12.1 RU6 MP4 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:S/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2015-8152");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2016/03/17");
script_set_attribute(attribute:"patch_publication_date", value:"2016/03/17");
script_set_attribute(attribute:"plugin_publication_date", value:"2016/03/25");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:symantec:endpoint_protection_manager");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("symantec_endpoint_prot_mgr_installed.nasl");
script_require_keys("installed_sw/Symantec Endpoint Protection Manager");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("install_func.inc");
app = 'Symantec Endpoint Protection Manager';
install = get_single_install(app_name:app, exit_if_unknown_ver:TRUE);
version = install['version'];
path = install['path' ];
fixed_ver = '12.1.6860.6400';
if (version =~ "^12\.1\." && ver_compare(ver:version, fix:fixed_ver, strict:FALSE) == -1)
{
port = get_kb_item("SMB/transport");
if (!port) port = 445;
report =
'\n Path : '+ path +
'\n Installed version : '+ version +
'\n Fixed version : '+ fixed_ver +
'\n';
security_report_v4(severity:SECURITY_HOLE, port:port, extra:report, sqli:TRUE, xsrf:TRUE);
}
else audit(AUDIT_INST_PATH_NOT_VULN, app, version, path);
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