<pre id="vvttv"><mark id="vvttv"><progress id="vvttv"></progress></mark></pre>
    <pre id="vvttv"></pre>

      <p id="vvttv"></p>

          <p id="vvttv"></p>

                <p id="vvttv"></p>

                <pre id="vvttv"><cite id="vvttv"><progress id="vvttv"></progress></cite></pre>

                  <output id="vvttv"><dfn id="vvttv"><th id="vvttv"></th></dfn></output>

                    <p id="vvttv"></p>

                    原文地址:http://drops.wooyun.org/news/1401

                    enter image description here

                    在被OpenSSL刷屏的時候,WordPress更新。

                    WordPress 3.8.2現在已經提供下載,最新的版本更新了幾個重要的安全問題,所以推薦更新。

                    WordPress 3.8.2修復的一個重要漏洞是cookie偽造漏洞(CVE -2014- 0166)。該漏洞可以被攻擊者利用通過偽造身份驗證Cookie,登陸網站。該漏洞是由WordPress的安全團隊成員Jon Cave發現。

                    第二個漏洞是權限提升(CVE -2014- 0165)漏洞,可以使投稿人角色發布文章。

                    還有后臺注入漏洞,以及在上傳文件處使用第三方庫導致的xss漏洞。

                    注入漏洞修改代碼:https://core.trac.wordpress.org/changeset/27917

                    是一個二次注入。

                    cookie偽造修復wp-includes/pluggable.php文件中:

                    https://github.com/WordPress/WordPress/commit/7f001bfe242580eb18f98e2889aad4ab1b33301b

                    #!diff
                        $key = wp_hash($username . $pass_frag . '|' . $expiration, $scheme);
                        $hash = hash_hmac('md5', $username . '|' . $expiration, $key);
                    
                     -  if ( $hmac != $hash ) {
                     +  if ( hash_hmac( 'md5', $hmac, $key ) !== hash_hmac( 'md5', $hash, $key ) ) {
                    

                      <pre id="vvttv"><mark id="vvttv"><progress id="vvttv"></progress></mark></pre>
                      <pre id="vvttv"></pre>

                        <p id="vvttv"></p>

                            <p id="vvttv"></p>

                                  <p id="vvttv"></p>

                                  <pre id="vvttv"><cite id="vvttv"><progress id="vvttv"></progress></cite></pre>

                                    <output id="vvttv"><dfn id="vvttv"><th id="vvttv"></th></dfn></output>

                                      <p id="vvttv"></p>

                                      这里只有精品视频