CVE-2023-25822

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-25822
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-25822.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-25822
Aliases
Published
2023-10-09T13:13:53Z
Modified
2025-10-14T14:35:24Z
Severity
  • 6.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:H CVSS Calculator
Summary
ReportPortal DoS vulnerability on creating a Launch with too many recursively nested elements
Details

ReportPortal is an AI-powered test automation platform. Prior to version 5.10.0 of the com.epam.reportportal:service-api module, corresponding to ReportPortal version 23.2, the ReportPortal database becomes unstable and reporting almost fully stops except for small launches with approximately 1 test inside when the testitem.path field is exceeded the allowable ltree field type indexing limit (path length>=120, approximately recursive nesting of the nested steps). REINDEX INDEX pathgistidx and pathidx aren't helped. The problem was fixed in com.epam.reportportal:service-api module version 5.10.0 (product release 23.2), where the maximum number of nested elements were programmatically limited. A workaround is available. After deletion of the data with long paths, and reindexing both indexes (pathgistidx and path_idx), the database becomes stable and ReportPortal works properly.

References

Affected packages

Git /

Affected ranges

Database specific

{
    "unresolved_versions": [
        {
            "events": [
                {
                    "introduced": "0"
                },
                {
                    "fixed": "5.10.0"
                }
            ],
            "type": ""
        }
    ]
}