Lucene search
+L

Oracle OpenSSO 'Web Agents' DOS Vulnerability

🗓️ 01 Aug 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 41 Views

Oracle OpenSSO 'Web Agents' DOS Vulnerability. Denial of service vulnerability in Oracle OpenSSO due to an error in Network Security Services (NSS) before 3.23. Exploitation allows remote attackers to cause memory corruption and application crash

Related
Refs
Code
ReporterTitlePublishedViews
Family
ibm
IBM Security Bulletins
Release of QRadar 7.2.8 Patch 4 (7.2.8.20170224202650) Updated w/Security Bulletins
10 May 201914:29
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities in Network Security Services (NSS) component affect SAN Volume Controller, Storwize family and FlashSystem V9000 products.
29 Mar 202301:48
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Security Guardium is affected by Using Components with Known Vulnerabilities
16 Jun 201822:03
ibm
ibm
IBM Security Bulletins
Security Bulletin: Fixes for Multiple Security Vulnerabilities in IBM Security Identity Manager Virtual Appliance available
16 Jun 201821:59
ibm
ibm
IBM Security Bulletins
Security Bulletin: Mozilla NSS as used in IBM QRadar SIEM is vulnerable to arbitrary code execution (CVE-2016-2834)
16 Jun 201821:50
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Security Access Manager appliances are affected by vulnerabilities in Network Security Services (NSS) (CVE-2016-2834, CVE-2016-5285, CVE-2016-8635)
16 Jun 201821:50
ibm
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in Mozilla NSS affect the IBM FlashSystem model V840
18 Jun 201800:32
ibm
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in Mozilla NSS affect the IBM FlashSystem models 840 and 900
18 Feb 202301:45
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple security vulnerabilities have been fixed in products bundled with IBM Security Directory Suite 8.0 and 8.0.1
16 Jun 201821:51
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Security Guardium is affected by Using Components with Known vulnerabilities (multiple CVEs)
16 Jun 201822:02
ibm
Rows per page
# SPDX-FileCopyrightText: 2017 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:oracle:opensso";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811405");
  script_version("2023-07-25T05:05:58+0000");
  script_cve_id("CVE-2016-2834");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2018-10-30 16:27:00 +0000 (Tue, 30 Oct 2018)");
  script_tag(name:"creation_date", value:"2017-08-01 15:25:23 +0530 (Tue, 01 Aug 2017)");
  script_name("Oracle OpenSSO 'Web Agents' DOS Vulnerability");
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Denial of Service");
  script_dependencies("secpod_sun_opensso_detect.nasl");
  script_mandatory_keys("Oracle/OpenSSO/detected");

  script_xref(name:"URL", value:"http://www.oracle.com/technetwork/security-advisory/cpujul2017-3236622.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/91072");

  script_tag(name:"summary", value:"Oracle OpenSSO is prone to denial of service (DOS)
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw exists due to an error in Network
  Security Services (NSS) before 3.23.");

  script_tag(name:"impact", value:"Successful exploitation allows remote attackers to
  cause memory corruption and application crash, or possibly other unspecified impact
  via unknown vectors.");

  script_tag(name:"affected", value:"Oracle OpenSSO 3.0.0.8.");

  script_tag(name:"solution", value:"The vendor has released updates. Please see the
  references for more information.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_banner_unreliable"); # nb: The version check below is completely broken and doesn't match the version 8.0 of "real" services exposed...

  exit(0);
}

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

if(! openssoPort = get_app_port(cpe:CPE)){
  exit(0);
}

if(! vers = get_app_version(cpe:CPE, port:openssoPort)){
  exit(0);
}

if(version_is_equal(version:vers, test_version:"3.0.0.8")){
  report = report_fixed_ver(installed_version:vers, fixed_version:"See references");
  security_message(port:openssoPort, data:report);
  exit(0);
}

exit(99);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation