Commit a4fc90f
authored
Update Nimbus, Fixes AB#3328426 (#2724)
### Summary
[AB#3328426](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/3328426)
Updating the Nimbus Jose + JWT version to 10.0.2 due to CVE: [Nimbus
JOSE + JWT is vulnerable to DoS attacks when processing deeply nested
JSON · CVE-2025-53864 · GitHub Advisory
Database](GHSA-xwmg-2g98-w7v9)
I had to change two instances where an internal dependency of Nimbus was
being used for modifiers (I believe said dependency is the one under the
CVE); those have been changed to using javax, which is what's being used
for most of the related modifiers in the codebase.
Ran the pipeline successfully on my branches:
https://identitydivision.visualstudio.com/Engineering/_build/results?buildId=1514283&view=results
AuthApp: currently on 10.2.0.
CP: Notified, and they said they will update the version. CP built
successfully on the pipeline.
LTW: Notified, and they moved to 10.0.2.
OneAuth: Notified; their test app built successfully on the pipeline.1 parent f203668 commit a4fc90f
File tree
4 files changed
+6
-5
lines changed- common/src/main/java/com/microsoft/identity/common/internal
- authorities
- ui/webview/certbasedauth
- gradle
4 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments