| Reporter | Title | Published | Views | Family All 107 |
|---|---|---|---|---|
| samba -- potential leakage of arbitrary memory contents | 27 Nov 200800:00 | – | freebsd | |
| Samba 3.0.29 - 3.2.4 Potential Memory Disclosure | 1 Dec 200800:00 | – | nessus | |
| Fedora 9 : samba-3.2.5-0.22.fc9 (2008-10518) | 3 Dec 200800:00 | – | nessus | |
| Fedora 10 : samba-3.2.5-0.23.fc10 (2008-10612) | 23 Apr 200900:00 | – | nessus | |
| Fedora 8 : samba-3.0.33-0.fc8 (2008-10638) | 3 Dec 200800:00 | – | nessus | |
| FreeBSD : mpg123 buffer overflow (119) | 14 Sep 200400:00 | – | nessus | |
| FreeBSD : samba -- potential leakage of arbitrary memory contents (1583640d-be20-11dd-a578-0030843d3802) | 1 Dec 200800:00 | – | nessus | |
| GLSA-200903-07 : Samba: Data disclosure | 8 Mar 200900:00 | – | nessus | |
| NewStart CGSL MAIN 6.06 : samba Multiple Vulnerabilities (NS-SA-2025-0208) | 30 Sep 202500:00 | – | nessus | |
| NewStart CGSL MAIN 6.06 (SP) : samba Multiple Vulnerabilities (NS-SA-2026-0007) | 6 Mar 202600:00 | – | nessus |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(34993);
script_version("1.14");
script_cvs_date("Date: 2018/11/15 20:50:23");
script_cve_id("CVE-2008-4314");
script_bugtraq_id(32494);
script_xref(name:"Secunia", value:"32813");
script_name(english:"Samba 3.0.29 - 3.2.4 Potential Memory Disclosure");
script_summary(english:"Checks version of Samba");
script_set_attribute(attribute:"synopsis", value:
"The remote Samba server may be affected by an information disclosure
vulnerability.");
script_set_attribute(attribute:"description", value:
"According to its banner, the version of the Samba server on the remote
host is between 3.0.29 and 3.2.4 inclusive. Such versions reportedly
can potentially leak arbitrary memory contents of the 'smbd' process
due to a missing bounds check on client-generated offsets of secondary
'trans', 'trans2', and 'nttrans' requests.
Note that Nessus has not actually tried to exploit this issue or
determine if the fix has been applied.");
script_set_attribute(attribute:"see_also", value:"http://www.samba.org/samba/security/CVE-2008-4314.html");
script_set_attribute(attribute:"see_also", value:"https://www.samba.org/samba/history/samba-3.0.33.html");
script_set_attribute(attribute:"see_also", value:"https://www.samba.org/samba/history/samba-3.2.5.html");
script_set_attribute(attribute:"solution", value:
"Upgrade to Samba version 3.2.5 / 3.0.33 or later or apply the
appropriate patch referenced in the project's advisory.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
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(200);
script_set_attribute(attribute:"plugin_publication_date", value:"2008/12/01");
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) 2008-2018 Tenable Network Security, Inc.");
script_dependencies("smb_nativelanman.nasl");
script_require_keys("SMB/samba", "SMB/NativeLanManager", "Settings/ParanoidReport");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
if (report_paranoia < 2) audit(AUDIT_PARANOID);
lanman = get_kb_item("SMB/NativeLanManager");
if (isnull(lanman) || "Samba " >!< lanman) exit(0);
if (ereg(pattern:"Samba 3\.(0\.(29|3[0-2])|2\.[0-4])[^0-9]*$", string:lanman, icase:TRUE))
{
if (report_verbosity)
{
report = string(
"\n",
"The remote Samba server appears to be :\n",
"\n",
" ", lanman, "\n"
);
security_warning(port:get_kb_item("SMB/transport"), extra:report);
}
else security_warning(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