| Reporter | Title | Published | Views | Family All 199 |
|---|---|---|---|---|
| Security fix for the ALT Linux 5 package samba version 3.0.27-alt1 | 15 Nov 200700:00 | – | altlinux | |
| Samba < 3.0.27 Multiple Vulnerabilities | 15 Nov 200700:00 | – | nessus | |
| CentOS 3 : samba (CESA-2007:1013) | 23 Apr 200900:00 | – | nessus | |
| CentOS 4 : samba (CESA-2007:1016) | 29 Jun 201300:00 | – | nessus | |
| CentOS 3 / 4 / 5 : samba (CESA-2007:1114) | 11 Dec 200700:00 | – | nessus | |
| Debian DSA-1409-3 : samba - several vulnerabilities | 26 Nov 200700:00 | – | nessus | |
| Fedora 7 : samba-3.0.27-0.fc7 (2007-3402) | 16 Nov 200700:00 | – | nessus | |
| Fedora 8 : samba-3.0.27-0.fc8 (2007-3403) | 20 Nov 200700:00 | – | nessus | |
| Fedora Core 6 : samba-3.0.24-8.fc6 (2007-751) | 26 Nov 200700:00 | – | nessus | |
| FreeBSD : samba -- multiple vulnerabilities (a63b15f9-97ff-11dc-9e48-0016179b2dd5) | 26 Nov 200700:00 | – | nessus |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(28228);
script_version("1.16");
script_cvs_date("Date: 2018/11/15 20:50:23");
script_cve_id("CVE-2007-4572", "CVE-2007-5398");
script_bugtraq_id(26454, 26455);
script_name(english:"Samba < 3.0.27 Multiple Vulnerabilities");
script_summary(english:"Checks version of Samba");
script_set_attribute(attribute:"synopsis", value:"The remote Samba server may be affected one or more vulnerabilities.");
script_set_attribute(attribute:"description", value:
"According to its banner, the version of the Samba server on the remote
host contains a boundary error in the 'reply_netbios_packet()'
function in 'nmbd/nmbd_packets.c' when sending NetBIOS replies.
Provided the server is configured to run as a WINS server, a remote
attacker can exploit this issue by sending multiple specially crafted
WINS 'Name Registration' requests followed by a WINS 'Name Query'
request, leading to a stack-based buffer overflow. This could also
allow for the execution of arbitrary code.
There is also a stack buffer overflow in nmbd's logon request
processing code that can be triggered by means of specially crafted
GETDC mailslot requests when the affected server is configured as a
Primary or Backup Domain Controller. Note that the Samba security team
currently does not believe this particular issue can be exploited to
execute arbitrary code remotely.");
script_set_attribute(attribute:"see_also", value:"https://secuniaresearch.flexerasoftware.com/secunia_research/2007-90/advisory/");
script_set_attribute(attribute:"see_also", value:"https://www.securityfocus.com/archive/1/483744");
script_set_attribute(attribute:"see_also", value:"http://us1.samba.org/samba/security/CVE-2007-4572.html");
script_set_attribute(attribute:"see_also", value:"http://us1.samba.org/samba/security/CVE-2007-5398.html");
script_set_attribute(attribute:"see_also", value:"https://www.securityfocus.com/archive/1/483742");
script_set_attribute(attribute:"see_also", value:"https://www.securityfocus.com/archive/1/483743");
script_set_attribute(attribute:"solution", value:"Upgrade to Samba version 3.0.27 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_cwe_id(119);
script_set_attribute(attribute:"plugin_publication_date", value:"2007/11/16");
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_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2007-2018 Tenable Network Security, Inc.");
script_dependencies("smb_nativelanman.nasl");
script_require_keys("Settings/ParanoidReport", "SMB/NativeLanManager");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
if (report_paranoia < 2) audit(AUDIT_PARANOID);
lanman = get_kb_item("SMB/NativeLanManager");
if("Samba" >< lanman)
{
if (ereg(pattern:"Samba 3\.0\.([0-9]|1[0-9]|2[0-6])[^0-9]*$", string:lanman, icase:TRUE))
security_hole(get_kb_item("SMB/transport"));
}
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