Lucene search
+L

Webmin 1.880 Information Disclosure Vulnerability

🗓️ 15 Mar 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 233 Views

Webmin 1.880 Information Disclosure Vulnerability, allows non-privileged users to access arbitrary files through weak default configuration setting

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2018-8712
14 Mar 201819:29
attackerkb
cnvd
CNVD
Webmin File Read Vulnerability
29 Mar 201800:00
cnvd
cve
CVE
CVE-2018-8712
14 Mar 201819:00
cve
cvelist
Cvelist
CVE-2018-8712
14 Mar 201819:00
cvelist
euvd
EUVD
EUVD-2018-20323
7 Oct 202500:30
euvd
nvd
NVD
CVE-2018-8712
14 Mar 201819:29
nvd
prion
Prion
Default configuration
14 Mar 201819:29
prion
redhatcve
RedhatCVE
CVE-2018-8712
22 May 202509:14
redhatcve
nessus
Tenable Nessus
Webmin 1.840 / 1.880 Local File Inclusion Vulnerability
22 Mar 201800:00
nessus
nessus
Tenable Nessus
Webmin 1.840 / 1.880 LFI
16 Feb 202100:00
nessus
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

if( description )
{
  script_oid("1.3.6.1.4.1.25623.1.0.113135");
  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-03-15 13:16:22 +0100 (Thu, 15 Mar 2018)");
  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:"2018-04-10 18:46:00 +0000 (Tue, 10 Apr 2018)");

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

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

  script_cve_id("CVE-2018-8712");

  script_name("Webmin 1.880 Information Disclosure Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("webmin.nasl");
  script_mandatory_keys("webmin/installed");

  script_tag(name:"summary", value:"Webmin is prone to an information disclosure vulnerability that allows non-privileged users to access arbitrary files.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"An issue was discovered in Webmin when the default Yes setting of 'Can view any file as a log file' is enabled.
  As a result of weak default configuration settings, limited users have full access rights to the underlying Unix system files, allowing the user to
  read sensitive data from the local system (using Local File Include) such as the '/etc/shadow' file via a 'GET /syslog/save_log.cgi?view=1&file=/etc/shadow' request.");
  script_tag(name:"impact", value:"Successful exploitation would allow an attacker to access any file on the system, ranging from sensitive documents to administrator passwords.");
  script_tag(name:"affected", value:"Webmin through version 1.880");
  script_tag(name:"solution", value:"No patch is available as of 15th March, 2018. As a mitigation technique, the setting 'Can view any file as a log file' can be disabled,
  effectively stopping a user from exploiting this vulnerability.");

  script_xref(name:"URL", value:"https://www.7elements.co.uk/resources/technical-advisories/webmin-1-840-1-880-unrestricted-access-arbitrary-files-using-local-file-include/");
  script_xref(name:"URL", value:"http://www.webmin.com/changes.html");

  exit(0);
}

CPE = "cpe:/a:webmin:webmin";

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 );

# The 7elements PoC only includes 1.840 and 1.880, because these were the versions that were tested
# But as the feature was available from the beginning, one can safely assume that all versions are affected
if( version_is_less_equal( version: version, test_version: "1.880" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "Please see the solution tag for an available Mitigation" );
  security_message( data: report, port: port );
  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

25 Sep 2024 00:00Current
9.1High risk
Vulners AI Score9.1
CVSS 25
CVSS 39.8
EPSS0.01793
233