| Reporter | Title | Published | Views | Family All 125 |
|---|---|---|---|---|
| samba -- multiple vulnerabilities | 14 May 201900:00 | – | freebsd | |
| Security fix for the ALT Linux 8 package samba version 4.9.9-alt1 | 26 Jun 201900:00 | – | altlinux | |
| Security fix for the ALT Linux 8 package samba-DC version 4.9.10-alt1 | 16 Jul 201900:00 | – | altlinux | |
| Security fix for the ALT Linux 10 package samba version 4.10.3-alt1 | 27 May 201900:00 | – | altlinux | |
| CVE-2018-16860 | 31 Jul 201914:38 | – | alpinelinux | |
| About the security content of macOS Mojave 10.14.6, Security Update 2019-004 High Sierra, Security Update 2019-004 Sierra | 22 Jul 201900:00 | – | apple | |
| About the security content of watchOS 5.3 | 22 Jul 201900:00 | – | apple | |
| About the security content of tvOS 12.4 | 22 Jul 201900:00 | – | apple | |
| About the security content of iOS 12.4 | 22 Jul 201900:00 | – | apple | |
| About the security content of iOS 12.4 - Apple Support | 25 Jun 202007:44 | – | apple |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include('compat.inc');
if (description)
{
script_id(125388);
script_version("1.6");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/02/27");
script_cve_id("CVE-2018-16860");
script_bugtraq_id(108332);
script_name(english:"Samba 4.x < 4.8.12 / 4.9.x < 4.9.8 / 4.10.x < 4.10.3 Man in the Middle Vulnerability (CVE-2018-16860)");
script_set_attribute(attribute:"synopsis", value:
"The remote Samba server is potentially affected by a man in the middle vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of Samba running on the remote host is 4.x prior to
4.8.12, 4.9.x prior to 4.9.8 or 4.10.x prior to 4.10.3. It is,
therefore, affected by a man in the middle vulnerability in the
Heimdal KDC due to an design error. An authenticated, remote
attacker can exploit this, via replacing the user name on
intercepted requests to the KDC, to bypass security restrictions.
Note that Nessus has not tested for this issue but has instead relied
only on the application's self-reported version number.");
# https://www.samba.org/samba/security/CVE-2018-16860.html
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?2b2593d1");
script_set_attribute(attribute:"solution", value:
"Upgrade to Samba version 4.8.12 / 4.9.8 / 4.10.3 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:S/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2018-16860");
script_set_attribute(attribute:"cvss3_score_rationale", value:"Scoring adjustsed to align with CVSS 3.1 attack complexity guidance.");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2018/09/11");
script_set_attribute(attribute:"patch_publication_date", value:"2019/05/14");
script_set_attribute(attribute:"plugin_publication_date", value:"2019/05/24");
script_set_attribute(attribute:"potential_vulnerability", value:"true");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:samba:samba");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:heimdal_project:heimdal");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2019-2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("smb_nativelanman.nasl");
script_require_keys("SMB/NativeLanManager", "SMB/samba", "Settings/ParanoidReport");
exit(0);
}
include('audit.inc');
include('global_settings.inc');
include('misc_func.inc');
include('vcf.inc');
include('vcf_extras.inc');
if (report_paranoia < 2) audit(AUDIT_PARANOID);
app = vcf::samba::get_app_info();
vcf::check_granularity(app_info:app, sig_segments:3);
constraints = [
{'min_version':'4.0.0rc0', 'fixed_version':'4.8.0rc0', 'fixed_display':'4.8.12 / 4.9.8 / 4.10.3'},
{'min_version':'4.8.0rc0', 'fixed_version':'4.8.12'},
{'min_version':'4.9.0rc0', 'fixed_version':'4.9.8'},
{'min_version':'4.10.0rc0', 'fixed_version':'4.10.3'}
];
vcf::check_version_and_report(app_info:app, constraints:constraints, severity:SECURITY_WARNING, strict:FALSE);
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