Lucene search
+L

Brocade Security Advisory BSA-2015-002 (NTP)

🗓️ 14 Nov 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 35 Views

Brocade security advisory BSA-2015-002 (NTP) vulnerability in NTP before version 4.2.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ibm
IBM Security Bulletins
Security Bulletin: IBM Netezza Host Management NTP vulnerabilities (CVE-2014-9293, CVE-2014-9294, CVE-2014-9295, CVE-2014-9296)
18 Oct 201903:10
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple Vulnerabilities in Network Time Protocol (NTP) Affect Power Hardware Management Console (CVE-2014-9293, CVE-2014-9294, CVE-2014-9295, CVE-2014-9296)
23 Sep 202101:31
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Smart Analytics System 7600, 7700, 7710 and IBM PureData System for Operational Analytics is affected by multiple vulnerabilities in Network Time Protocol
18 Oct 201903:50
ibm
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in Network Time Protocol (NTP) affect IBM SONAS (CVE-2014-9293, CVE-2014-9294, CVE-2014-9295, and CVE-2014-9296)
18 Jun 201800:09
ibm
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in Network Time Protocol (NTP) affect IBM Storwize V7000 Unified (CVE-2014-9293, CVE-2014-9294, CVE-2014-9295, and CVE-2014-9296)
18 Jun 201800:09
ibm
ibm
IBM Security Bulletins
Security Bulletin: Security Vulnerabilities in Network Time Protocol Daemon affect Intel Manycore Platform Software Stack for use on Intel Xeon Phi 3120A, Intel Xeon Phi 5110P, Intel Xeon Phi 7120A, and Intel Xeon Phi 7120P PCI-Express add-in cards
31 Jan 201901:45
ibm
freebsd
FreeBSD
ntp -- multiple vulnerabilities
19 Dec 201400:00
freebsd
amazon
Amazon
Important: ntp
19 Dec 201400:00
amazon
nessus
Tenable Nessus
Amazon Linux AMI : ntp (ALAS-2014-462)
22 Dec 201400:00
nessus
nessus
Tenable Nessus
CentOS 6 / 7 : ntp (CESA-2014:2024)
22 Dec 201400:00
nessus
Rows per page
# 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:/o:brocade:netiron_os";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.140060");
  script_cve_id("CVE-2014-9296");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_version("2025-09-05T15:40:40+0000");

  script_name("Brocade Security Advisory BSA-2015-002 (NTP)");

  script_xref(name:"URL", value:"http://www.brocade.com/en/backend-content/pdf-page.html?/content/dam/common/documents/content-types/security-bulletin/brocade-assessment-ntp-vu-852879-vulnerability.pdf");

  script_tag(name:"summary", value:"The receive function in ntp_proto.c in ntpd in NTP before 4.2.8 continues to execute after detecting a certain authentication error, which might allow remote attackers to trigger an unintended association change via crafted packets");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"solution", value:"Fixed in 5.6.00f, 5.7.00d, 5.8.00a, 5.9.00");

  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"last_modification", value:"2025-09-05 15:40:40 +0000 (Fri, 05 Sep 2025)");
  script_tag(name:"creation_date", value:"2016-11-14 18:47:10 +0100 (Mon, 14 Nov 2016)");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_dependencies("gb_brocade_netiron_snmp_detect.nasl");
  script_mandatory_keys("brocade_netiron/os/version");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");
include("revisions-lib.inc");

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

fix = FALSE;

if( version =~ "^5\.9\.0" ) exit( 99 );

if( version =~ "^5\.6\.0" ) {
  if( revcomp( a:version, b:"5.6.0e" ) <= 0 )
    fix = "5.6.00f";
}

if( version =~ "^5\.7\.0" ) {
  if( revcomp( a:version, b:"5.7.0c" ) <= 0 )
    fix = "5.7.00d";
}

if( version == "5.8.0" )
  fix = "5.8.0a";

if( fix ) {
  report = report_fixed_ver( installed_version:version, fixed_version:fix );
  security_message( port:0, 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

05 Sep 2025 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 25
EPSS0.16161
35