> [!Warning] > This issue is solved in branch `2.x` but it's not included in the latest release. I'd like to know if a release is planeed soon. ## Vulnerability [CVE-2024-47072](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-47072): DDOS attack exposure. ### Dependency ```xml <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> </dependency> ``` ## Fix-up Update `com.thoughtworks.xstream:xstream` to version `1.4.21` ```xml <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.4.21</version> </dependency> ```