| Reporter | Title | Published | Views | Family All 73 |
|---|---|---|---|---|
| Samba < 3.0.10 Directory Access Control List Remote Integer Overflow | 16 Dec 200400:00 | – | nessus | |
| Debian DSA-701-2 : samba - integer overflows | 1 Apr 200500:00 | – | nessus | |
| Fedora Core 2 : samba-3.0.10-1.fc2 (2004-561) | 23 Dec 200400:00 | – | nessus | |
| Fedora Core 3 : samba-3.0.10-1.fc3 (2004-562) | 23 Dec 200400:00 | – | nessus | |
| FreeBSD : samba -- integer overflow vulnerability (3b3676be-52e1-11d9-a9e7-0001020eed82) | 13 Jul 200500:00 | – | nessus | |
| GLSA-200412-13 : Samba: Integer overflow | 19 Dec 200400:00 | – | nessus | |
| Mandrake Linux Security Advisory : samba (MDKSA-2004:158) | 28 Dec 200400:00 | – | nessus | |
| RHEL 3 : samba (RHSA-2004:670) | 17 Dec 200400:00 | – | nessus | |
| RHEL 2.1 : samba (RHSA-2004:681) | 23 Dec 200400:00 | – | nessus | |
| RHEL 2.1 : samba (RHSA-2005:020) | 6 Jan 200500:00 | – | nessus |
| Source | Link |
|---|---|
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# This plugin text was extracted from SuSE Security Advisory SUSE-SA:2004:045
#
if ( ! defined_func("bn_random") ) exit(0);
include('deprecated_nasl_level.inc');
include('compat.inc');
if(description)
{
script_id(16304);
script_version("1.11");
script_cve_id("CVE-2004-1154");
name["english"] = "SUSE-SA:2004:045: samba";
script_name(english:name["english"]);
script_set_attribute(attribute:"synopsis", value:
"The remote host is missing a vendor-supplied security patch" );
script_set_attribute(attribute:"description", value:
"The remote host is missing the patch for the advisory SUSE-SA:2004:045 (samba).
The Samba developers informed us about several potential integer overflow
issues in the Samba 2 and Samba 3 code.
This update adds constraints to the Samba server code which protects it
from using values from untrusted sources as operands in arithmetic
operations to determine heap memory space needed to copy data.
Without these limitations a remote attacker may be able to overflow the
heap memory of the process and to overwrite vital information structures
which can be abused to execute arbitrary code." );
script_set_attribute(attribute:"solution", value:
"http://www.suse.de/security/advisories/2004_45_samba.html" );
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_set_attribute(attribute:"plugin_publication_date", value: "2005/02/03");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/14");
script_end_attributes();
summary["english"] = "Check for the version of the samba package";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2005-2021 Tenable Network Security, Inc.");
family["english"] = "SuSE Local Security Checks";
script_family(english:family["english"]);
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/SuSE/rpm-list");
exit(0);
}
include("rpm.inc");
if ( rpm_check( reference:"samba-2.2.8a-230", release:"SUSE8.1") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-client-2.2.8a-230", release:"SUSE8.1") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-vscan-0.3.2a-283", release:"SUSE8.1") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-2.2.8a-230", release:"SUSE8.2") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-client-2.2.8a-230", release:"SUSE8.2") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-vscan-0.3.2a-283", release:"SUSE8.2") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"libsmbclient-2.2.8a-230", release:"SUSE8.2") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"libsmbclient-devel-2.2.8a-230", release:"SUSE8.2") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-2.2.8a-230", release:"SUSE9.0") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-client-2.2.8a-230", release:"SUSE9.0") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-vscan-0.3.2a-283", release:"SUSE9.0") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"libsmbclient-2.2.8a-230", release:"SUSE9.0") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"libsmbclient-devel-2.2.8a-230", release:"SUSE9.0") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-3.0.9-2.1.5", release:"SUSE9.1") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-client-3.0.9-2.1.5", release:"SUSE9.1") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"samba-vscan-0.3.5-11.7.5", release:"SUSE9.1") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"libsmbclient-3.0.9-2.1.5", release:"SUSE9.1") )
{
security_hole(0);
exit(0);
}
if ( rpm_check( reference:"libsmbclient-devel-3.0.9-2.1.5", release:"SUSE9.1") )
{
security_hole(0);
exit(0);
}
if (rpm_exists(rpm:"samba-", release:"SUSE8.1")
|| rpm_exists(rpm:"samba-", release:"SUSE8.2")
|| rpm_exists(rpm:"samba-", release:"SUSE9.0")
|| rpm_exists(rpm:"samba-", release:"SUSE9.1") )
{
set_kb_item(name:"CVE-2004-1154", value:TRUE);
}
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