`Element.findall()` and fully-consumed `Element.iterfind()` exhibit `O(n^2)` time complexity when using XPath index predicates (e.g. `[1]`, `[last()]`, `[last()-N]`) on XML documents with many same-tag siblings. `Element.find()` is only affected when the first match is near the end of the sibling list, such as with `[last()]` or `[last()-N]`; `.//item[1]` short-circuits after the first match.
In the Tarfile.extract() function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing filter='data' to the extract() function.
A vulnerability was detected in Rongzhitong Visual Integrated Command and Dispatch Platform up to 20260617. Impacted is an unknown function of the file /dm/dispatch/userinfo/upload. Performing a manipulation of the argument File results in unrestricted upload. It is possible to initiate the attack remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
| Version | Type | Source | Base | Exp | Imp |
|---|---|---|---|---|---|
| 2.0 | Primary | cve.org | 7.5 | — | — |
| 2.0 | Secondary | NVD | 7.5 | 10.0 | 6.4 |
| 3.0 | Primary | cve.org | 7.3 | — | — |
| 3.1 | Primary | NVD | 7.3 | 3.9 | 3.4 |
| 3.1 | Primary | cve.org | 7.3 | — | — |
| 4.0 | Primary | cve.org | 6.9 | — | — |
| 4.0 | Secondary | ENISA EUVD | 6.9 | — | — |
| 4.0 | Secondary | NVD | 5.5 | — | — |