Vulnerabilities > CVE-2012-2191 - Improper Input Validation vulnerability in IBM products

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

Summary

IBM Global Security Kit (aka GSKit) before 8.0.14.22, as used in IBM Rational Directory Server, IBM Tivoli Directory Server, and other products, does not properly validate data during execution of a protection mechanism against the Vaudenay SSL CBC timing attack, which allows remote attackers to cause a denial of service (application crash) via crafted values in the TLS Record Layer, a different vulnerability than CVE-2012-2333.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection
    An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting
    An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.

Nessus

  • NASL familyWeb Servers
    NASL idWEBSPHERE_8_0_0_4.NASL
    descriptionIBM WebSphere Application Server 8.0 before Fix Pack 4 appears to be running on the remote host and is potentially affected by the following vulnerabilities : - An input validation error exists related to the
    last seen2020-06-01
    modified2020-06-02
    plugin id61459
    published2012-08-09
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/61459
    titleIBM WebSphere Application Server 8.0 < Fix Pack 4 Multiple Vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    
    include("compat.inc");
    
    
    if (description)
    {
      script_id(61459);
      script_version("1.13");
      script_cvs_date("Date: 2019/12/04");
    
      script_cve_id(
        "CVE-2012-2159",
        "CVE-2012-2161",
        "CVE-2012-2170",
        "CVE-2012-2190",
        "CVE-2012-2191",
        "CVE-2012-3293"
      );
      script_bugtraq_id(
        53755,
        53884,
        54051,
        54743,
        54819,
        55149,
        55185
      );
    
      script_name(english:"IBM WebSphere Application Server 8.0 < Fix Pack 4 Multiple Vulnerabilities");
      script_summary(english:"Reads the version number from the SOAP port");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote application server may be affected by multiple 
    vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "IBM WebSphere Application Server 8.0 before Fix Pack 4 appears to be
    running on the remote host and is potentially affected by the
    following vulnerabilities :
    
      - An input validation error exists related to the 'Eclipse
        Help System' that can allow arbitrary redirect responses
        to HTTP requests. (CVE-2012-2159, CVE-2012-2161,
        PM62795)
    
      - An error exists related to 'Application Snoop Servlet'
        and missing access controls. This error can allow
        sensitive information to be disclosed. Note that
        exploiting this issue requires that the default
        'Application Snoop Servlet' be installed and running.
        (CVE-2012-2170, PM56183)
    
      - Several errors exist related to SSL/TLS that can allow
        an attacker to carry out denial of service attacks 
        against the application. (CVE-2012-2190, CVE-2012-2191, 
        PM66218)
    
      - Unspecified cross-site scripting issues exist related to
        the administrative console. (CVE-2012-3293, PM60839)");
      script_set_attribute(attribute:"see_also", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21606096");
      script_set_attribute(attribute:"see_also", value:"http://www-01.ibm.com/support/docview.wss?uid=swg27022958#8004");
      script_set_attribute(attribute:"solution", value:
    "Apply Fix Pack 4 for version 8.0 (8.0.0.4) or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2012-2159");
    
      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:"2012/05/29");
      script_set_attribute(attribute:"patch_publication_date", value:"2012/08/06");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/08/09");
    
      script_set_attribute(attribute:"plugin_type", value:"remote");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:ibm:websphere_application_server");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Web Servers");
    
      script_copyright(english:"This script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("websphere_detect.nasl");
      script_require_keys("www/WebSphere");
      script_require_ports("Services/www", 8880, 8881);
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("http.inc");
    
    
    port = get_http_port(default:8880, embedded:0);
    
    version = get_kb_item_or_exit("www/WebSphere/"+port+"/version");
    if (version =~ "^[0-9]+(\.[0-9]+)?$")
      exit(1, "Failed to extract a granular version from the IBM WebSphere Application Server instance listening on port " + port + ".");
    
    ver = split(version, sep:'.', keep:FALSE);
    for (i=0; i<max_index(ver); i++)
      ver[i] = int(ver[i]);
    
    if (ver[0] == 8 && ver[1] == 0 && ver[2] == 0 && ver[3] < 4)
    {
      set_kb_item(name:'www/'+port+'/XSS', value:TRUE);
    
      if (report_verbosity > 0)
      {
        source = get_kb_item_or_exit("www/WebSphere/"+port+"/source");
    
        report = 
          '\n  Version source    : ' + source + 
          '\n  Installed version : ' + version +
          '\n  Fixed version     : 8.0.0.4' +
          '\n';
        security_warning(port:port, extra:report);
      }
      else security_warning(port);
      exit(0);
    }
    else audit(AUDIT_LISTEN_NOT_VULN, "WebSphere", port, version);
    
  • NASL familyGeneral
    NASL idIBM_TSM_SERVER_6_3_4_0.NASL
    descriptionThe version of IBM Tivoli Storage Manager installed on the remote host is 6.3.x prior to 6.3.4.0. It is, therefore, affected by a vulnerability that could allow a remote attacker to cause a denial of service via specially crafted values in the TLS Record Layer.
    last seen2020-06-01
    modified2020-06-02
    plugin id77119
    published2014-08-11
    reporterThis script is Copyright (C) 2014-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/77119
    titleIBM Tivoli Storage Manager Server 6.3.x < 6.3.4.0 DoS
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(77119);
      script_version("1.4");
      script_cvs_date("Date: 2018/07/12 19:01:15");
    
      script_cve_id("CVE-2012-2191");
      script_bugtraq_id(54743);
    
      script_name(english:"IBM Tivoli Storage Manager Server 6.3.x < 6.3.4.0 DoS");
      script_summary(english:"Checks the version of IBM TSM.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote backup service is affected by a denial of service
    vulnerability.");
      script_set_attribute(attribute:"description", value:
    "The version of IBM Tivoli Storage Manager installed on the remote host
    is 6.3.x prior to 6.3.4.0. It is, therefore, affected by a
    vulnerability that could allow a remote attacker to cause a denial of
    service via specially crafted values in the TLS Record Layer.");
      #http://www-01.ibm.com/support/docview.wss?uid=swg21672362
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?004af981");
      # https://www.ibm.com/blogs/psirt/ibm-security-bulletin-tivoli-storage-manager-server-gskit-encrypted-record-length-vulnerability-cve-2012-2191/
      script_set_attribute(attribute:"see_also",value:"http://www.nessus.org/u?8e222bc8");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to IBM Tivoli Storage Manager 6.3.4.0 or later, disable SSL,
    or use a stream cipher such as RC4.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/07/30");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/03/28");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/08/11");
    
      script_set_attribute(attribute:"potential_vulnerability", value:"true");
      script_set_attribute(attribute:"plugin_type", value:"remote");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:ibm:tivoli_storage_manager");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"General");
    
      script_copyright(english:"This script is Copyright (C) 2014-2018 Tenable Network Security, Inc.");
    
      script_dependencies("ibm_tsm_detect.nasl");
      script_require_keys("installed_sw/IBM Tivoli Storage Manager","Settings/ParanoidReport");
      script_require_ports("Services/tsm-agent");
    
      exit(0);
    }
    
    include("global_settings.inc");
    include("misc_func.inc");
    include("audit.inc");
    include("install_func.inc");
    
    # They could be using a non-vulnerable cipher suite
    if (report_paranoia < 2) audit(AUDIT_PARANOID);
    
    port    = get_service(svc:"tsm-agent",exit_on_fail:TRUE);
    prod    = "IBM Tivoli Storage Manager";
    get_install_count(app_name:prod, exit_if_zero:TRUE);
    install = get_single_install(app_name:prod, port:port);
    
    # Install data
    version = install["version"];
    
    # We are only concerned with 6.3 specifically
    if(version !~ "^6\.3(\.|$)") audit(AUDIT_NOT_LISTEN, prod+" 6.3", port);
    
    # See if SSL is on for the port we're checking
    sslon = get_kb_item("Transports/TCP/"+port);
    sslon = (sslon && sslon > ENCAPS_IP);
    
    # Work around is to turn SSL off
    if(!sslon && report_paranoia < 2) audit(AUDIT_LISTEN_NOT_VULN, prod, port);
    
    fix = "6.3.4.0";
    if(ver_compare(ver:version,fix:fix,strict:FALSE) < 0)
    {
      if(report_verbosity > 0)
      {
        report =
          '\n  Product           : ' + prod +
          '\n  Installed version : ' + version +
          '\n  Fixed version     : ' + fix +
          '\n';
          security_warning(port:port,extra:report);
      } else security_warning(port);
    } else audit(AUDIT_LISTEN_NOT_VULN, prod, port);
    
  • NASL familyGeneral
    NASL idIBM_TSM_SERVER_5_5_X.NASL
    descriptionThe version of IBM Tivoli Storage Manager installed on the remote host is 5.5 running on Windows or AIX. It is, therefore, potentially affected by multiple flaws in its bundled SSL library: - A flaw that could allow a remote attacker to cause a denial of service via a specially crafted
    last seen2020-06-01
    modified2020-06-02
    plugin id77116
    published2014-08-11
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/77116
    titleIBM Tivoli Storage Manager Server 5.5.x Multiple Vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(77116);
      script_version("1.4");
      script_cvs_date("Date: 2019/11/25");
    
      script_cve_id("CVE-2012-2190", "CVE-2012-2191", "CVE-2013-0169");
      script_bugtraq_id(54743, 55185, 57778);
    
      script_name(english:"IBM Tivoli Storage Manager Server 5.5.x Multiple Vulnerabilities");
      script_summary(english:"Checks the version of IBM TSM.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote backup service is affected by multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "The version of IBM Tivoli Storage Manager installed on the remote host
    is 5.5 running on Windows or AIX. It is, therefore, potentially
    affected by multiple flaws in its bundled SSL library:
    
      - A flaw that could allow a remote attacker to cause a
        denial of service via a specially crafted 'ClientHello'
        message. (CVE-2012-2190).
    
      - A flaw that could allow a remote attacker to cause a
        denial of service via a specially crafted value in
        the TLS Record Layer. (CVE-2012-2191).
    
      - A flaw that could allow a remote attacker to perform a
        statistical timing attack known as 'Lucky Thirteen'.
        (CVE-2013-0169).");
      # http://www-01.ibm.com/support/docview.wss?uid=swg21672360
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?7d4a4639");
      # http://www-01.ibm.com/support/docview.wss?uid=swg21672362
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?004af981");
      # http://www-01.ibm.com/support/docview.wss?uid=swg21672363
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?9986de60");
      # https://www.ibm.com/blogs/psirt/ibm-security-bulletin-tivoli-storage-manager-server-gskit-session-id-vulnerability-cve-2012-2190/
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?c6ba80ec");
      # https://www.ibm.com/blogs/psirt/ibm-security-bulletin-tivoli-storage-manager-server-gskit-encrypted-record-length-vulnerability-cve-2012-2191/
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?8e222bc8");
      # https://www.ibm.com/blogs/psirt/ibm-security-bulletin-tivoli-storage-manager-server-gskit-lucky-13-vulnerability-cve-2013-0169/
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?002f4534");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to IBM Tivoli Storage Manager 6.2.6.0, 6.3.4.200 or later or
    disable SSL.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:N/C:P/I:N/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2013-0169");
    
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2012/08/06");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/03/28");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/08/11");
    
      script_set_attribute(attribute:"plugin_type", value:"remote");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:ibm:tivoli_storage_manager");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"General");
    
      script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("ibm_tsm_detect.nasl");
      script_require_keys("installed_sw/IBM Tivoli Storage Manager");
      script_require_ports("Services/tsm-agent");
    
      exit(0);
    }
    
    include("global_settings.inc");
    include("misc_func.inc");
    include("audit.inc");
    include("install_func.inc");
    
    port = get_service(svc:"tsm-agent",exit_on_fail:TRUE);
    prod = "IBM Tivoli Storage Manager";
    get_install_count(app_name:prod, exit_if_zero:TRUE);
    install = get_single_install(app_name:prod, port:port);
    
    # Install data
    os      = install["ReportedOS"]; # In very old versions this can be null
    version = install["version"];
    
    # We only care about 5.5 specifically
    if(version !~ "^5\.5(\.|$)") audit(AUDIT_NOT_LISTEN, prod+" 5.5", port);
    
    # See if SSL is on for the port we're checking
    sslon = get_kb_item("Transports/TCP/"+port);
    sslon = (sslon && sslon > ENCAPS_IP);
    
    # If we cant determine the OS and we don't have paranoia on we don't continue
    # this is probably a version so old it doesn't matter for these checks anyway
    if(isnull(os) && report_paranoia < 2) exit(1,"Cannot determine operating system type");
    
    # Work around is to turn SSL off
    if(!sslon && report_paranoia < 2) audit(AUDIT_LISTEN_NOT_VULN, prod, port);
    
    # Only Windows and AIX are affected.
    if("Windows" >!< os  && "AIX" >!< os) audit(AUDIT_LISTEN_NOT_VULN, prod, port);
    
    if(report_verbosity > 0)
    {
      report =
        '\n  Port              : ' + port +
        '\n  Product           : ' + prod +
        '\n  Installed version : ' + version +
        '\n  Fixed version     : 6.2.6.0 / 6.3.4.200' +
        '\n';
        security_note(port:port,extra:report);
    } else security_note(port);
    
    
  • NASL familyWeb Servers
    NASL idWEBSPHERE_8_5_0_1.NASL
    descriptionIBM WebSphere Application Server 8.5 before Fix Pack 1 appears to be running on the remote host and is, therefore, potentially affected by the following vulnerabilities : - An input validation error exists related to the
    last seen2020-06-01
    modified2020-06-02
    plugin id62975
    published2012-11-20
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/62975
    titleIBM WebSphere Application Server 8.5 < Fix Pack 1 Multiple Vulnerabilities
  • NASL familyWindows
    NASL idWEBSPHERE_MQ_7100_7102.NASL
    descriptionThe version of IBM WebSphere MQ server is version 7.1 without Fix Pack 7.1.0.2 or 7.5 without Fix Pack 7.5.0.1. It is, therefore, affected by the following vulnerabilities : - A flaw exists in Global Security Kit (GSkit) due to a failure to properly validate data when the
    last seen2020-06-01
    modified2020-06-02
    plugin id63099
    published2012-11-29
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/63099
    titleIBM WebSphere MQ 7.1 / 7.5 Multiple Vulnerabilities
  • NASL familyDatabases
    NASL idDB2_97FP9.NASL
    descriptionAccording to its version, the installation of IBM DB2 9.7 running on the remote host is prior to Fix Pack 9. It is, therefore, affected by one or more of the following vulnerabilities : - The included software, GSKit, contains several errors related to SSL and TLS that can result in denial of service, information disclosures, or unauthorized insertion of an arbitrary root Certification Authority certificate. (CVE-2012-2190, CVE-2012-2191, CVE-2012-2203, CVE-2013-0169 / IC90395) - A stack-based buffer overflow exists related to
    last seen2020-06-01
    modified2020-06-02
    plugin id71519
    published2013-12-18
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/71519
    titleIBM DB2 9.7 < Fix Pack 9 Multiple Vulnerabilities
  • NASL familyWeb Servers
    NASL idWEBSPHERE_7_0_0_25.NASL
    descriptionIBM WebSphere Application Server 7.0 before Fix Pack 25 appears to be running on the remote host. As such, it is potentially affected by the following vulnerabilities : - Several errors exist related to SSL/TLS that can allow an attacker to carry out denial of service attacks against the application. (CVE-2012-2190, CVE-2012-2191, PM66218) - Unspecified cross-site scripting issues exist related to the administrative console. (CVE-2012-3293, PM60839) - An unspecified error in the
    last seen2020-06-01
    modified2020-06-02
    plugin id62413
    published2012-10-03
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/62413
    titleIBM WebSphere Application Server 7.0 < Fix Pack 25 Multiple Vulnerabilities
  • NASL familyGeneral
    NASL idIBM_TSM_SERVER_6_1_X.NASL
    descriptionThe version of IBM Tivoli Storage Manager installed on the remote host is 6.1 running on Windows or AIX. It is, therefore, potentially affected by multiple flaws in its bundled SSL library: - A flaw that could allow a remote attacker to cause a denial of service via a specially crafted
    last seen2020-06-01
    modified2020-06-02
    plugin id77117
    published2014-08-11
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/77117
    titleIBM Tivoli Storage Manager Server 6.1.x Multiple Vulnerabilities
  • NASL familyWeb Servers
    NASL idWEBSPHERE_6_1_0_45.NASL
    descriptionIBM WebSphere Application Server 6.1 before Fix Pack 45 appears to be running on the remote host. As such, it is potentially affected by the following vulnerabilities : - An error exists related to
    last seen2020-06-01
    modified2020-06-02
    plugin id62394
    published2012-10-02
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/62394
    titleIBM WebSphere Application Server 6.1 < Fix Pack 45 Multiple Vulnerabilities
  • NASL familyWindows
    NASL idWEBSPHERE_MQ_7010_7019.NASL
    descriptionThe version of IBM WebSphere MQ server is version 7.0 without Fix Pack 7.0.1.9, 7.1 without Fix Pack 7.1.0.2 or 7.5 without Fix Pack 7.5.0.1. It is, therefore, affected by the following vulnerabilities : - A flaw exists in Global Security Kit (GSkit) due to a failure to properly validate data when the
    last seen2020-06-01
    modified2020-06-02
    plugin id63098
    published2012-11-29
    reporterThis script is Copyright (C) 2012-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/63098
    titleIBM WebSphere MQ 7.0 / 7.1 / 7.5 Global Security Toolkit Vulnerabilities
  • NASL familyGeneral
    NASL idIBM_TSM_SERVER_6_2_6_0.NASL
    descriptionThe version of IBM Tivoli Storage Manager installed on the remote host is 6.2.x prior to 6.2.6.0. It is, therefore, potentially affected by multiple flaws in its bundled SSL library: - A flaw that could allow a remote attacker to cause a denial of service via a specially crafted
    last seen2020-06-01
    modified2020-06-02
    plugin id77118
    published2014-08-11
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/77118
    titleIBM Tivoli Storage Manager Server 6.2.x < 6.2.6.0 Multiple Vulnerabilities