Lucene search

K
openvasCopyright (C) 2016 Greenbone AGOPENVAS:1361412562310105803
HistoryJul 07, 2016 - 12:00 a.m.

IBM QRadar Multiple Vulnerabilities

2016-07-0700:00:00
Copyright (C) 2016 Greenbone AG
plugins.openvas.org
24

CVSS2

5.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:L/Au:S/C:P/I:P/A:N

CVSS3

6.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

AI Score

4.6

Confidence

High

EPSS

0.002

Percentile

57.3%

IBM QRadar is prone to an information-disclosure vulnerability.

# SPDX-FileCopyrightText: 2016 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:ibm:qradar_security_information_and_event_manager";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105803");
  script_cve_id("CVE-2016-2868", "CVE-2016-2968", "CVE-2016-2872");
  script_tag(name:"cvss_base", value:"5.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:N");
  script_version("2024-04-18T05:05:33+0000");

  script_name("IBM QRadar Multiple Vulnerabilities");

  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21985774");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/91377");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/91373");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/91372");
  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21985773");

  script_tag(name:"impact", value:"An attacker can exploit this issue to gain access to sensitive
  information that may lead to further attacks.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"IBM QRadar could allow a remote attacker with administrator privileges
  to obtain sensitive information, caused by an error when processing XML external entities. By sending
  specially-crafted XML data, an attacker could exploit this vulnerability to obtain sensitive information.");
  script_tag(name:"solution", value:"Update to 7.2.7 or later.");
  script_tag(name:"summary", value:"IBM QRadar is prone to an information-disclosure vulnerability.");
  script_tag(name:"affected", value:"QRadar 7.2.x before 7.2.7.");
  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"package");

  script_tag(name:"last_modification", value:"2024-04-18 05:05:33 +0000 (Thu, 18 Apr 2024)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2016-07-06 23:40:00 +0000 (Wed, 06 Jul 2016)");
  script_tag(name:"creation_date", value:"2016-07-07 17:08:10 +0200 (Thu, 07 Jul 2016)");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_dependencies("gb_ibm_qradar_siem_consolidation.nasl");
  script_mandatory_keys("ibm/qradar/siem/detected");
  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if( ! version = get_app_version( cpe:CPE ) ) exit( 0 );

if( version_in_range( version:version, test_version:'7.2', test_version2:'7.2.6' ) )
{
  report = report_fixed_ver( installed_version:version, fixed_version:'7.2.7' );
  security_message( port:0, data:report );
  exit( 0 );
}

exit( 99 );

CVSS2

5.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:L/Au:S/C:P/I:P/A:N

CVSS3

6.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

AI Score

4.6

Confidence

High

EPSS

0.002

Percentile

57.3%

Related for OPENVAS:1361412562310105803