Vulnerabilities > CVE-2014-1409 - XML Injection (aka Blind XPath Injection) vulnerability in Mobileiron Sentry and Virtual Smartphone Platform

047910
CVSS 6.4 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
NONE
network
low complexity
mobileiron
CWE-91

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
Mobileiron
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 sourcehttps://packetstormsecurity.com/files/download/125990/MATTA-2013-004.txt
idPACKETSTORM:125990
last seen2016-12-05
published2014-04-02
reporterNico Leidecker
sourcehttps://packetstormsecurity.com/files/125990/MobileIron-VSP-Sentry-Authentication-Bypass.html
titleMobileIron VSP / Sentry Authentication Bypass

Seebug

bulletinFamilyexploit
descriptionBugtraq 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
idSSV:62082
last seen2017-11-19
modified2014-04-08
published2014-04-08
reporterRoot
titleMobileIron VSP/Sentry 'j_username'参数XPath注入漏洞