Microsoft SQL Server 2000 sqlvdir.dll ActiveX Buffer Overflow Vulnerability
🗓️ 02 Dec 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType
openvas🔗 plugins.openvas.org👁 31 Views
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| Microsoft SQL Server 2000 Client Components ActiveX Control Buffer Overflow (CVE-2008-4110) | 14 Oct 200800:00 | – | checkpoint_advisories | |
| CVE-2008-4110 | 16 Sep 200822:00 | – | cve | |
| CVE-2008-4110 | 16 Sep 200822:00 | – | cvelist | |
| CVE-2008-4110 | 16 Sep 200822:00 | – | nvd | |
| Microsoft SQL Server 2000 sqlvdir.dll ActiveX Buffer Overflow Vulnerability | 2 Dec 200800:00 | – | openvas | |
| Buffer overflow | 16 Sep 200822:00 | – | prion |
| Source | Link |
|---|---|
| juniper | www.juniper.net/security/auto/vulnerabilities/vuln31129.html |
| securityfocus | www.securityfocus.com/archive/1/496232 |
| support | www.support.microsoft.com/kb/240797 |
| securityfocus | www.securityfocus.com/bid/31129 |
# SPDX-FileCopyrightText: 2008 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
CPE = "cpe:/a:microsoft:sql_server";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.900125");
script_version("2026-04-28T06:28:06+0000");
script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2008-12-02 11:52:55 +0100 (Tue, 02 Dec 2008)");
script_cve_id("CVE-2008-4110");
script_copyright("Copyright (C) 2008 Greenbone AG");
script_tag(name:"cvss_base", value:"7.6");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:C/I:C/A:C");
script_category(ACT_GATHER_INFO);
script_family("Denial of Service");
script_name("Microsoft SQL Server 2000 sqlvdir.dll ActiveX Buffer Overflow Vulnerability");
script_dependencies("gb_microsoft_sql_server_consolidation.nasl");
script_require_ports(139, 445);
script_mandatory_keys("microsoft/sqlserver/smb-login/detected");
script_xref(name:"URL", value:"http://support.microsoft.com/kb/240797");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/31129");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/496232");
script_xref(name:"URL", value:"http://www.juniper.net/security/auto/vulnerabilities/vuln31129.html");
script_tag(name:"summary", value:"Microsoft SQL Server is prone to a buffer-overflow vulnerability.");
script_tag(name:"insight", value:"Applications sqlvdir.dll ActiveX control is prone to a buffer-overflow
vulnerability because it fails to bounds-check user-supplied data before copying it into an insufficiently
sized buffer. The issue occurs when excessive amounts of data to the Control() method is passed.");
script_tag(name:"affected", value:"Microsoft SQL Server 2000 SP4 and prior on Microsoft Windows (all).");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure of this vulnerability.
Likely none will be provided anymore. General solution options are to upgrade to a newer release, disable respective features, remove the
product or replace the product by another one.");
script_tag(name:"impact", value:"Successful exploitation allows remote attackers to execute
arbitrary code and failed attempts causes denial-of-service conditions.");
script_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("host_details.inc");
if(isnull(port = get_app_port(cpe:CPE, service:"smb-login")))
exit(0);
if(!infos = get_app_full(cpe:CPE, port:port, exit_no_version:TRUE))
exit(0);
if(!vers = infos["internal_version"])
exit(0);
# nb: 2005 (9.x) and earlier should be only affected
if(vers !~ "^[1-9]\.")
exit(99);
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft SQL Server 2000";
if(!registry_key_exists(key:key)){
exit(0);
}
msSqlVer = registry_get_sz(key:key, item:"DisplayVersion");
if(!msSqlVer) exit(0);
if(egrep(pattern:"^([0-7]\..*|8\.(0?0(\.([0-9]?[0-9]|1[0-8][0-9]|19[0-4]))?))$", string:msSqlVer)){
report = report_fixed_ver(installed_version:msSqlVer, fixed_version:"WillNotFix");
security_message(port:port, data:report);
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
28 Apr 2026 00:00Current
5.5Medium risk
Vulners AI Score5.5
CVSS 27.6
EPSS0.18415