Version Bumps - Vulnerabilities
Summary
This merge request updates the versions of the following dependencies:
-
json-smartfrom 2.5.1 to 2.5.2 inpartition-core/pom.xml -
core-lib-azurefrom 2.0.3 to 2.0.4 inprovider/partition-azure/pom.xml
Key Modifications
-
The
json-smartlibrary version has been updated to 2.5.2 in thepartition-coremodule. This addresses a high-severity vulnerability (CVE-2024-57699) present in the previous version 2.5.1. -
The
core-lib-azurelibrary version has been updated to 2.0.4 in thepartition-azuremodule.
Security Impact Analysis
-
The update to
json-smart2.5.2 fixes a high-severity vulnerability (CVE-2024-57699) that was present in the previous version 2.5.1. This vulnerability posed a security risk and has been mitigated by upgrading to the newer version. -
Additionally, a high-severity vulnerability (CVE-2025-24970) related to the
io.netty:netty-handlerpackage has been fixed in theprovider/partition-azure/pom.xmlfile. This vulnerability could lead to native crashes when using the native SSLEngine and has been addressed in the updated dependencies.
Vulnerability Comparison
Fixed Vulnerabilities
HIGH
- CVE-2024-57699 in net.minidev:json-smart 2.5.1 (partition-core/pom.xml)
- CVE-2024-57699 in net.minidev:json-smart 2.5.1 (provider/partition-azure/pom.xml)
- CVE-2025-24970 in io.netty:netty-handler 4.1.116.Final (provider/partition-azure/pom.xml)