Denial of service vulnerability on creating a Launch with too many recursively nested elements in reportportal
Moderate severity
GitHub Reviewed
Published
Oct 9, 2023
in
reportportal/reportportal
•
Updated Nov 8, 2023
Package
Affected versions
< 5.10.0
Patched versions
5.10.0
Description
Published by the National Vulnerability Database
Oct 9, 2023
Published to the GitHub Advisory Database
Oct 10, 2023
Reviewed
Oct 10, 2023
Last updated
Nov 8, 2023
Impact
ReportPortal database becomes unstable and reporting almost fully stops except for small launches with approximately 1 test inside when the test_item.path field is exceeded the allowable "ltree" field type indexing limit (path length>=120 approximately, recursive nesting of the nested steps).
REINDEX INDEX path_gist_idx and path_idx aren't helped.
Patches
The problem was fixed in
service-api
module of version5.10.0
(product release 23.2), where the maximum number of nested elements were programmatically limited.Workarounds
After deletion of the data with long paths, and reindexing both indexes (path_gist_idx and path_idx), the database becomes stable and ReportPortal is working properly.
References