简体   繁体   English

潜在危险的Request.Form值-异常

[英]Potentially dangerous Request.Form value - Exception

today I receive multiple (50->*) e-mails regarding: 今天,我收到多封有关(50-> *)的电子邮件:

A potentially dangerous Request.Form value was detected from the client (ctl00$Content$InputStreet="OzgYPY  <a href="http://effe...").

and

A potentially dangerous Request.Form value was detected from the client (ctl00$Content$InputStreet="GVdtWm  <a href="http://mxif...").

and

... ...

on one of my websites. 在我的一个网站上。 In Global I have some code which sends e-mail when exceptions occur. 在Global中,我有一些代码可以在发生异常时发送电子邮件。

The IP address the requests come from is not the same. 请求来自的IP地址不相同。 Is my site under some kind of attack? 我的网站受到某种攻击吗?

Best regards, Lasse Espeholt 此致Lasse Espeholt

I think we'd need more detail to be sure but from the message in the email it looks as if someone is entering a value in your Street field that .NET is regarding as dangerous. 我认为我们需要更多细节来确定,但是从电子邮件中的消息看来,好像有人在您的Street字段中输入了.NET认为危险的值。 This could be a number of things, I see from your profile you are form Denmark, are the Street names there likely to contain anything dangerous? 从您的个人资料来看,您是丹麦人,这可能是很多事情,那里的街道名称可能包含任何危险吗?

Examples are < and >. 示例是<和>。

It could just be a really eager user who wants to sign-up? 可能只是一个非常渴望注册的用户? Or a bunch of people from the same area? 还是一群来自同一地区的人?

What's the context of the site? 网站的背景是什么?

These kind of attacks are common, we're monitoring several hundred sites for clients and are building a database of these attacks currently. 这类攻击很常见,我们正在监视数百个客户端站点,并正在建立这些攻击的数据库。

The fact that ASP.NET protects against these is good. ASP.NET可以防止这些攻击的事实很好。 you're 'secure by default'. 您“默认情况下是安全的”。

Cheers, 干杯,

Phil. 菲尔。

It might be a script injection attack, something/some one is trying to update your form InputStreet input field with script. 可能是脚本注入攻击,某些/某人正在尝试使用脚本更新表单InputStreet输入字段。 More info about script injection attacks 有关脚本注入攻击的更多信息

Further info: Script injection attacks and ASP.NET 更多信息: 脚本注入攻击和ASP.NET

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM