发新话题
打印

[转载]Yacy跨站脚本攻击

[转载]Yacy跨站脚本攻击

信息来源:www.securiteam.com

Summary
YACY is "a Java Freeware P2P-Based Search Engine with Caching HTTP Proxy". Due to improper input filtering, YACY is vulnerable to Cross Site Scripting attacks.

Details
Vulnerable Systems:
* Yacy version 0.31

Immune Systems:
* Yacy version 0.32

Some of the input field are not filtered by the server so the input will appear in the returned page. This allows a malicious attacker to run JavaScript or other scripting language on a client's browser.

Proof of Concept:
To test the vulnerability, try for example:
http://[host]:8080/index.html?urlmaskfilter=<script>alert(document.cookie)</script>
http://[host]:8080/Wiki.html?page=<script>alert(document.cookie)</script>

Vendor Status:
The vendor has released version 0.32 which address this issue.

Additional information
The information has been provided by Donato Ferrante.
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

发新话题