A refcounting issue which leads to potential memory leak was discovered in scipy commit 8627df31ab in Py_FindObjects() function. Note: This is disputed as a bug and not a vulnerability. SciPy is not designed to be exposed to untrusted users or data directly.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.
Link | Tags |
---|---|
https://github.com/scipy/scipy/issues/16235 | patch exploit vendor advisory issue tracking |
https://github.com/scipy/scipy/pull/16397 | patch |
http://www.square16.org/achievement/cve-2023-25399/ | third party advisory |
https://github.com/scipy/scipy/issues/16235#issuecomment-1625361328 |