Vulnerabilities > CVE-2015-5603 - Code Injection vulnerability in Atlassian Hipchat

047910
CVSS 6.5 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
SINGLE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
low complexity
atlassian
CWE-94
exploit available
metasploit

Summary

The HipChat for JIRA plugin before 6.30.0 for Atlassian JIRA allows remote authenticated users to execute arbitrary Java code via unspecified vectors, related to "Velocity Template Injection Vulnerability."

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
  • Manipulating User-Controlled Variables
    This attack targets user controlled variables (DEBUG=1, PHP Globals, and So Forth). An attacker can override environment variables leveraging user-supplied, untrusted query variables directly used on the application server without any data sanitization. In extreme cases, the attacker can change variables controlling the business logic of the application. For instance, in languages like PHP, a number of poorly set default configurations may allow the user to override variables.

Exploit-Db

  • descriptionJIRA and HipChat for JIRA Plugin Velocity Template Injection Vulnerability. CVE-2015-5603. Webapps exploit for java platform
    fileexploits/java/webapps/38551.py
    idEDB-ID:38551
    last seen2016-02-04
    modified2015-10-28
    platformjava
    port
    published2015-10-28
    reporterChris Wood
    sourcehttps://www.exploit-db.com/download/38551/
    titleJIRA and HipChat for JIRA Plugin Velocity Template Injection Vulnerability
    typewebapps
  • descriptionAtlassian HipChat for Jira Plugin Velocity Template Injection. CVE-2015-5603. Remote exploits for multiple platform
    fileexploits/multiple/remote/38905.rb
    idEDB-ID:38905
    last seen2016-02-04
    modified2015-12-08
    platformmultiple
    port8080
    published2015-12-08
    reportermetasploit
    sourcehttps://www.exploit-db.com/download/38905/
    titleAtlassian HipChat for Jira Plugin Velocity Template Injection
    typeremote

Metasploit

descriptionAtlassian Hipchat is a web service for internal instant messaging. A plugin is available for Jira that allows team collaboration at real time. A message can be used to inject Java code into a Velocity template, and gain code execution as Jira. Authentication is required to exploit this vulnerability, and you must make sure the account you're using isn't protected by captcha. By default, Java payload will be used because it is cross-platform, but you can also specify which native payload you want (Linux or Windows). HipChat for Jira plugin versions between 1.3.2 and 6.30.0 are affected. Jira versions between 6.3.5 and 6.4.10 are also affected by default, because they were bundled with a vulnerable copy of HipChat. When using the check command, if you supply a valid username and password, the module will be able to trigger the bug and check more accurately. If not, it falls back to passive, which can only tell if the target is running on a Jira version that is bundled with a vulnerable copy of Hipchat by default, which is less reliable. This vulnerability was originally discovered internally by Atlassian.
idMSF:EXPLOIT/MULTI/HTTP/JIRA_HIPCHAT_TEMPLATE
last seen2020-05-26
modified2018-08-10
published2015-12-03
references
reporterRapid7
sourcehttps://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/multi/http/jira_hipchat_template.rb
titleAtlassian HipChat for Jira Plugin Velocity Template Injection

Packetstorm

data sourcehttps://packetstormsecurity.com/files/download/134644/jira_hipchat_template.rb.txt
idPACKETSTORM:134644
last seen2016-12-05
published2015-12-04
reportersinn3r
sourcehttps://packetstormsecurity.com/files/134644/Atlassian-HipChat-for-Jira-Plugin-Velocity-Template-Injection.html
titleAtlassian HipChat for Jira Plugin Velocity Template Injection