The JSON loader in Embedchain before 0.1.57 allows a ReDoS (regular expression denial of service) via a long string to json.py.
The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles.
Link | Tags |
---|---|
https://github.com/embedchain/embedchain/pull/1122 | issue tracking patch |
https://github.com/embedchain/embedchain/compare/0.1.56...0.1.57 | patch |