{"id": "OPENVAS:1361412562310900125", "type": "openvas", "bulletinFamily": "scanner", "title": "Microsoft SQL Server 2000 sqlvdir.dll ActiveX Buffer Overflow Vulnerability", "description": "The host is running Microsoft SQL Server, which is prone to\n buffer-overflow vulnerability.", "published": "2008-12-02T00:00:00", "modified": "2020-06-09T00:00:00", "cvss": {"score": 7.6, "vector": "AV:N/AC:H/Au:N/C:C/I:C/A:C"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310900125", "reporter": "Copyright (C) 2008 SecPod", "references": ["http://www.juniper.net/security/auto/vulnerabilities/vuln31129.html", "http://support.microsoft.com/kb/240797", "http://www.securityfocus.com/archive/1/496232"], "cvelist": ["CVE-2008-4110"], "lastseen": "2020-06-11T17:54:25", "viewCount": 4, "enchantments": {"dependencies": {"references": [{"type": "checkpoint_advisories", "idList": ["CPAI-2008-157"]}, {"type": "cve", "idList": ["CVE-2008-4110"]}, {"type": "openvas", "idList": ["OPENVAS:900125"]}], "rev": 4}, "score": {"value": 7.8, "vector": "NONE"}, "backreferences": {"references": [{"type": "checkpoint_advisories", "idList": ["CPAI-2008-157"]}, {"type": "cve", "idList": ["CVE-2008-4110"]}, {"type": "openvas", "idList": ["OPENVAS:900125"]}]}, "exploitation": null, "vulnersScore": 7.8}, "pluginID": "1361412562310900125", "sourceData": "##############################################################################\n# OpenVAS Vulnerability Test\n# Description: Microsoft SQL Server 2000 sqlvdir.dll ActiveX Buffer Overflow Vulnerability\n#\n# Authors:\n# Sharath S <sharaths@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2008 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n##############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.900125\");\n script_version(\"2020-06-09T11:16:08+0000\");\n script_tag(name:\"last_modification\", value:\"2020-06-09 11:16:08 +0000 (Tue, 09 Jun 2020)\");\n script_tag(name:\"creation_date\", value:\"2008-12-02 11:52:55 +0100 (Tue, 02 Dec 2008)\");\n script_cve_id(\"CVE-2008-4110\");\n script_bugtraq_id(31129);\n script_copyright(\"Copyright (C) 2008 SecPod\");\n script_tag(name:\"cvss_base\", value:\"7.6\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:H/Au:N/C:C/I:C/A:C\");\n script_category(ACT_GATHER_INFO);\n script_family(\"Denial of Service\");\n script_name(\"Microsoft SQL Server 2000 sqlvdir.dll ActiveX Buffer Overflow Vulnerability\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_mandatory_keys(\"SMB/WindowsVersion\");\n script_require_ports(139, 445);\n\n script_xref(name:\"URL\", value:\"http://support.microsoft.com/kb/240797\");\n script_xref(name:\"URL\", value:\"http://www.securityfocus.com/archive/1/496232\");\n script_xref(name:\"URL\", value:\"http://www.juniper.net/security/auto/vulnerabilities/vuln31129.html\");\n\n script_tag(name:\"summary\", value:\"The host is running Microsoft SQL Server, which is prone to\n buffer-overflow vulnerability.\");\n\n script_tag(name:\"insight\", value:\"Applications sqlvdir.dll ActiveX control is prone to a buffer-overflow\n vulnerability because it fails to bounds-check user-supplied data before copying it into an insufficiently\n sized buffer. The issue occurs when excessive amounts of data to the Control() method is passed.\");\n\n script_tag(name:\"affected\", value:\"Microsoft SQL Server 2000 SP4 and prior on Microsoft Windows (all).\");\n\n script_tag(name:\"solution\", value:\"No known solution was made available for at least one year since the disclosure of this vulnerability.\n Likely none will be provided anymore. General solution options are to upgrade to a newer release, disable respective features, remove the\n product or replace the product by another one.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation allows remote attackers to execute\n arbitrary code and failed attepts causes denial-of-service conditions.\");\n\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"version_func.inc\");\n\nkey = \"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft SQL Server 2000\";\nif(!registry_key_exists(key:key)){\n exit(0);\n}\n\nmsSqlVer = registry_get_sz(key:key, item:\"DisplayVersion\");\nif(!msSqlVer) exit(0);\n\nif(egrep(pattern:\"^([0-7]\\..*|8\\.(0?0(\\.([0-9]?[0-9]|1[0-8][0-9]|19[0-4]))?))$\", string:msSqlVer)){\n report = report_fixed_ver(installed_version:msSqlVer, fixed_version:\"WillNotFix\");\n security_message(port:0, data:report);\n exit(0);\n}\n\nexit(99);\n", "naslFamily": "Denial of Service", "immutableFields": [], "cvss2": {}, "cvss3": {}, "_state": {"dependencies": 1647589307, "score": 0}}
{"cve": [{"lastseen": "2022-03-23T12:51:23", "description": "Buffer overflow in the SQLVDIRLib.SQLVDirControl ActiveX control in Tools\\Binn\\sqlvdir.dll in Microsoft SQL Server 2000 (aka SQL Server 8.0) allows remote attackers to cause a denial of service (browser crash) or possibly execute arbitrary code via a long URL in the second argument to the Connect method. NOTE: this issue is not a vulnerability in many environments, since the control is not marked as safe for scripting and would not execute with default Internet Explorer settings.", "cvss3": {}, "published": "2008-09-16T22:00:00", "type": "cve", "title": "CVE-2008-4110", "cwe": ["CWE-119"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 4.9, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "HIGH", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 7.6, "vectorString": "AV:N/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "obtainUserPrivilege": false}, "cvelist": ["CVE-2008-4110"], "modified": "2018-10-11T20:50:00", "cpe": ["cpe:/a:microsoft:sql_server:2000"], "id": "CVE-2008-4110", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-4110", "cvss": {"score": 7.6, "vector": "AV:N/AC:H/Au:N/C:C/I:C/A:C"}, "cpe23": ["cpe:2.3:a:microsoft:sql_server:2000:*:*:*:*:*:*:*"]}], "checkpoint_advisories": [{"lastseen": "2021-12-17T12:45:10", "description": "Microsoft SQL Server is a relational database management system (RDBMS). A buffer overflow vulnerability has been reported in Microsoft SQL Server. The vulnerability is due to a boundary error in the Microsoft SQL Server 2000 Client Components ActiveX Control sqlvdir.dll when handling parameters passed to the Connect method. To trigger this issue, an attacker may create a malicious web page that will exploit this vulnerability. Successful exploitation would cause a memory corruption that may allow execution of arbitrary code on a vulnerable system.", "cvss3": {}, "published": "2008-10-14T00:00:00", "type": "checkpoint_advisories", "title": "Microsoft SQL Server 2000 Client Components ActiveX Control Buffer Overflow (CVE-2008-4110)", "bulletinFamily": "info", "cvss2": {"severity": "HIGH", "exploitabilityScore": 4.9, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "HIGH", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 7.6, "vectorString": "AV:N/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "obtainUserPrivilege": false}, "cvelist": ["CVE-2008-4110"], "modified": "2008-10-14T00:00:00", "id": "CPAI-2008-157", "href": "", "cvss": {"score": 7.6, "vector": "AV:N/AC:H/Au:N/C:C/I:C/A:C"}}], "openvas": [{"lastseen": "2017-07-02T21:10:18", "bulletinFamily": "scanner", "cvelist": ["CVE-2008-4110"], "description": "The host is running Microsoft SQL Server, which is prone to\n buffer-overflow vulnerability.", "modified": "2017-02-20T00:00:00", "published": "2008-12-02T00:00:00", "id": "OPENVAS:900125", "href": "http://plugins.openvas.org/nasl.php?oid=900125", "type": "openvas", "title": "Microsoft SQL Server 2000 sqlvdir.dll ActiveX Buffer Overflow Vulnerability", "sourceData": "##############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_ms_sql_server_2000_activex_bof_vuln_900125.nasl 5370 2017-02-20 15:24:26Z cfi $\n# Description: Microsoft SQL Server 2000 sqlvdir.dll ActiveX Buffer Overflow Vulnerability\n#\n# Authors:\n# Sharath S <sharaths@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2008 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n##############################################################################\n\ntag_impact = \"Successful exploitation allows remote attackers to execute\n arbitrary code and failed attepts causes denial-of-service conditions.\n Impact Level : Application\";\n\ntag_solution = \"No solution or patch was made available for at least one year\nsince disclosure of this vulnerability. Likely none will be provided anymore.\nGeneral solution options are to upgrade to a newer release, disable respective\nfeatures, remove the product or replace the product by another one.\nFor updates refer http://www.microsoft.com/sqlserver\";\n\ntag_affected = \"Microsoft SQL Server 2000 SP4 and prior on Windows (all)\";\n\ntag_insight = \"Applications sqlvdir.dll ActiveX control is prone to a buffer-overflow\n vulnerability because it fails to bounds-check user-supplied data\n before copying it into an insufficiently sized buffer. The issue occurs\n when excessive amounts of data to the Control() method is passed.\";\n\n\ntag_summary = \"The host is running Microsoft SQL Server, which is prone to\n buffer-overflow vulnerability.\";\n\n\nif(description)\n{\n script_id(900125);\n script_version(\"$Revision: 5370 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-02-20 16:24:26 +0100 (Mon, 20 Feb 2017) $\");\n script_tag(name:\"creation_date\", value:\"2008-12-02 11:52:55 +0100 (Tue, 02 Dec 2008)\");\n script_cve_id(\"CVE-2008-4110\");\n script_bugtraq_id(31129);\n script_copyright(\"Copyright (C) 2008 SecPod\");\n script_tag(name:\"cvss_base\", value:\"7.6\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:H/Au:N/C:C/I:C/A:C\");\n script_category(ACT_GATHER_INFO);\n script_family(\"Denial of Service\");\n script_name(\"Microsoft SQL Server 2000 sqlvdir.dll ActiveX Buffer Overflow Vulnerability\");\n\n script_dependencies(\"secpod_reg_enum.nasl\");\n script_mandatory_keys(\"SMB/WindowsVersion\");\n script_require_ports(139, 445);\n script_xref(name : \"URL\" , value : \"http://support.microsoft.com/kb/240797\");\n script_xref(name : \"URL\" , value : \"http://www.securityfocus.com/archive/1/496232\");\n script_xref(name : \"URL\" , value : \"http://www.juniper.net/security/auto/vulnerabilities/vuln31129.html\");\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\n\n include(\"smb_nt.inc\");\n\n msSqlPort = 1433;\n\n if(!get_port_state(msSqlPort)){\n exit(0);\n }\n\n if(!get_kb_item(\"SMB/WindowsVersion\")){\n exit(0);\n }\n\n msSqlVer = registry_get_sz( key:\"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\" +\n \"\\Uninstall\\Microsoft SQL Server 2000\",\n item:\"DisplayVersion\");\n\n if(egrep(pattern:\"^([0-7]\\..*|8\\.(0?0(\\.([0-9]?[0-9]|1[0-8][0-9]|19[0-4]))?\" +\n \"))$\", string:msSqlVer)){\n security_message(0);\n }\n", "cvss": {"score": 7.6, "vector": "AV:NETWORK/AC:HIGH/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}]}