Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit e0122a3

Browse files
committed
Update site for todays releases
1 parent 741763b commit e0122a3

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
}
2525

2626
div.content {
27-
width: 27em;
27+
max-width: 976px;
28+
min-width: 27em;
2829
margin: 0 auto;
2930
text-align: left;
3031
padding: 10px;
@@ -112,6 +113,29 @@ <h1>Rack: a Ruby Webserver Interface</h1>
112113

113114
<h2>News</h2>
114115

116+
117+
<dl>
118+
<dt>February 7th, 2013</dt>
119+
<p>
120+
<strong>Todays releases are important. All users should upgrade ASAP!</strong>
121+
<ul>
122+
<li>CVE-2013-0262, symlink path traversal in Rack::File</li>
123+
<li>CVE-2013-0263, timing attack against Rack::Session::Cookie</li>
124+
</ul>
125+
Some notes on <strong>CVE-2013-0263</strong> that affects all prior versions:
126+
<ul>
127+
<li>Some Rails users may not be affected (if they <strong>only</strong> use Rails managed sessions.</li>
128+
<li>If users are using the Marshal (default) session cookie encoding, then those users are vulnerable to a <strong>Remote Code Execution</strong>, after a successful timing attack.</li>
129+
<li>While some users may assume that timing attacks are not viable over the Internet, Cloud users in particular are reminded that intra-cloud latencies are sufficiently low to be viable.</li>
130+
</ul>
131+
</p>
132+
<dd><strong>Rack 1.5.2</strong> has been <a href="https://groups.google.com/d/msg/rack-devel/mZsuRonD7G8/DpZIOmMLbOgJ">released</a>!.</dd>
133+
<dd><strong>Rack 1.4.5</strong> has been <a href="https://groups.google.com/d/msg/rack-devel/bf937jPZxJM/1s6x95vIhmAJ">released</a>!.</dd>
134+
<dd><strong>Rack 1.3.10</strong> has been <a href="https://groups.google.com/d/msg/rack-devel/RnQxm6i13C4/xfakH81yWvgJ">released</a>!.</dd>
135+
<dd><strong>Rack 1.2.8</strong> has been <a href="https://groups.google.com/d/msg/rack-devel/hz-liLb9fKE/8jvVWU6xYiYJ">released</a>!.</dd>
136+
<dd><strong>Rack 1.1.6</strong> has been <a href="https://groups.google.com/d/msg/rack-devel/xKrHVWeNvDM/4ZGA576CnK4J">released</a>!.</dd>
137+
</dl>
138+
115139
<dl>
116140
<dt>January 28th, 2013</dt>
117141
<dd><strong>Rack 1.5.1</strong> has been <a href="https://groups.google.com/d/topic/rack-devel/IL2eSS7tC9Y/discussion">released</a>!.</dd>

0 commit comments

Comments
 (0)