Vulnerabilities > CVE-2014-8730 - Cryptographic Issues vulnerability in F5 products

047910
CVSS 4.3 - MEDIUM
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
NONE
Availability impact
NONE
network
f5
CWE-310
nessus

Summary

The SSL profiles component in F5 BIG-IP LTM, APM, and ASM 10.0.0 through 10.2.4 and 11.0.0 through 11.5.1, AAM 11.4.0 through 11.5.1, AFM 11.3.0 through 11.5.1, Analytics 11.0.0 through 11.5.1, Edge Gateway, WebAccelerator, and WOM 10.1.0 through 10.2.4 and 11.0.0 through 11.3.0, PEM 11.3.0 through 11.6.0, and PSM 10.0.0 through 10.2.4 and 11.0.0 through 11.4.1 and BIG-IQ Cloud and Security 4.0.0 through 4.4.0 and Device 4.2.0 through 4.4.0, when using TLS 1.x before TLS 1.2, does not properly check CBC padding bytes when terminating connections, which makes it easier for man-in-the-middle attackers to obtain cleartext data via a padding-oracle attack, a variant of CVE-2014-3566 (aka POODLE). NOTE: the scope of this identifier is limited to the F5 implementation only. Other vulnerable implementations should receive their own CVE ID, since this is not a vulnerability within the design of TLS 1.x itself.

Vulnerable Configurations

Part Description Count
Application
F5
136

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Signature Spoofing by Key Recreation
    An attacker obtains an authoritative or reputable signer's private signature key by exploiting a cryptographic weakness in the signature algorithm or pseudorandom number generation and then uses this key to forge signatures from the original signer to mislead a victim into performing actions that benefit the attacker.

