Vulnerabilities > CVE-2014-7289 - SQL Injection vulnerability in multiple products
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 server in Symantec Critical System Protection (SCSP) 5.2.9 before MP6 and Symantec Data Center Security: Server Advanced (SDCS:SA) 6.0.x before 6.0 MP1 allows remote authenticated users to execute arbitrary SQL commands via a crafted HTTP request.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 1 | |
Application | 1 |
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 Data Center Security - Multiple Vulnerabilities. CVE-2014-7289,CVE-2014-9224,CVE-2014-9225,CVE-2014-9226. Webapps exploits for multiple platform |
id | EDB-ID:35915 |
last seen | 2016-02-04 |
modified | 2015-01-26 |
published | 2015-01-26 |
reporter | SEC Consult |
source | https://www.exploit-db.com/download/35915/ |
title | Symantec Data Center Security - Multiple Vulnerabilities |
Nessus
NASL family CGI abuses NASL id SYMANTEC_DCS_CVE_2014_7289.NASL description The remote Symantec Data Center Security Server running on the remote host is affected by a SQL injection vulnerability in the last seen 2020-06-01 modified 2020-06-02 plugin id 81549 published 2015-02-26 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/81549 title Symantec Data Center Security Server SQLi (SYM15-001) code # # (C) Tenable Network Security, Inc. # include("compat.inc"); if (description) { script_id(81549); script_version("1.7"); script_cvs_date("Date: 2019/11/25"); script_cve_id("CVE-2014-7289"); script_bugtraq_id(72092); script_name(english:"Symantec Data Center Security Server SQLi (SYM15-001)"); script_summary(english:"Attempts to exploit the SQL Injection vulnerability."); script_set_attribute(attribute:"synopsis", value: "The remote host is affected by a SQL injection vulnerability."); script_set_attribute(attribute:"description", value: "The remote Symantec Data Center Security Server running on the remote host is affected by a SQL injection vulnerability in the '/sis-ui/authenticate' script on the web console interface. A remote attacker, using a crafted HTTP request, can exploit this to execute SQL queries, allowing the disclosure or modification of arbitrary data."); # https://support.symantec.com/en_US/article.SYMSA1311.html script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?0364a137"); script_set_attribute(attribute:"solution", value: "Upgrade to Symantec Data Center Security version 6.0 MP1, and apply the protection policy modifications described in the vendor advisory."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:P"); script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C"); script_set_attribute(attribute:"cvss_score_source", value:"CVE-2014-7289"); script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"exploited_by_nessus", value:"true"); script_set_attribute(attribute:"vuln_publication_date", value:"2015/01/19"); script_set_attribute(attribute:"patch_publication_date", value:"2015/01/19"); script_set_attribute(attribute:"plugin_publication_date", value:"2015/02/26"); script_set_attribute(attribute:"plugin_type", value:"remote"); script_set_attribute(attribute:"cpe", value:"cpe:/a:symantec:critical_system_protection"); script_end_attributes(); script_category(ACT_ATTACK); script_family(english:"CGI abuses"); script_copyright(english:"This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof."); script_dependencies("symantec_dcs_console_interface_detect.nbin", "http_version.nasl"); script_require_keys("installed_sw/Symantec Data Center Security Server Console"); script_require_ports("Services/www", 4443); exit(0); } include("audit.inc"); include("global_settings.inc"); include("misc_func.inc"); include("http.inc"); include("install_func.inc"); include("charset_func.inc"); function unicode (str) { local_var retval, i; retval = ''; for (i=0; i<strlen(str); i++) retval += str[i] + '\x00'; return retval; } appname = 'Symantec Data Center Security Server Console'; get_install_count(app_name:appname, exit_if_zero:TRUE); port = get_http_port(default:4443); get_single_install(app_name:appname, port:port); req_head = 'Data-Format=text/plain\n'+ 'Data-Type=properties\n'+ 'Data-Length='; req_args = unicode(str:'ai=1\r\nun=\'\r\npwd=\r\n'); req = req_head + strlen(req_args) + '\n\n' + req_args + '\nEOF_FLAG\n'; res = http_send_recv3(method : "POST", port : port, add_headers : make_array("AppFire-Format-Version", "1.0", "AppFire-Charset" , "UTF-16LE", "Content-Type" , "application/x-appfire"), item : "/sis-ui/authenticate", data : req, exit_on_fail : TRUE); if(tolower(res[1]) =~ "content-type\s*:\s*application/x-appfire" && "java.sql.SQLException: Invalid SQL statement or JDBC escape, terminating ''' not found." >< get_ascii_printable(string:res[2])) { set_kb_item(name:'www/' + port + '/SQLInjection', value:TRUE); if(report_verbosity > 0) { http_req = http_last_sent_request(); for (i=0; i<strlen(http_req); i++) if(!is_ascii_printable(http_req[i])) http_req[i] = '.'; report = '\nNessus was able to verify the vulnerability exists with the following HTTP request :\n' + '\n' + crap(data:"-", length:30) + " snip " + crap(data:"-", length:30) + '\n' + http_req + '\n' + crap(data:"-", length:30) + " snip " + crap(data:"-", length:30) + '\n'; security_warning(port:port, extra:report); } else security_warning(port); } else audit(AUDIT_WEB_APP_NOT_AFFECTED, appname, build_url(port:port, qs:'/sis-ui/'));
NASL family Windows NASL id SYMANTEC_CRITICAL_SYSTEM_PROTECTION_SYM15-001.NASL description The version of Symantec Critical System Protection (SCSP) installed on the remote Windows host is 5.2.9.x prior to 5.2.9 MP6. It is, therefore, affected by multiple vulnerabilities : - A remote code execution vulnerability exists in the Management Server Agent Control Interface due to improper sanitization of user-uploaded files. An authenticated, remote attacker can exploit this, by uploading a log file, to execute arbitrary script code with the privileges of the web server. (CVE-2014-3440) - A SQL injection (SQLi) vulnerability exists in the management server due to the /sis-ui/authenticate script not properly sanitizing user-supplied input to the last seen 2020-06-01 modified 2020-06-02 plugin id 80911 published 2015-01-22 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80911 title Symantec Critical System Protection 5.2.9.x < 5.2.9 MP6 Multiple Vulnerabilities (SYM15-001 / SYM16-009)
Packetstorm
data source | https://packetstormsecurity.com/files/download/130060/SA-20150122-0.txt |
id | PACKETSTORM:130060 |
last seen | 2016-12-05 |
published | 2015-01-22 |
reporter | Stefan Viehbock |
source | https://packetstormsecurity.com/files/130060/Symantec-SDCS-SA-SCSP-XSS-Bypass-SQL-Injection-Disclosure.html |
title | Symantec SDCS:SA / SCSP XSS / Bypass / SQL Injection / Disclosure |
References
- http://www.securityfocus.com/bid/72092
- http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=&suid=20150119_00
- http://seclists.org/fulldisclosure/2015/Jan/91
- http://packetstormsecurity.com/files/130060/Symantec-SDCS-SA-SCSP-XSS-Bypass-SQL-Injection-Disclosure.html
- http://www.securityfocus.com/archive/1/534527/100/0/threaded