blob: 56c959520a968ef98f014aeca4349dcd5c917ebf [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mod_pagespeed 0.10.22.6 Security Update.</title>
<link rel="stylesheet" href="doc.css">
</head>
<body>
<!--#include virtual="_header.html" -->
<div id=content>
<h1>mod_pagespeed 0.10.22.6 Security Update.</h1>
<h2 id="overview">Overview</h2>
mod_pagespeed 0.10.22.6 is a security update that fixes two critical issues
that affect earlier versions:
<ul>
<li><a href="CVE-2012-4001">CVE-2012-4001</a>, a problem with validation of
own host name.
</li>
<li><a href="CVE-2012-4360">CVE-2012-4360</a>, a cross-site scripting
attack, which affects versions starting from 0.10.19.1.
</li>
</ul>
<p> The effect of the first problem is that it is possible to confuse
mod_pagespeed about its own host name, and to trick it into fetching resources
from other machines. This could be an issue if the HTTP server has access to
machines that are not otherwise publicly visible.
<p> The second problem would permit a hostile third party to execute JavaScript
in users' browsers in context of the domain running mod_pagespeed, which
could permit interception of users' cookies or data on the site.
<p> Because of the severity of the two problems, users are <strong>strongly
</strong> encouraged to update immediately.
</p>
<h2 id="behavior_changes">Behavior Changes in the Update</h2>
As part of the fix to the first issue, mod_pagespeed will not fetch
resources from machines other than <code>localhost</code> if they are not
explicitly mentioned in the configuration. This means that if you need
resources on the server's domain to be handled by some other system, you'll
need to explicitly use <code>ModPagespeedMapOriginDomain</code> or
<code>ModPagespeedDomain</code> to authorize that.
</div>
<!--#include virtual="_footer.html" -->
</body>
</html>