Closed
Description
Membrane has a dependecy to json-path which has also a transitive dependency to json-smart.
json-smart version used by the latest json-path has a CVE which can be used to create Denial of Service Attacks.
https://nvd.nist.gov/vuln/detail/CVE-2024-57699
CVSS v3 score is 7.5
This issue is already reported to json-path but seems like there wont be a fix in short time in the json-path library as I can understand from the discussion on this pull request:
Would you consider updating json-smart version to 2.5.2 by explicitly defining it on the pom.xml for the core module?