Skip to content
This repository was archived by the owner on Jan 28, 2020. It is now read-only.

Commit 36e9738

Browse files
committed
Security release 0.8.1.
1 parent 013faf8 commit 36e9738

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

NEWS

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 0.8.1
2+
---------------------------------------------------------------------------
3+
4+
This is a security release with fixes backported from version 0.9.1.
5+
6+
It turned out that session overflow bugs fixes in version 0.9.0 and
7+
0.9.1 can lead to information disclosure, where data from one session
8+
is leaked to another session. Depending on how this data is used by the
9+
web application, this may lead to data from one session being disclosed
10+
to an user in a different session. (CVE-2014-8566)
11+
12+
In addition to the information disclosure, this release contains some
13+
fixes for logout processing, where logout requests would crash the
14+
Apache web server. (CVE-2014-8567)
15+
16+
117
Version 0.8.0
218
---------------------------------------------------------------------------
319

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([mod_auth_mellon],[0.8.0],[[email protected]])
1+
AC_INIT([mod_auth_mellon],[0.8.1],[[email protected]])
22

33
# We require support for C99.
44
AC_PROG_CC_C99

0 commit comments

Comments
 (0)