Vulnerabilities > CVE-2014-9225 - Information Exposure vulnerability in multiple products
Attack vector
NETWORK Attack complexity
LOW Privileges required
SINGLE Confidentiality impact
PARTIAL Integrity impact
NONE Availability impact
NONE Summary
The ajaxswing webui in the management server in Symantec Critical System Protection (SCSP) 5.2.9 through MP6 and Symantec Data Center Security: Server Advanced (SDCS:SA) 6.0.x through 6.0 MP1 allows remote authenticated users to obtain sensitive server information via unspecified vectors.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 1 | |
Application | 1 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Subverting Environment Variable Values The attacker directly or indirectly modifies environment variables used by or controlling the target software. The attacker's goal is to cause the target software to deviate from its expected operation in a manner that benefits the attacker.
- Footprinting An attacker engages in probing and exploration activity to identify constituents and properties of the target. Footprinting is a general term to describe a variety of information gathering techniques, often used by attackers in preparation for some attack. It consists of using tools to learn as much as possible about the composition, configuration, and security mechanisms of the targeted application, system or network. Information that might be collected during a footprinting effort could include open ports, applications and their versions, network topology, and similar information. While footprinting is not intended to be damaging (although certain activities, such as network scans, can sometimes cause disruptions to vulnerable applications inadvertently) it may often pave the way for more damaging attacks.
- Exploiting Trust in Client (aka Make the Client Invisible) An attack of this type exploits a programs' vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by placing themselves in the communication channel between client and server such that communication directly to the server is possible where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
- Browser Fingerprinting An attacker carefully crafts small snippets of Java Script to efficiently detect the type of browser the potential victim is using. Many web-based attacks need prior knowledge of the web browser including the version of browser to ensure successful exploitation of a vulnerability. Having this knowledge allows an attacker to target the victim with attacks that specifically exploit known or zero day weaknesses in the type and version of the browser used by the victim. Automating this process via Java Script as a part of the same delivery system used to exploit the browser is considered more efficient as the attacker can supply a browser fingerprinting method and integrate it with exploit code, all contained in Java Script and in response to the same web page request by the browser.
- Session Credential Falsification through Prediction This attack targets predictable session ID in order to gain privileges. The attacker can predict the session ID used during a transaction to perform spoofing and session hijacking.
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_9225.NASL description The remote Symantec Data Center Security Server running on the remote host is affected by an information disclosure vulnerability in the last seen 2020-06-01 modified 2020-06-02 plugin id 81551 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/81551 title Symantec Data Center Security Server 'environment.jsp' Information Disclosure (SYM15-001) code # # (C) Tenable Network Security, Inc. # include("compat.inc"); if (description) { script_id(81551); script_version("1.7"); script_cvs_date("Date: 2019/11/25"); script_cve_id("CVE-2014-9225"); script_bugtraq_id(72094); script_name(english:"Symantec Data Center Security Server 'environment.jsp' Information Disclosure (SYM15-001)"); script_summary(english:"Looks for 'environment.jsp'."); script_set_attribute(attribute:"synopsis", value: "The remote host is affected by an information disclosure vulnerability."); script_set_attribute(attribute:"description", value: "The remote Symantec Data Center Security Server running on the remote host is affected by an information disclosure vulnerability in the '/webui/admin/environment.jsp' script, which discloses sensitive information about the server and software configuration."); # 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:N/A:N"); script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C"); script_set_attribute(attribute:"cvss_score_source", value:"CVE-2014-9225"); 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_GATHER_INFO); 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_web_interface_detect.nbin", "http_version.nasl"); script_require_keys("installed_sw/Symantec Data Center Security Server"); script_require_ports("Services/www", 8081); exit(0); } include("audit.inc"); include("global_settings.inc"); include("misc_func.inc"); include("http.inc"); include("install_func.inc"); appname = 'Symantec Data Center Security Server'; get_install_count(app_name:appname, exit_if_zero:TRUE); port = get_http_port(default:8081); install = get_single_install(app_name:appname, port:port); res = http_send_recv3(method : "GET", port : port, item : "/webui/admin/environment.jsp", exit_on_fail : TRUE); if("<title>Environment Information</title>" >< res[2] && "\Symantec\" >< res[2] && "<b>Your current working directory</b>" >< res[2]) { if(report_verbosity > 0) { report = '\nNessus was able to view sensitive information by visiting the following URL :\n' + '\n ' + build_url(port:port, qs:'/webui/admin/environment.jsp') + '\n'; security_warning(port:port, extra:report); } else security_warning(port); } else audit(AUDIT_WEB_APP_NOT_AFFECTED, appname, build_url(port:port, qs:'/webui/apps/sdcss'));
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/72094
- 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