Vulnerabilities > CVE-2013-5015 - SQL Injection vulnerability in Symantec Endpoint Protection Manager and Protection Center
Attack vector
NETWORK Attack complexity
LOW Privileges required
SINGLE Confidentiality impact
PARTIAL Integrity impact
PARTIAL Availability impact
PARTIAL Summary
SQL injection vulnerability in the management console in Symantec Endpoint Protection Manager (SEPM) 11.0 before 11.0.7405.1424 and 12.1 before 12.1.4023.4080, and Symantec Protection Center Small Business Edition 12.x before 12.1.4023.4080, allows remote authenticated users to execute arbitrary SQL commands via unspecified vectors.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 6 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Command Line Execution through SQL Injection An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.
- Object Relational Mapping Injection An attacker leverages a weakness present in the database access layer code generated with an Object Relational Mapping (ORM) tool or a weakness in the way that a developer used a persistence framework to inject his or her own SQL commands to be executed against the underlying database. The attack here is similar to plain SQL injection, except that the application does not use JDBC to directly talk to the database, but instead it uses a data access layer generated by an ORM tool or framework (e.g. Hibernate). While most of the time code generated by an ORM tool contains safe access methods that are immune to SQL injection, sometimes either due to some weakness in the generated code or due to the fact that the developer failed to use the generated access methods properly, SQL injection is still possible.
- SQL Injection through SOAP Parameter Tampering An attacker modifies the parameters of the SOAP message that is sent from the service consumer to the service provider to initiate a SQL injection attack. On the service provider side, the SOAP message is parsed and parameters are not properly validated before being used to access a database in a way that does not use parameter binding, thus enabling the attacker to control the structure of the executed SQL query. This pattern describes a SQL injection attack with the delivery mechanism being a SOAP message.
- Expanding Control over the Operating System from the Database An attacker is able to leverage access gained to the database to read / write data to the file system, compromise the operating system, create a tunnel for accessing the host machine, and use this access to potentially attack other machines on the same network as the database machine. Traditionally SQL injections attacks are viewed as a way to gain unauthorized read access to the data stored in the database, modify the data in the database, delete the data, etc. However, almost every data base management system (DBMS) system includes facilities that if compromised allow an attacker complete access to the file system, operating system, and full access to the host running the database. The attacker can then use this privileged access to launch subsequent attacks. These facilities include dropping into a command shell, creating user defined functions that can call system level libraries present on the host machine, stored procedures, etc.
- SQL Injection This attack exploits target software that constructs SQL statements based on user input. An attacker crafts input strings so that when the target software constructs SQL statements based on the input, the resulting SQL statement performs actions other than those the application intended. SQL Injection results from failure of the application to appropriately validate input. When specially crafted user-controlled input consisting of SQL syntax is used without proper validation as part of SQL queries, it is possible to glean information from the database in ways not envisaged during application design. Depending upon the database and the design of the application, it may also be possible to leverage injection to have the database execute system-related commands of the attackers' choice. SQL Injection enables an attacker to talk directly to the database, thus bypassing the application completely. Successful injection can cause information disclosure as well as ability to add or modify data in the database. In order to successfully inject SQL and retrieve information from a database, an attacker:
Exploit-Db
description Symantec Endpoint Protection Manager Remote Command Execution. CVE-2013-5014. Remote exploit for windows platform file exploits/windows/remote/31917.rb id EDB-ID:31917 last seen 2016-02-03 modified 2014-02-26 platform windows port 9090 published 2014-02-26 reporter metasploit source https://www.exploit-db.com/download/31917/ title Symantec Endpoint Protection Manager - Remote Command Execution type remote description Symantec Endpoint Protection Manager 11.0, 12.0, 12.1 - Remote Command Execution Exploit. CVE-2013-5014,CVE-2013-5015. Remote exploit for windows platform file exploits/windows/remote/31853.py id EDB-ID:31853 last seen 2016-02-03 modified 2014-02-23 platform windows port published 2014-02-23 reporter Chris Graham source https://www.exploit-db.com/download/31853/ title Symantec Endpoint Protection Manager 11.0, 12.0, 12.1 - Remote Command Execution Exploit type remote
Metasploit
description | This module exploits XXE and SQL injection flaws in Symantec Endpoint Protection Manager versions 11.0, 12.0 and 12.1. When supplying a specially crafted XML external entity (XXE) request an attacker can reach SQL injection affected components. As xp_cmdshell is enabled in the included database instance, it's possible to execute arbitrary system commands on the target with SYSTEM privileges. |
id | MSF:EXPLOIT/WINDOWS/ANTIVIRUS/SYMANTEC_ENDPOINT_MANAGER_RCE |
last seen | 2020-05-24 |
modified | 2017-07-24 |
published | 2014-02-25 |
references | |
reporter | Rapid7 |
source | https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/windows/antivirus/symantec_endpoint_manager_rce.rb |
title | Symantec Endpoint Protection Manager /servlet/ConsoleServlet Remote Command Execution |
Nessus
NASL family | Windows |
NASL id | SYMANTEC_ENDPOINT_PROT_MGR_SYM14-004.NASL |
description | The version of Symantec Endpoint Protection Manager (SEPM) running on the remote host is either 11.x prior to 11.0 RU7-MP4a or 12.x prior to 12.1 RU4a. It is, therefore, affected by multiple vulnerabilities: - SEPM is affected by an XML external entity injection vulnerability due to a failure to properly sanitize user-supplied input. A remote, unauthenticated attacker could potentially exploit this vulnerability to read arbitrary files. (CVE-2013-5014) - SEPM is affected by a SQL injection vulnerability due to a failure to properly sanitize user-supplied input. A locally authenticated user could potentially exploit this vulnerability to execute arbitrary SQL commands against the back-end database. (CVE-2013-5015) |
last seen | 2020-06-01 |
modified | 2020-06-02 |
plugin id | 72542 |
published | 2014-02-17 |
reporter | This script is Copyright (C) 2014-2018 Tenable Network Security, Inc. |
source | https://www.tenable.com/plugins/nessus/72542 |
title | Symantec Endpoint Protection Manager < 11.0 RU7-MP4a / 12.1 RU4a Multiple Vulnerabilities (SYM14-004) |
code |
|
Packetstorm
data source https://packetstormsecurity.com/files/download/129000/SA-20141106-0.txt id PACKETSTORM:129000 last seen 2016-12-05 published 2014-11-06 reporter S. Viehbock source https://packetstormsecurity.com/files/129000/Symantec-Endpoint-Protection-12.1.4023.4080-XXE-XSS-Arbitrary-File-Write.html title Symantec Endpoint Protection 12.1.4023.4080 XXE / XSS / Arbitrary File Write data source https://packetstormsecurity.com/files/download/125410/symantec_endpoint_manager_rce.rb.txt id PACKETSTORM:125410 last seen 2016-12-05 published 2014-02-26 reporter Chris Graham source https://packetstormsecurity.com/files/125410/Symantec-Endpoint-Protection-Manager-Remote-Command-Execution.html title Symantec Endpoint Protection Manager Remote Command Execution data source https://packetstormsecurity.com/files/download/125366/symantecendpointpm-exec.txt id PACKETSTORM:125366 last seen 2016-12-05 published 2014-02-23 reporter Chris Graham source https://packetstormsecurity.com/files/125366/Symantec-Endpoint-Protection-Manager-Remote-Command-Execution.html title Symantec Endpoint Protection Manager Remote Command Execution
Saint
bid | 65466 |
description | Symantec Endpoint Protection Manager XXE and SQL Injection Vulnerabilities |
osvdb | 103306 |
title | symantec_epm_xxe_sql_inj |
type | remote |
Seebug
bulletinFamily exploit description BUGTRAQ ID: 65466 CVE(CAN) ID: CVE-2013-5014 Symantec Endpoint Protection (SEP)是由Symantec Corporation开发的新一代反病毒和防火墙产品。 Symantec Endpoint Protection Manager 11.0、Symantec Endpoint Protection Center Small Business Edition 12.0、Symantec Endpoint Protection Manager 12.1版本没有正确处理通过TCP端口9090(HTTP)及端口8443(HTTPS)发送到管理控制台的外部XML数据,在实现上存在安全漏洞,这可使恶意用户在未授权情况下访问敏感的服务器文件及功能。 0 Symantec Endpoint Protection 12.1 Symantec Endpoint Protection 12.0 Symantec Endpoint Protection 11.0 厂商补丁: Symantec -------- Symantec已经为此发布了一个安全公告(SYM14-004)以及相应补丁: SYM14-004:Security Advisories Relating to Symantec Products - Symantec Endpoint Protection Manager Vulnerabilities 链接:http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=&suid=20140213_00 id SSV:61449 last seen 2017-11-19 modified 2014-02-14 published 2014-02-14 reporter Root source https://www.seebug.org/vuldb/ssvid-61449 title Symantec Endpoint Protection Manager XML外部实体注入漏洞 bulletinFamily exploit description No description provided by source. id SSV:85167 last seen 2017-11-19 modified 2014-07-01 published 2014-07-01 reporter Root source https://www.seebug.org/vuldb/ssvid-85167 title Symantec Endpoint Protection Manager - Remote Command Execution Exploit bulletinFamily exploit description BUGTRAQ ID: 65467 CVE(CAN) ID: CVE-2013-5015 Symantec Endpoint Protection (SEP)是反病毒和防火墙产品。 Symantec Endpoint Protection Manager 11.0、Symantec Endpoint Protection Center Small Business Edition 12.0、Symantec Endpoint Protection Manager 12.1版本没有有效过滤数据库的本地请求,恶意本地用户可利用此漏洞注入任意SQL数据库查询。 0 Symantec Web Gateway < 5.2 厂商补丁: Symantec -------- Symantec已经为此发布了一个安全公告(SYM14-004)以及相应补丁: SYM14-004:Security Advisories Relating to Symantec Products - Symantec Endpoint Protection Manager Vulnerabilities 链接:http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=secu id SSV:61477 last seen 2017-11-19 modified 2014-02-19 published 2014-02-19 reporter Root title Symantec Endpoint Protection Manager本地SQL注入漏洞(CVE-2013-5015) bulletinFamily exploit description No description provided by source. id SSV:87397 last seen 2017-11-19 modified 2014-11-13 published 2014-11-13 reporter Root source https://www.seebug.org/vuldb/ssvid-87397 title Symantec Endpoint Protection 12.1.4023.4080 - Multiple Vulnerabilities
References
- http://osvdb.org/103306
- http://www.exploit-db.com/exploits/31853
- http://www.exploit-db.com/exploits/31917
- http://www.securityfocus.com/bid/65467
- http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=&suid=20140213_00
- https://www.sec-consult.com/fxdata/seccons/prod/temedia/advisories_txt/20140218-0_Symantec_Endpoint_Protection_Multiple_critical_vulnerabilities_wo_poc_v10.txt