Attempted exploit?

后端 未结 4 1305
春和景丽
春和景丽 2021-02-14 04:53

I saw that my nopCommerce site had a logged search for:

ADw-script AD4-alert(202) ADw-/script AD4-

I\'m a bit curious though what they were try

4条回答
  •  无人及你
    2021-02-14 05:26

    Someone is checking if you have a UTF-7 injection vulnerability to exploit it later. UTF-7 uses only characters that are usually not considered harmful. Do you always use meta charset in your HTML?

    Always use meta charset as high as possible in your HTML, like this:

      
    
    
      
      ...
    

    and you won't have to worry about UTF-7 based XSS attacks.

提交回复
热议问题