Vulnerabilities > CVE-2014-6155 - Path Traversal vulnerability in IBM Websphere Service Registry and Repository

047910
CVSS 4.0 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
SINGLE
Confidentiality impact
PARTIAL
Integrity impact
NONE
Availability impact
NONE
network
low complexity
ibm
CWE-22
nessus

Summary

Multiple directory traversal vulnerabilities in the ServiceRegistry UI in IBM WebSphere Service Registry and Repository (WSRR) 7.5.x through 7.5.0.4, 8.0.x before 8.0.0.3, and 8.5.x before 8.5.0.1 allow remote authenticated users to read arbitrary files via unspecified vectors.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Relative Path Traversal
    An attacker exploits a weakness in input validation on the target by supplying a specially constructed path utilizing dot and slash characters for the purpose of obtaining access to arbitrary files or resources. An attacker modifies a known path on the target in order to reach material that is not available through intended channels. These attacks normally involve adding additional path separators (/ or \) and/or dots (.), or encodings thereof, in various combinations in order to reach parent directories or entirely separate trees of the target's directory structure.
  • Directory Traversal
    An attacker with access to file system resources, either directly or via application logic, will use various file path specification or navigation mechanisms such as ".." in path strings and absolute paths to extend their range of access to inappropriate areas of the file system. The attacker attempts to either explore the file system for recon purposes or access directories and files that are intended to be restricted from their access. Exploring the file system can be achieved through constructing paths presented to directory listing programs, such as "ls" and 'dir', or through specially crafted programs that attempt to explore the file system. The attacker engaging in this type of activity is searching for information that can be used later in a more exploitive attack. Access to restricted directories or files can be achieved through modification of path references utilized by system applications.
  • File System Function Injection, Content Based
    An attack of this type exploits the host's trust in executing remote content including binary files. The files are poisoned with a malicious payload (targeting the file systems accessible by the target software) by the attacker and may be passed through standard channels such as via email, and standard web content like PDF and multimedia files. The attacker exploits known vulnerabilities or handling routines in the target processes. Vulnerabilities of this type have been found in a wide variety of commercial applications from Microsoft Office to Adobe Acrobat and Apple Safari web browser. When the attacker knows the standard handling routines and can identify vulnerabilities and entry points they can be exploited by otherwise seemingly normal content. Once the attack is executed, the attackers' program can access relative directories such as C:\Program Files or other standard system directories to launch further attacks. In a worst case scenario, these programs are combined with other propagation logic and work as a virus.
  • Using Slashes and URL Encoding Combined to Bypass Validation Logic
    This attack targets the encoding of the URL combined with the encoding of the slash characters. An attacker can take advantage of the multiple way of encoding an URL and abuse the interpretation of the URL. An URL may contain special character that need special syntax handling in order to be interpreted. Special characters are represented using a percentage character followed by two digits representing the octet code of the original character (%HEX-CODE). For instance US-ASCII space character would be represented with %20. This is often referred as escaped ending or percent-encoding. Since the server decodes the URL from the requests, it may restrict the access to some URL paths by validating and filtering out the URL requests it received. An attacker will try to craft an URL with a sequence of special characters which once interpreted by the server will be equivalent to a forbidden URL. It can be difficult to protect against this attack since the URL can contain other format of encoding such as UTF-8 encoding, Unicode-encoding, etc.
  • Manipulating Input to File System Calls
    An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.

