Vulnerabilities > CVE-2014-1409 - XML Injection (aka Blind XPath Injection) vulnerability in Mobileiron Sentry and Virtual Smartphone Platform
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
PARTIAL Integrity impact
PARTIAL Availability impact
NONE Summary
MobileIron VSP versions prior to 5.9.1 and Sentry versions prior to 5.0 have an authentication bypass vulnerability due to an XML file with obfuscated passwords
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 2 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- XML Injection An attacker utilizes crafted XML user-controllable input to probe, attack, and inject data into the XML database, using techniques similar to SQL injection. The user-controllable input can allow for unauthorized viewing of data, bypassing authentication or the front-end application for direct XML database access, and possibly altering database information.
- XPath Injection An attacker can craft special user-controllable input consisting of XPath expressions to inject the XML database and bypass authentication or glean information that he normally would not be able to. XPath Injection enables an attacker to talk directly to the XML database, thus bypassing the application completely. XPath Injection results from the failure of an application to properly sanitize input used as part of dynamic XPath expressions used to query an XML database. In order to successfully inject XML and retrieve information from a database, an attacker:
Packetstorm
data source | https://packetstormsecurity.com/files/download/125990/MATTA-2013-004.txt |
id | PACKETSTORM:125990 |
last seen | 2016-12-05 |
published | 2014-04-02 |
reporter | Nico Leidecker |
source | https://packetstormsecurity.com/files/125990/MobileIron-VSP-Sentry-Authentication-Bypass.html |
title | MobileIron VSP / Sentry Authentication Bypass |
Seebug
bulletinFamily | exploit |
description | Bugtraq ID:66595 CVE ID:CVE-2014-1409 MobileIron是一个虚拟智能终端平台,包含VSP,Sentry等组件。 MobileIron VSP/Sentry管理接口存在验证绕过漏洞,https://<target>/mics/j_spring_security_check中的脚本不正确过滤'j_username'参数,允许未验证攻击者进行XPath注入攻击,可获取XML文档数据,如配置文件等。 0 MobileIron VSP < 5.9.1 MobileIron Sentry < 5.0 MobileIron VSP 5.9.1和MobileIron Sentry 5.0版本已修复该漏洞,建议用户下载使用: http://www.mobileiron.com |
id | SSV:62082 |
last seen | 2017-11-19 |
modified | 2014-04-08 |
published | 2014-04-08 |
reporter | Root |
title | MobileIron VSP/Sentry 'j_username'参数XPath注入漏洞 |