Skip to content

Commit c0c41ff

Browse files
committed
update post
1 parent 2ab0bda commit c0c41ff

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

_posts/cas/2024-06-19-oidc-vuln.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
layout: post
3+
title: CAS OAuth/OpenID Connect Vulnerability Disclosure
4+
summary: Disclosure of a security issue with the Apereo CAS software acting as an OAuth/OpenID Connect provider.
5+
tags: [CAS]
6+
---
7+
8+
# Overview
9+
10+
This is an [Apereo CAS project vulnerability disclosure](https://apereo.github.io/cas/developer/Sec-Vuln-Response.html),
11+
describing an issue in CAS acting as an OAuth/OpenID Connect provider. If your CAS server is not acting as an OAuth/OpenID Connect provider, there is nothing for you to do here. Keep calm and carry on.
12+
13+
For additional details on how security issues, patches and announcements are handled, please read the [Apereo CAS project vulnerability disclosure](https://apereo.github.io/cas/developer/Sec-Vuln-Response.html) process.
14+
15+
# Credits
16+
17+
This issue was originally reported, researched and tested by Dürr Systems AG. Dürr was kind enough to investigate the issue, offer insight to diagnose the root cause and took steps to verify the fix for various patch releases.
18+
19+
Thank you!
20+
21+
# Affected Deployments
22+
23+
The problem addressed here, [per the CAS maintenance policy](https://apereo.github.io/cas/developer/Maintenance-Policy.html), affects the Apereo CAS server for the following versions:
24+
25+
```
26+
- 6.6.x
27+
- 7.0.x
28+
```
29+
30+
If your CAS version is not listed above **AND** is still part of an active maintenance cycle [per the CAS maintenance policy](https://apereo.github.io/cas/developer/Maintenance-Policy.html), then best effort (analysis or confirmation from reporters/testers) indicates that the version is not affected by this issue. That said, please note that per the project's Apache2 license, *software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied*. For additional information, please [see the project license](https://github.com/apereo/cas/blob/master/LICENSE).
31+
32+
If you or your institution is a member of the Apereo foundation with an active support subscription supporting the CAS project, please [contact the CAS subs working group](https://apereo.github.io/cas/Mailing-Lists.html) to learn more about this security vulnerability report.
33+
34+
# Severity
35+
36+
Details will be made public once the [security grace period](https://apereo.github.io/cas/developer/Sec-Vuln-Response.html) has passed.
37+
38+
# Timeline
39+
40+
The issue was originally reported on June 11th, 2024 and upon confirmation, CAS releases were patched and eventually published on June 19th, 2024 and June 26th, 2024.
41+
42+
# Patching
43+
44+
Patch releases are available to address CAS deployments. Upgrades to the next patch version for each release should be a drop-in replacement.
45+
46+
## Procedure
47+
48+
### 6.6.x
49+
50+
Modify your CAS overlay to point to the version `6.6.15.2`.
51+
52+
### 7.0.x
53+
54+
Modify your CAS overlay to point to the version `7.0.5.1`.
55+
56+
# Support
57+
58+
Apereo CAS is Apache v2 open source software under the sponsorship of the Apereo Foundation. Support options may be [found here](https://apereo.github.io/cas/Support.html).
59+
60+
If you or your institution is a **member** of the Apereo foundation with an **active CAS subscription** supporting the CAS project, please [contact the CAS subs working group](https://apereo.github.io/cas/Mailing-Lists.html) to learn more about this security vulnerability.
61+
62+
# Resources
63+
64+
* [CAS Security Vulnerability Response Model](https://apereo.github.io/cas/developer/Sec-Vuln-Response.html)
65+
* [CAS Maintenance Policy](https://apereo.github.io/cas/developer/Maintenance-Policy.html)
66+
67+
On behalf of the CAS Application Security working group,
68+
69+
[Misagh Moayyed](https://fawnoos.com)

0 commit comments

Comments
 (0)