Nessus

  • NASL familyWindows
    NASL idWEBSPHERE_SERVICE_REGISTRY_AND_REPOSITORY_7504_MULT_VULN.NASL
    descriptionThe version of IBM WebSphere Service Registry and Repository (WSRR) is version 7.5 prior to 7.5.0.4. It is therefore, affected by multiple vulnerabilities : - An unspecified DOM based cross-site scripting (XSS) vulnerability in the WSRR web UI. (CVE-2014-6132) - WSSR web interface issues a cookie that is not declared SSL only. (CVE-2014-6153) - An unspecified path traversal vulnerability in the SERVICEREGISTRY UI. (CVE-2014-6155) - An unspecified information disclosure flaw related to access control checks when a retrieve depth is 0. (CVE-2014-6177) - An unspecified script injection vulnerability in WSSR widgets. (CVE-2014-6178) - An unspecified DOM based cross-site scripting (XSS) vulnerability in the WSRR web UI. (CVE-2014-6179) - An unspecified HTML injection vulnerability related to the User-Agent header in the WSRR web UI. (CVE-2014-6180) - Improper enforcement of object access control restrictions. (CVE-2014-6186) - An unspecified cross-site request forgery (XSRF) vulnerability. (CVE-2014-6187) - Unspecified cross-site scripting (XSS) vulnerabilities. (CVE-2014-6188)
    last seen2020-03-18
    modified2015-01-20
    plugin id80857
    published2015-01-20
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80857
    titleIBM WebSphere Service Registry and Repository 7.5 < 7.5.0.4 Multiple Vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(80857);
      script_version("1.9");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/05");
    
      script_cve_id(
        "CVE-2014-6132",
        "CVE-2014-6153",
        "CVE-2014-6155",
        "CVE-2014-6177",
        "CVE-2014-6178",
        "CVE-2014-6179",
        "CVE-2014-6180",
        "CVE-2014-6186",
        "CVE-2014-6187",
        "CVE-2014-6188"
      );
      script_bugtraq_id(
        71897,
        71899,
        71900,
        71901,
        71902,
        71903,
        71905,
        71906,
        71907,
        71908
      );
    
      script_name(english:"IBM WebSphere Service Registry and Repository 7.5 < 7.5.0.4 Multiple Vulnerabilities");
      script_summary(english:"Checks the version of WebSphere Service Registry and Repository.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote host has a web application installed that is affected by
    multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "The version of IBM WebSphere Service Registry and Repository (WSRR) is
    version 7.5 prior to 7.5.0.4. It is therefore, affected by multiple
    vulnerabilities :
    
      - An unspecified DOM based cross-site scripting (XSS)
        vulnerability in the WSRR web UI. (CVE-2014-6132)
    
      - WSSR web interface issues a cookie that is not declared
        SSL only. (CVE-2014-6153)
    
      - An unspecified path traversal vulnerability in the
        SERVICEREGISTRY UI. (CVE-2014-6155)
    
      - An unspecified information disclosure flaw related to
        access control checks when a retrieve depth is 0.
        (CVE-2014-6177)
    
      - An unspecified script injection vulnerability in WSSR
        widgets. (CVE-2014-6178)
    
      - An unspecified DOM based cross-site scripting (XSS)
        vulnerability in the WSRR web UI. (CVE-2014-6179)
    
      - An unspecified HTML injection vulnerability related to
        the User-Agent header in the WSRR web UI.
        (CVE-2014-6180)
    
      - Improper enforcement of object access control
        restrictions. (CVE-2014-6186)
    
      - An unspecified cross-site request forgery (XSRF)
        vulnerability. (CVE-2014-6187)
    
      - Unspecified cross-site scripting (XSS) vulnerabilities.
        (CVE-2014-6188)");
      script_set_attribute(attribute:"see_also", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21693384");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to IBM WebSphere Service Registry and Repository Fix Pack
    7.5.0.4 and contact the vendor for solutions to CVE-2014-6132,
    CVE-2014-6153, and CVE-2014-6155.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:S/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2014-6187");
    
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
      script_cwe_id(20, 74, 79, 442, 629, 711, 712, 722, 725, 750, 751, 800, 801, 809, 811, 864, 900, 928, 931, 990);
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2014/12/19");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/12/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/01/20");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:ibm:websphere_service_registry_and_repository");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Windows");
    
      script_copyright(english:"This script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("websphere_service_registry_repository_installed.nasl");
      script_require_keys("installed_sw/IBM WebSphere Service Registry and Repository");
    
      exit(0);
    }
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("install_func.inc");
    
    app = 'IBM WebSphere Service Registry and Repository';
    fix = '7.5.0.4';
    
    install = get_single_install(app_name:app, exit_if_unknown_ver:TRUE);
    path = install['path'];
    version = install['version'];
    
    if (version =~ '^7\\.5\\.' && ver_compare(ver:version, fix:fix) < 0)
    {
      set_kb_item(name:"www/0/XSS", value:TRUE);
      set_kb_item(name:"www/0/XSRF", value:TRUE);
      port = get_kb_item('SMB/transport');
      if (!port) port = 445;
    
      if (report_verbosity > 0)
      {
        report =
          '\n  Path              : ' + path +
          '\n  Installed version : ' + version +
          '\n  Fixed version     : ' + fix + '\n';
        security_warning(port:port, extra:report);
      }
      else security_warning(port);
      exit(0);
    }
    audit(AUDIT_INST_PATH_NOT_VULN, app, version, path);
    
    
  • NASL familyWindows
    NASL idWEBSPHERE_SERVICE_REGISTRY_AND_REPOSITORY_8003.NASL
    descriptionThe version of IBM WebSphere Service Registry and Repository (WSRR) is version 8.0 prior to 8.0.0.3. It is therefore, affected by multiple vulnerabilities : - An unspecified DOM based cross-site scripting (XSS) vulnerability in the WSRR web UI. (CVE-2014-6132) - WSSR web interface issues a cookie that is not declared SSL only. (CVE-2014-6153) - An unspecified path traversal vulnerability in the SERVICEREGISTRY UI. (CVE-2014-6155) - An unspecified script injection vulnerability in WSSR widgets. (CVE-2014-6178) - An unspecified DOM based cross-site scripting (XSS) vulnerability in the WSRR web UI. (CVE-2014-6179) - Improper enforcement of object access control restrictions. (CVE-2014-6186) - An unspecified cross-site request forgery (XSRF) vulnerability. (CVE-2014-6187) - Unspecified cross-site scripting (XSS) vulnerabilities. (CVE-2014-6188)
    last seen2020-03-18
    modified2015-01-20
    plugin id80858
    published2015-01-20
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80858
    titleIBM WebSphere Service Registry and Repository 8.0 < 8.0.0.3 Multiple Vulnerabilities
  • NASL familyWindows
    NASL idWEBSPHERE_SERVICE_REGISTRY_AND_REPOSITORY_8501.NASL
    descriptionThe version of IBM WebSphere Service Registry and Repository (WSRR) is version 8.5 prior to 8.5.0.1. It is therefore, affected by multiple vulnerabilities : - An unspecified DOM based cross-site scripting (XSS) vulnerability in the WSRR web UI. (CVE-2014-6132) - WSSR web interface issues a cookie that is not declared SSL only. (CVE-2014-6153) - An unspecified path traversal vulnerability in the SERVICEREGISTRY UI. (CVE-2014-6155) - A session persistence flaw in which users remain logged into SERVICEREGISTRYDASHBOARD when using WebSEAL or Chrome. (CVE-2014-6160)
    last seen2020-03-18
    modified2015-01-20
    plugin id80859
    published2015-01-20
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80859
    titleIBM WebSphere Service Registry and Repository 8.5 < 8.5.0.1 Multiple Vulnerabilities