Lucene search
+L

MIT Kerberos5 <= 1.16 Multiple Vulnerabilities

🗓️ 17 Jan 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 49 Views

MIT Kerberos5 <= 1.16 Multiple Vulnerabilities. DoS and information disclosure due to NULL pointer dereference and 32-bit allocation to a 16-bit variable. Impact: Access sensitive information or cause a DoS. No known solution, upgrade or replace the product

Related
Refs
Code
ReporterTitlePublishedViews
Family
ibm
IBM Security Bulletins
Security Bulletin: Astronomer with IBM is vulnerable to several issues due to open source packages
28 Nov 202519:13
ibm
alpinelinux
AlpineLinux
CVE-2018-5709
16 Jan 201809:00
alpinelinux
avleonov
Information Security Automation
Scanvus now supports Vulners and Vulns.io VM Linux vulnerability detection APIs
30 Dec 202218:03
avleonov
cnvd
CNVD
MIT Kerberos 5 Integer Overflow Vulnerability
18 Jan 201800:00
cnvd
cve
CVE
CVE-2018-5709
16 Jan 201809:00
cve
cvelist
Cvelist
CVE-2018-5709
16 Jan 201809:00
cvelist
debiancve
Debian CVE
CVE-2018-5709
16 Jan 201809:00
debiancve
euvd
EUVD
EUVD-2018-17478
7 Oct 202500:30
euvd
nvd
NVD
CVE-2018-5709
16 Jan 201809:29
nvd
osv
OSV
ALPINE-CVE-2018-5709
16 Jan 201809:29
osv
Rows per page
# SPDX-FileCopyrightText: 2018 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:mit:kerberos";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.113084");
  script_version("2024-09-25T05:06:11+0000");
  script_tag(name:"last_modification", value:"2024-09-25 05:06:11 +0000 (Wed, 25 Sep 2024)");
  script_tag(name:"creation_date", value:"2018-01-17 14:14:14 +0100 (Wed, 17 Jan 2018)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2021-02-25 17:15:00 +0000 (Thu, 25 Feb 2021)");

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

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

  script_cve_id("CVE-2018-5709", "CVE-2018-5710");

  script_name("MIT Kerberos5 <= 1.16 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("General");
  script_dependencies("gb_kerberos5_ssh_login_detect.nasl");
  script_mandatory_keys("mit/kerberos5/detected");

  script_tag(name:"summary", value:"MIT Kerberos5 is prone to a Denial of Service (DoS) and an
  information disclosure vulnerability.");

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

  script_tag(name:"insight", value:"The DoS vulnerability exists due to the possibility of causing
  a NULL pointer dereference.

  The information disclosure vulnerability exists because 32 bits are allocated to a 16-bit variable.");

  script_tag(name:"impact", value:"Successful exploitation would allow an attacker to access sensitive
  information cause a DoS.");

  script_tag(name:"affected", value:"MIT Kerberos5 versions through 1.16.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year since the
  disclosure of this vulnerability. Likely none will be provided anymore. General solution options are to
  upgrade to a newer release, disable respective features, remove the product or replace the product by
  another one.");

  script_xref(name:"URL", value:"https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow");
  script_xref(name:"URL", value:"https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Denial%20Of%20Service%28DoS%29");

  exit(0);
}

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

if( ! infos = get_app_version_and_location( cpe: CPE, exit_no_version: TRUE ) )
  exit( 0 );

version = infos["version"];
location = infos["location"];

if( version_is_less_equal( version: version, test_version: "1.16" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "None", install_path: location );
  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