ADORSYS-GIS / ADORSYS-GIS/keycloak-oid4vp-plugin
Possible fix(deps): 4 vulnerable dependencies in pom.xml
- Vorherrschende Sprache
- Java
- Sterne
- 35
- Forks
- 1
- Ø Merge
- 2 T. 4 Std.
- Gemergte PRs (30 T.)
- 16
Beschreibung
I think there may be a problem in `pom.xml` around line 1.
CVE-2025-14813 is a critical vulnerability in the Bouncy Castle cryptographic library affecting the G3413CTRBlockCipher implementation. It stems from a broken or risky cryptographic algorithm that can lead to predictable initialization vectors or nonce reuse in CTR mode operations. Impact includes potential private key recovery, signature forgery, or unauthorized data decryption. Risk Level: CRITICAL. Immediate upgrade to a patched version is required to mitigate cryptanalysis risks and maintain application security.
Something like this might fix it:
```diff
@@ -1,1 +1,1 @@
- 1.77
+ 1.80.2
```
For reference: rule `CVE-2025-14813`. Rated critical.
The suggested change is untested against this project, so please read it before applying it.
---
*Found with automated scanning ([RedGem](https://code.redgem.net)) and reviewed before opening. If it is not useful, closing it is completely fine.*
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.