Lucene search
+L

Sawmill Authentication Bypass Vulnerability

🗓️ 23 Feb 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 39 Views

Sawmill Authentication Bypass Vulnerability, 'Pass The Hash' issu

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Sawmill Enterprise 8.7.9 Authentication Bypass Vulnerability
21 Feb 201700:00
zdt
cnvd
CNVD
Sawmill Enterprise Authentication Bypass Vulnerability
21 Feb 201700:00
cnvd
cve
CVE
CVE-2017-5496
15 Mar 201715:00
cve
cvelist
Cvelist
CVE-2017-5496
15 Mar 201715:00
cvelist
exploitdb
Exploit DB
Sawmill Enterprise 8.7.9 - Authentication Bypass
18 Feb 201700:00
exploitdb
exploitpack
exploitpack
Sawmill Enterprise 8.7.9 - Authentication Bypass
18 Feb 201700:00
exploitpack
nvd
NVD
CVE-2017-5496
15 Mar 201715:59
nvd
osv
OSV
CVE-2017-5496
15 Mar 201715:59
osv
packetstorm
Packet Storm
Sawmill Enterprise 8.7.9 Authentication Bypass
20 Feb 201700:00
packetstorm
prion
Prion
Design/Logic Flaw
15 Mar 201715:59
prion
# 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:sawmill:sawmill";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.106618");
  script_version("2023-07-25T05:05:58+0000");
  script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
  script_tag(name:"creation_date", value:"2017-02-23 09:39:34 +0700 (Thu, 23 Feb 2017)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2017-09-01 01:29:00 +0000 (Fri, 01 Sep 2017)");

  script_cve_id("CVE-2017-5496");

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

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

  script_name("Sawmill Authentication Bypass Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_sawmill_detect.nasl");
  script_mandatory_keys("sawmill/installed");

  script_tag(name:"summary", value:"Sawmill is prone to an authentication bypass vulnerability.");

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

  script_tag(name:"insight", value:"Sawmill suffers from a 'Pass The Hash' vulnerability whereby an attacker
who gains access to the hashed user account passwords can login to the Sawmill interface using the raw MD5 hash
values, allowing attackers to bypass the work of offline cracking account password hashes.");

  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:"http://hyp3rlinx.altervista.org/advisories/SAWMILL-PASS-THE-HASH-AUTHENTICATION-BYPASS.txt");

  exit(0);
}

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

if (!port = get_app_port(cpe: CPE))
  exit(0);

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

if (version_is_less_equal(version: version, test_version: "8.7.9.4")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "None");
  security_message(port: port, data: report);
  exit(0);
}

exit(0);

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