Scoold · Scoold · CVE-2024-50334
Name of the Vulnerable Software and Affected Versions:
Scoold versions prior to 1.64.0
Description:
A semicolon path injection vulnerability was found on the "/api;/config" endpoint. By appending a semicolon in the URL, attackers can bypass authentication and gain unauthorized access to sensitive configuration data. Furthermore, PUT requests on the "/api;/config" endpoint while setting the `Content-Type: application/hocon` header allow unauthenticated attackers to file reading via HOCON file inclusion. This allows attackers to retrieve sensitive information such as configuration files from the server, which can be leveraged for further exploitation.
Recommendations:
For versions prior to 1.64.0, update to Scoold 1.64.0 to fix the vulnerability.
As a temporary workaround, consider disabling the Scoold API by setting `scoold.api enabled = false`.