Skip to content

Commit e196ba6

Browse files
committed
new post
1 parent 3c3a0a4 commit e196ba6

1 file changed

Lines changed: 79 additions & 0 deletions

File tree

_posts/cas/2026-03-06-jwt-vuln.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
layout: post
3+
title: CAS JWT Authentication Vulnerability Disclosure
4+
summary: Disclosure of a security issue with the Apereo CAS software using JWT non-interactive authentication.
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 while using a token-based *JWT Authentication* feature.
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 Mr. Jérôme Leleu, who is a project member and an active committer. Jérôme was kind enough to thoroughly investigate the issue, discuss the problem in detail, provide steps to reproduce the problem and offer insight to diagnose the root cause.
18+
19+
Thank you Jérôme!
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+
- 7.2.x
27+
- 7.3.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+
You are effected by this security vulnerability if your CAS deployment has specifically enabled a feature called *JWT Authentication*, sometimes also referred to as *token-based non-interactive authN* and accepts credentials as JWTs for non-interactive authentication attempts. Note that this has nothing to do with any other CAS functionality that deals with JWTs. Additional details will be published soon once the security grace period has passed.
37+
38+
If your deployment does not pass the noted condition(s) above, there is nothing for you to do here. Keep calm and carry on.
39+
40+
# Timeline
41+
42+
The issue was originally reported on March 2nd 2026, and upon confirmation, CAS releases were patched and eventually published on March 6th, 2026.
43+
44+
# Patching
45+
46+
Patch releases are available to address CAS deployments. Upgrades to the next patch version for each release should be a drop-in replacement.
47+
48+
## Affected Versions
49+
50+
### 7.2.x
51+
52+
Modify your CAS overlay to point to the version `7.2.7.1`.
53+
54+
### 7.3.x
55+
56+
Modify your CAS overlay to point to the version `7.3.5`.
57+
58+
59+
## How to upgrade
60+
61+
- Locate your `gradle.properties` file in your CAS overlay, found at the root of the project.
62+
- Modify your CAS version to point to the approriate release by updating the `cas.version` property.
63+
- Follow the instructions in the `README.md` file to build the server.
64+
65+
# Support
66+
67+
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).
68+
69+
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.
70+
71+
# Resources
72+
73+
* [CAS Security Vulnerability Response Model](https://apereo.github.io/cas/developer/Sec-Vuln-Response.html)
74+
* [CAS Maintenance Policy](https://apereo.github.io/cas/developer/Maintenance-Policy.html)
75+
* [CAS Mailing Lists](https://apereo.github.io/cas/Mailing-Lists.html)
76+
77+
On behalf of the CAS Application Security working group,
78+
79+
[Misagh Moayyed](https://fawnoos.com)

0 commit comments

Comments
 (0)