Microsoft Expression Design Remote Code Execution Vulnerability (2651018)
🗓️ 14 Mar 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType
openvas🔗 plugins.openvas.org👁 22 Views
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| CVE-2012-0016 | 27 Nov 201300:00 | – | circl | |
| Microsoft Expression Design Insecure Library Loading (MS12-022; CVE-2012-0016) | 12 Mar 201200:00 | – | checkpoint_advisories | |
| CVE-2012-0016 | 13 Mar 201221:00 | – | cve | |
| CVE-2012-0016 | 13 Mar 201221:00 | – | cvelist | |
| Microsoft Internet Explorer - COALineDashStyleArray Unsafe Memory Access (MS12-022) (Metasploit) | 27 Nov 201300:00 | – | exploitdb | |
| MS12-022: Vulnerability in Expression Design could allow remote code execution: March 13, 2012 | 13 Mar 201200:00 | – | mskb | |
| CVE-2012-0016 | 13 Mar 201221:55 | – | nvd | |
| Microsoft Expression Design Remote Code Execution Vulnerability (2651018) | 14 Mar 201200:00 | – | openvas | |
| Design/Logic Flaw | 13 Mar 201221:55 | – | prion | |
| Microsoft Expression Design wintab32.dll Library Loading | 25 Apr 201200:00 | – | saint |
10
| Source | Link |
|---|---|
| securitytracker | www.securitytracker.com/id/1026791 |
| securityfocus | www.securityfocus.com/bid/52375 |
| docs | www.docs.microsoft.com/en-us/security-updates/securitybulletins/2012/ms12-022 |
# SPDX-FileCopyrightText: 2012 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.903000");
script_version("2026-04-28T06:28:06+0000");
script_cve_id("CVE-2012-0016");
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2012-03-14 10:53:40 +0530 (Wed, 14 Mar 2012)");
script_name("Microsoft Expression Design Remote Code Execution Vulnerability (2651018)");
script_xref(name:"URL", value:"http://www.securitytracker.com/id/1026791");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/52375");
script_xref(name:"URL", value:"https://docs.microsoft.com/en-us/security-updates/securitybulletins/2012/ms12-022");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2012 Greenbone AG");
script_family("Windows : Microsoft Bulletins");
script_dependencies("gb_ms_expression_design_detect.nasl");
script_require_ports(139, 445);
script_mandatory_keys("MS/Expression/Design/Ver", "MS/Expression/Install/Path");
script_tag(name:"impact", value:"Successful exploitation could allow remote attackers to execute arbitrary
code on the target system.");
script_tag(name:"affected", value:"- Microsoft Expression Design
- Microsoft Expression Design 2
- Microsoft Expression Design 3
- Microsoft Expression Design 4
- Microsoft Expression Design Service Pack 1");
script_tag(name:"insight", value:"The flaw is due to the way that Microsoft Expression Design handles
the loading of DLL files. An attacker can exploit this vulnerability to
install programs, view, change, or delete data, or create new accounts with
full user rights.");
script_tag(name:"solution", value:"The vendor has released updates. Please see the references for more information.");
script_tag(name:"summary", value:"This host is missing an important security update according to
Microsoft Bulletin MS12-022.");
script_tag(name:"qod_type", value:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("smb_nt.inc");
include("secpod_reg.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
function version_check(ver)
{
if(version_is_equal(version:ver, test_version:"4.0.2712.0") ||
version_is_equal(version:ver, test_version:"4.0.2920.0")||
version_is_equal(version:ver, test_version:"5.0.1379.0")||
version_is_equal(version:ver, test_version:"6.0.1739.0")||
version_is_equal(version:ver, test_version:"7.0.20516.0"))
{
security_message( port: 0, data: "The target host was found to be vulnerable" );
exit(0);
}
}
desinVer = get_kb_item("MS/Expression/Design/Ver");
path = get_kb_item("MS/Expression/Install/Path");
if(!path){
exit(0);
}
if(desinVer && (desinVer =~ "^[4|5]\.*"))
{
## For diff versions of MS Expression Design and MS Expression Design 2
foreach ver (make_list("1.0", "2"))
{
dllPath = path + "Design" + " " + ver;
dllVer = fetch_file_version(sysPath:dllPath, file_name:"GraphicsCore.dll");
if(!dllVer){
continue;
}
version_check(ver:dllVer);
}
}
dllVer = fetch_file_version(sysPath:path, file_name:"GraphicsCore.dll");
if(dllVer){
version_check(ver:dllVer);
}
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
5Medium risk
Vulners AI Score5
CVSS 29.3
EPSS0.21892