Nessus

  • NASL familyF5 Networks Local Security Checks
    NASL idF5_BIGIP_SOL15882.NASL
    descriptionIncorrect TLS padding may be accepted when terminating TLS 1.x CBC cipher connections. (CVE-2014-8730)
    last seen2020-06-01
    modified2020-06-02
    plugin id79809
    published2014-12-09
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/79809
    titleF5 Networks BIG-IP : TLS1.x padding vulnerability (K15882)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from F5 Networks BIG-IP Solution K15882.
    #
    # The text description of this plugin is (C) F5 Networks.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(79809);
      script_version("1.20");
      script_cvs_date("Date: 2019/01/04 10:03:40");
    
      script_cve_id("CVE-2014-8730");
      script_bugtraq_id(71549);
    
      script_name(english:"F5 Networks BIG-IP : TLS1.x padding vulnerability  (K15882)");
      script_summary(english:"Checks the BIG-IP version.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote device is missing a vendor-supplied security patch."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Incorrect TLS padding may be accepted when terminating TLS 1.x CBC
    cipher connections. (CVE-2014-8730)"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://support.f5.com/csp/article/K15882"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Upgrade to one of the non-vulnerable versions listed in the F5
    Solution K15882."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:N/A:N");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/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:"potential_vulnerability", value:"true");
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_access_policy_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_advanced_firewall_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_application_acceleration_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_application_security_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_application_visibility_and_reporting");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_local_traffic_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_policy_enforcement_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_wan_optimization_manager");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_webaccelerator");
      script_set_attribute(attribute:"cpe", value:"cpe:/h:f5:big-ip");
      script_set_attribute(attribute:"cpe", value:"cpe:/h:f5:big-ip_protocol_security_manager");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2014/12/08");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/12/09");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"F5 Networks Local Security Checks");
    
      script_dependencies("f5_bigip_detect.nbin");
      script_require_keys("Host/local_checks_enabled", "Host/BIG-IP/hotfix", "Host/BIG-IP/modules", "Host/BIG-IP/version", "Settings/ParanoidReport");
    
      exit(0);
    }
    
    
    include("f5_func.inc");
    
    if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    version = get_kb_item("Host/BIG-IP/version");
    if ( ! version ) audit(AUDIT_OS_NOT, "F5 Networks BIG-IP");
    if ( isnull(get_kb_item("Host/BIG-IP/hotfix")) ) audit(AUDIT_KB_MISSING, "Host/BIG-IP/hotfix");
    if ( ! get_kb_item("Host/BIG-IP/modules") ) audit(AUDIT_KB_MISSING, "Host/BIG-IP/modules");
    
    sol = "K15882";
    vmatrix = make_array();
    
    if (report_paranoia < 2) audit(AUDIT_PARANOID);
    
    # AFM
    vmatrix["AFM"] = make_array();
    vmatrix["AFM"]["affected"  ] = make_list("11.3.0-11.5.1");
    vmatrix["AFM"]["unaffected"] = make_list("12.0.0-12.1.0","11.6.0-11.6.1","11.5.2-11.5.4","11.5.1HF6","11.5.0HF6","11.4.1HF6","11.4.0HF9");
    
    # AM
    vmatrix["AM"] = make_array();
    vmatrix["AM"]["affected"  ] = make_list("11.4.0-11.5.1");
    vmatrix["AM"]["unaffected"] = make_list("12.0.0-12.1.0","11.6.0-11.6.1","11.5.2-11.5.4","11.5.1HF6","11.5.0HF6","11.4.1HF6","11.4.0HF9");
    
    # APM
    vmatrix["APM"] = make_array();
    vmatrix["APM"]["affected"  ] = make_list("11.0.0-11.5.1","10.1.0-10.2.4");
    vmatrix["APM"]["unaffected"] = make_list("12.0.0-12.1.0","11.6.0-11.6.1","11.5.2-11.5.4","11.5.1HF6","11.5.0HF6","11.4.1HF6","11.4.0HF9","11.2.1HF13","10.2.4HF10");
    
    # ASM
    vmatrix["ASM"] = make_array();
    vmatrix["ASM"]["affected"  ] = make_list("11.0.0-11.5.1","10.0.0-10.2.4");
    vmatrix["ASM"]["unaffected"] = make_list("12.0.0-12.1.0","11.6.0-11.6.1","11.5.2-11.5.4","11.5.1HF6","11.5.0HF6","11.4.1HF6","11.4.0HF9","11.2.1HF13","10.2.4HF10");
    
    # AVR
    vmatrix["AVR"] = make_array();
    vmatrix["AVR"]["affected"  ] = make_list("11.0.0-11.5.1");
    vmatrix["AVR"]["unaffected"] = make_list("12.0.0-12.1.0","11.6.0-11.6.1","11.5.2-11.5.4","11.5.1HF6","11.5.0HF6","11.4.1HF6","11.4.0HF9","11.2.1HF13");
    
    # LTM
    vmatrix["LTM"] = make_array();
    vmatrix["LTM"]["affected"  ] = make_list("11.0.0-11.5.1","10.0.0-10.2.4");
    vmatrix["LTM"]["unaffected"] = make_list("12.0.0-12.1.0","11.6.0-11.6.1","11.5.2-11.5.4","11.5.1HF6","11.5.0HF6","11.4.1HF6","11.4.0HF9","11.2.1HF13","10.2.4HF10");
    
    # PEM
    vmatrix["PEM"] = make_array();
    vmatrix["PEM"]["affected"  ] = make_list("11.3.0-11.5.1");
    vmatrix["PEM"]["unaffected"] = make_list("12.0.0-12.1.0","11.6.0-11.6.1","11.5.2-11.5.4","11.5.1HF6","11.5.0HF6","11.4.1HF6","11.4.0HF9");
    
    # PSM
    vmatrix["PSM"] = make_array();
    vmatrix["PSM"]["affected"  ] = make_list("11.0.0-11.4.1","10.0.0-10.2.4");
    vmatrix["PSM"]["unaffected"] = make_list("11.4.1HF6","11.4.0HF9","11.2.1HF13","10.2.4HF10");
    
    # WAM
    vmatrix["WAM"] = make_array();
    vmatrix["WAM"]["affected"  ] = make_list("11.0.0-11.3.0","10.0.0-10.2.4");
    vmatrix["WAM"]["unaffected"] = make_list("11.2.1HF13","10.2.4HF10");
    
    # WOM
    vmatrix["WOM"] = make_array();
    vmatrix["WOM"]["affected"  ] = make_list("11.0.0-11.3.0","10.0.0-10.2.4");
    vmatrix["WOM"]["unaffected"] = make_list("11.2.1HF13","10.2.4HF10");
    
    
    if (bigip_is_affected(vmatrix:vmatrix, sol:sol))
    {
      if (report_verbosity > 0) security_warning(port:0, extra:bigip_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = bigip_get_tested_modules();
      audit_extra = "For BIG-IP module(s) " + tested + ",";
      if (tested) audit(AUDIT_INST_VER_NOT_VULN, audit_extra, version);
      else audit(AUDIT_HOST_NOT, "running any of the affected modules");
    }
    
  • NASL familyDatabases
    NASL idDB2_97FP10_MULTI_VULN.NASL
    descriptionAccording to its version, the installation of IBM DB2 9.7 running on the remote host is prior to Fix Pack 11. It is, therefore, affected by multiple vulnerabilities : - An information disclosure vulnerability exists in the monitoring and audit features that occurs when handling a specially crafted command. An authenticated, remote attacker can exploit this to disclose sensitive information. (CVE-2014-0919) - A flaw exists that is triggered during the handling of a specially crafted ALTER TABLE statement on an identity column. An authenticated, remote attacker can exploit this to cause the server to terminate, resulting in a denial of service condition. (CVE-2014-6209) - A flaw exists that is triggered during the handling of multiple ALTER TABLE statements on the same column. An authenticated, remote attacker can exploit this to cause the server to terminate, resulting in a denial of service condition. (CVE-2014-6210) - A man-in-the-middle (MitM) information disclosure vulnerability, known as POODLE, exists due to the TLS server not verifying block cipher padding when using a cipher suite that employs a block cipher such as AES and DES. The lack of padding checking can allow encrypted TLS traffic to be decrypted. This vulnerability could allow for the decryption of HTTPS traffic by an unauthorized third party. (CVE-2014-8730) - A flaw exists that is triggered when handling a specially crafted XML query. An authenticated, remote attacker can exploit this to cause excessive consumption of CPU resources, resulting in a denial of service condition. (CVE-2014-8901) - An unspecified error exists during the handling of SELECT statements with XML/XSLT functions that allows a remote attacker to gain access to arbitrary files. (CVE-2014-8910) - A security feature bypass vulnerability, known as FREAK (Factoring attack on RSA-EXPORT Keys), exists in the IBM Global Security Kit (GSKit) due to the support of weak EXPORT_RSA cipher suites with keys less than or equal to 512 bits. A man-in-the-middle attacker may be able to downgrade the SSL/TLS connection to use EXPORT_RSA cipher suites which can be factored in a short amount of time, allowing the attacker to intercept and decrypt the traffic. (CVE-2015-0138) - A flaw exists in the LUW component when handling SQL statements with unspecified Scaler functions. A remote, authenticated attacker can exploit this to cause a denial of service. (CVE-2015-0157) - A denial of service vulnerability exists when processing an ECParameters structure due to an infinite loop that occurs when a specified curve is over a malformed binary polynomial field. A remote attacker can exploit this to perform a denial of service against any system that processes public keys, certificate requests, or certificates. This includes TLS clients and TLS servers with client authentication enabled. (CVE-2015-1788) - An information disclosure vulnerability exists in the automated maintenance feature. An attacker with elevated privileges, by manipulating a stored procedure, can exploit this issue to disclose arbitrary files owned by the DB2 fenced ID on UNIX/Linux or the administrator on Windows. (CVE-2015-1883) - A flaw exists in the Data Movement feature when handling specially crafted queries. An authenticated, remote attacker can exploit this to delete database rows from a table without having the appropriate privileges. (CVE-2015-1922) - A flaw exists when handling SQL statements having unspecified LUW Scaler functions. An authenticated, remote attacker can exploit this to run arbitrary code, under the privileges of the DB2 instance owner, or to cause a denial of service. (CVE-2015-1935) - A security feature bypass vulnerability exists, known as Bar Mitzvah, due to improper combination of state data with key data by the RC4 cipher algorithm during the initialization phase. A man-in-the-middle attacker can exploit this, via a brute-force attack using LSB values, to decrypt the traffic. (CVE-2015-2808) - A denial of service vulnerability exists in the query compiler QGM due to improper handling of duplicate reloc entry queries. An authenticated, remote attacker can exploit this to crash the database. - A denial of service vulnerability exists in the SQLEX_FIND_GROUP() function due to improper handling of group name results. An authenticated, remote attacker can exploit this to crash the database. - A denial of service vulnerability exists in the query compiler QGM due to improper handling of DBCLOB column types. An authenticated, remote attacker can exploit this to crash the database. - A denial of service vulnerability exists in the Relational Data Services component in the SQLRA_GET_SECT_INFO_BY_CURSOR_NAME() function due to improper handling of stored procedures. An authenticated, remote attacker can exploit this to crash the database.
    last seen2020-06-01
    modified2020-06-02
    plugin id84828
    published2015-07-18
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/84828
    titleIBM DB2 9.7 < Fix Pack 11 Multiple Vulnerabilities (Bar Mitzvah) (FREAK) (TLS POODLE)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(84828);
      script_version("1.14");
      script_cvs_date("Date: 2019/01/02 11:18:37");
    
      script_cve_id(
        "CVE-2014-0919",
        "CVE-2014-6209",
        "CVE-2014-6210",
        "CVE-2014-8730",
        "CVE-2014-8901",
        "CVE-2014-8910",
        "CVE-2015-0138",
        "CVE-2015-0157",
        "CVE-2015-1788",
        "CVE-2015-1883",
        "CVE-2015-1922",
        "CVE-2015-1935",
        "CVE-2015-2808"
      );
      script_bugtraq_id(
        71549,
        71729,
        71730,
        71734,
        73326,
        73684,
        74217,
        75158,
        75908,
        75911,
        75946,
        75947,
        75949
      );
      script_xref(name:"CERT", value:"243585");
    
      script_name(english:"IBM DB2 9.7 < Fix Pack 11 Multiple Vulnerabilities (Bar Mitzvah) (FREAK) (TLS POODLE)");
      script_summary(english:"Checks DB2 signature.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote database server is affected by multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "According to its version, the installation of IBM DB2 9.7 running on
    the remote host is prior to Fix Pack 11. It is, therefore, affected by
    multiple vulnerabilities :
    
      - An information disclosure vulnerability exists in the
        monitoring and audit features that occurs when handling
        a specially crafted command. An authenticated, remote
        attacker can exploit this to disclose sensitive
        information. (CVE-2014-0919)
    
      - A flaw exists that is triggered during the handling of a
        specially crafted ALTER TABLE statement on an identity
        column. An authenticated, remote attacker can exploit
        this to cause the server to terminate, resulting in a
        denial of service condition. (CVE-2014-6209)
    
      - A flaw exists that is triggered during the handling of 
        multiple ALTER TABLE statements on the same column. An
        authenticated, remote attacker can exploit this to cause
        the server to terminate, resulting in a denial of
        service condition. (CVE-2014-6210)
    
      - A man-in-the-middle (MitM) information disclosure
        vulnerability, known as POODLE, exists due to the TLS
        server not verifying block cipher padding when using a
        cipher suite that employs a block cipher such as AES and
        DES. The lack of padding checking can allow encrypted
        TLS traffic to be decrypted. This vulnerability could
        allow for the decryption of HTTPS traffic by an
        unauthorized third party. (CVE-2014-8730)
    
      - A flaw exists that is triggered when handling a
        specially crafted XML query. An authenticated, remote
        attacker can exploit this to cause excessive consumption
        of CPU resources, resulting in a denial of service
        condition. (CVE-2014-8901)
    
      - An unspecified error exists during the handling of
        SELECT statements with XML/XSLT functions that allows a
        remote attacker to gain access to arbitrary files.
        (CVE-2014-8910)
    
      - A security feature bypass vulnerability, known as FREAK
        (Factoring attack on RSA-EXPORT Keys), exists in the IBM
        Global Security Kit (GSKit) due to the support of weak
        EXPORT_RSA cipher suites with keys less than or equal to
        512 bits. A man-in-the-middle attacker may be able to
        downgrade the SSL/TLS connection to use EXPORT_RSA
        cipher suites which can be factored in a short amount of
        time, allowing the attacker to intercept and decrypt the
        traffic. (CVE-2015-0138)
    
      - A flaw exists in the LUW component when handling SQL
        statements with unspecified Scaler functions. A remote,
        authenticated attacker can exploit this to cause a
        denial of service. (CVE-2015-0157)
    
      - A denial of service vulnerability exists when processing
        an ECParameters structure due to an infinite loop that
        occurs when a specified curve is over a malformed binary
        polynomial field. A remote attacker can exploit this to
        perform a denial of service against any system that
        processes public keys, certificate requests, or
        certificates. This includes TLS clients and TLS servers
        with client authentication enabled. (CVE-2015-1788)
    
      - An information disclosure vulnerability exists in the
        automated maintenance feature. An attacker with elevated
        privileges, by manipulating a stored procedure, can
        exploit this issue to disclose arbitrary files owned by
        the DB2 fenced ID on UNIX/Linux or the administrator on
        Windows. (CVE-2015-1883)
    
      - A flaw exists in the Data Movement feature when handling
        specially crafted queries. An authenticated, remote
        attacker can exploit this to delete database rows from a
        table without having the appropriate privileges.
        (CVE-2015-1922)
    
      - A flaw exists when handling SQL statements having
        unspecified LUW Scaler functions. An authenticated,
        remote attacker can exploit this to run arbitrary code,
        under the privileges of the DB2 instance owner, or to
        cause a denial of service. (CVE-2015-1935)
    
      - A security feature bypass vulnerability exists, known as
        Bar Mitzvah, due to improper combination of state data
        with key data by the RC4 cipher algorithm during the
        initialization phase. A man-in-the-middle attacker can
        exploit this, via a brute-force attack using LSB values,
        to decrypt the traffic. (CVE-2015-2808)
    
      - A denial of service vulnerability exists in the query
        compiler QGM due to improper handling of duplicate reloc
        entry queries. An authenticated, remote attacker can
        exploit this to crash the database.
    
      - A denial of service vulnerability exists in the
        SQLEX_FIND_GROUP() function due to improper handling of
        group name results. An authenticated, remote attacker
        can exploit this to crash the database.
    
      - A denial of service vulnerability exists in the query
        compiler QGM due to improper handling of DBCLOB column
        types. An authenticated, remote attacker can exploit
        this to crash the database.
    
      - A denial of service vulnerability exists in the
        Relational Data Services component in the
        SQLRA_GET_SECT_INFO_BY_CURSOR_NAME() function due to
        improper handling of stored procedures. An
        authenticated, remote attacker can exploit this to crash
        the database.");
      script_set_attribute(attribute:"see_also", value:"http://www-01.ibm.com/support/docview.wss?uid=swg24040935");
      script_set_attribute(attribute:"see_also", value:"https://www-304.ibm.com/support/docview.wss?uid=swg21697987");
      script_set_attribute(attribute:"see_also", value:"https://www-304.ibm.com/support/docview.wss?uid=swg21697988");
      script_set_attribute(attribute:"see_also", value:"https://www-304.ibm.com/support/docview.wss?uid=swg21698308");
      script_set_attribute(attribute:"see_also", value:"https://www-304.ibm.com/support/docview.wss?uid=swg21959650");
      script_set_attribute(attribute:"see_also", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21902661");
      # https://www.blackhat.com/docs/asia-15/materials/asia-15-Mantin-Bar-Mitzvah-Attack-Breaking-SSL-With-13-Year-Old-RC4-Weakness-wp.pdf
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?4bbf45ac");
      script_set_attribute(attribute:"see_also", value:"https://www.imperialviolet.org/2014/12/08/poodleagain.html");
      script_set_attribute(attribute:"see_also", value:"https://www.smacktls.com/#freak");
      script_set_attribute(attribute:"solution", value:
    "Apply IBM DB2 version 9.7 Fix Pack 11 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/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:"2014/12/08");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/07/10");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/07/18");
    
      script_set_attribute(attribute:"plugin_type", value:"remote");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:ibm:db2");
      script_set_attribute(attribute:"in_the_news", value:"true");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Databases");
    
      script_copyright(english:"This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("db2_das_detect.nasl");
      script_require_ports("Services/db2das", 523);
    
      exit(0);
    }
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("db2_report_func.inc");
    
    port = get_service(svc:"db2das", default:523, exit_on_fail:TRUE);
    
    level = get_kb_item_or_exit("DB2/" + port + "/Level");
    if (level !~ "^9\.7\.") audit(AUDIT_NOT_LISTEN, "DB2 9.7", port);
    
    platform = get_kb_item_or_exit("DB2/"+port+"/Platform");
    platform_name = get_kb_item("DB2/"+port+"/Platform_Name");
    if (isnull(platform_name))
    {
      platform_name = platform;
      report_phrase = "platform " + platform;
    }
    else
      report_phrase = platform_name;
    
    
    vuln = FALSE;
    # Windows 32-bit/64-bit
    if (platform == 5 || platform == 23)
    {
      fixed_level = '9.7.1100.352';
      if (ver_compare(ver:level, fix:fixed_level) < 0)
        vuln = TRUE;
    }
    # Others
    else if (
      # Linux, 2.6 kernel 32/64-bit
      platform == 18 ||
      platform == 30 ||
      # AIX
      platform == 20
    )
    {
      fixed_level = '9.7.0.11';
      if (ver_compare(ver:level, fix:fixed_level) < 0)
        vuln = TRUE;
    }
    else
    {
      info =
        'Nessus does not support version checks against ' + report_phrase + '.\n' +
        'To help us better identify vulnerable versions, please send the platform\n' +
        'number along with details about the platform, including the operating system\n' +
        'version, CPU architecture, and DB2 version to [email protected].\n';
      exit(1, info);
    }
    
    if (vuln)
      report_db2(
          severity        : SECURITY_HOLE,
          port            : port,
          platform_name   : platform_name,
          installed_level : level,
          fixed_level     : fixed_level);
    else audit(AUDIT_LISTEN_NOT_VULN, "DB2", port, level);
    

The Hacker News

idTHN:A0DB49E979328428F82CCAFAC07BAFE6
last seen2018-01-27
modified2014-12-09
published2014-12-09
reporterMohit Kumar
sourcehttps://thehackernews.com/2014/12/SSL-Poodle-TSL-attack.html
titlePOODLE SSL Vulnerability Now Attacking TLS Security Protocol