Microsoft Word 2003 'MSO.dll' Null Pointer Dereference Vulnerability
🗓️ 23 Sep 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 123 Views
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Microsoft Word MSO Null Pointer Dereference Denial of Service - Ver2 (CVE-2010-3200) | 31 Mar 201400:00 | – | checkpoint_advisories | |
| CVE-2010-3200 | 20 Sep 201020:00 | – | cve | |
| CVE-2010-3200 | 20 Sep 201020:00 | – | cvelist | |
| EUVD-2010-3199 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-3200 | 20 Sep 201021:00 | – | nvd | |
| Microsoft Word 2003 'MSO.dll' Null Pointer Dereference Vulnerability | 23 Sep 201000:00 | – | openvas | |
| Null pointer dereference | 20 Sep 201021:00 | – | prion | |
| CVE-2010-3200 : Microsoft Word 2003 MSO Null Pointer Dereference Vulnerability | 16 Sep 201000:00 | – | securityvulns | |
| Microsoft Office multiple security vulnerabilities | 16 Sep 201000:00 | – | securityvulns |
| Source | Link |
|---|---|
| seclists | www.seclists.org/bugtraq/2010/Sep/100 |
| securityfocus | www.securityfocus.com/archive/1/archive/1/513679/100/0/threaded |
# SPDX-FileCopyrightText: 2010 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902250");
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:"2010-09-23 08:13:58 +0200 (Thu, 23 Sep 2010)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
script_cve_id("CVE-2010-3200");
script_name("Microsoft Word 2003 'MSO.dll' Null Pointer Dereference Vulnerability");
script_xref(name:"URL", value:"http://seclists.org/bugtraq/2010/Sep/100");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/archive/1/513679/100/0/threaded");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Denial of Service");
script_dependencies("secpod_office_products_version_900032.nasl");
script_require_ports(139, 445);
script_mandatory_keys("MS/Office/Ver", "SMB/Office/Word/Version");
script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to cause a
denial of service (NULL pointer dereference and multiple-instance application crash).");
script_tag(name:"affected", value:"Microsoft Office Word 2003 SP3.");
script_tag(name:"insight", value:"The flaw is due to error in 'MSO.dll' library which fails to handle
the special crafted buffer in a file.");
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:"summary", value:"Microsoft Word is prone to null pointer dereference vulnerability.");
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("secpod_smb_func.inc");
officeVer = get_kb_item("MS/Office/Ver");
if(officeVer && officeVer =~ "^11\.")
{
wordVer = get_kb_item("SMB/Office/Word/Version");
if(!wordVer){
exit(0);
}
if(version_in_range(version:wordVer, test_version:"11", test_version2:"11.8326.11.8324"))
{
offPath = registry_get_sz(key:"SOFTWARE\Microsoft\Windows\CurrentVersion", item:"CommonFilesDir");
if(offPath)
{
offPath += "\Microsoft Shared\OFFICE11\MSO.DLL";
share = ereg_replace(pattern:"([A-Za-z]):.*", replace:"\1$", string:offPath);
file = ereg_replace(pattern:"[A-Za-z]:(.*)", replace:"\1", string:offPath);
dllVer = GetVer(file:file, share:share);
if(dllVer){
security_message( port: 0, data: "The target host was found to be vulnerable" );
}
}
}
}
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.1Medium risk
Vulners AI Score5.1
CVSS 24.3
EPSS0.10564