Bugfix
There is a security vulnerability (CVE-2025-48734) in the currently used version of the commons-beanutils library that could allow attackers to gain access to the ClassLoader. This is done by accessing the declaredClass property in Java enums, which could potentially lead to the execution of arbitrary code.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-48734
To fix the problem, the dependency commons-beanutils is now explicitly set to version 1.11.0. In this version, the insecure declaredClass property is deactivated by default.
Test
Check whether the service continues to work properly.