You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: index.html
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@
24
24
}
25
25
26
26
div.content {
27
-
width:27em;
27
+
max-width:976px;
28
+
min-width:27em;
28
29
margin:0 auto;
29
30
text-align: left;
30
31
padding:10px;
@@ -112,6 +113,29 @@ <h1>Rack: a Ruby Webserver Interface</h1>
112
113
113
114
<h2>News</h2>
114
115
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 <ahref="https://groups.google.com/d/msg/rack-devel/mZsuRonD7G8/DpZIOmMLbOgJ">released</a>!.</dd>
133
+
<dd><strong>Rack 1.4.5</strong> has been <ahref="https://groups.google.com/d/msg/rack-devel/bf937jPZxJM/1s6x95vIhmAJ">released</a>!.</dd>
134
+
<dd><strong>Rack 1.3.10</strong> has been <ahref="https://groups.google.com/d/msg/rack-devel/RnQxm6i13C4/xfakH81yWvgJ">released</a>!.</dd>
135
+
<dd><strong>Rack 1.2.8</strong> has been <ahref="https://groups.google.com/d/msg/rack-devel/hz-liLb9fKE/8jvVWU6xYiYJ">released</a>!.</dd>
136
+
<dd><strong>Rack 1.1.6</strong> has been <ahref="https://groups.google.com/d/msg/rack-devel/xKrHVWeNvDM/4ZGA576CnK4J">released</a>!.</dd>
137
+
</dl>
138
+
115
139
<dl>
116
140
<dt>January 28th, 2013</dt>
117
141
<dd><strong>Rack 1.5.1</strong> has been <ahref="https://groups.google.com/d/topic/rack-devel/IL2eSS7tC9Y/discussion">released</a>!.</dd>
0 commit comments