ADORSYS-GIS / ADORSYS-GIS/keycloak-oid4vp-plugin
Possible fix(deps): 4 vulnerable dependencies in pom.xml
- Ngôn ngữ chính
- Java
- Star
- 35
- Fork
- 1
- Merge trung bình
- 2 ngày 9 giờ
- Pull request đã merge (30 ngày)
- 17
Mô tả
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.*
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Read pom.xml around line 1 and inspect the Bouncy Castle dependency version and surrounding build configuration. Run the project's existing build and tests to check compatibility after the dependency update. Done means the vulnerable dependency is on a patched version and the project still builds and passes its checks.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- java
- Lĩnh vực
- security
- Loại issue
- Lỗi
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Sôi nổi
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 82/100