Ckan · Ckan · CVE-2024-27097
**Name of the Vulnerable Software and Affected Versions**
CKAN versions prior to 2.9.11
CKAN versions prior to 2.10.4
**Description**
A user endpoint didn't perform filtering on an incoming parameter, which was added directly to the application log. This could lead to an attacker injecting false log entries or corrupt the log file format. The issue is related to the `/user/reset` endpoint and the `id` parameter.
**Recommendations**
For CKAN versions prior to 2.9.11, upgrade to version 2.9.11 or later.
For CKAN versions prior to 2.10.4, upgrade to version 2.10.4 or later.
As a temporary workaround for users unable to upgrade, override the "/user/reset" endpoint to filter the `id` parameter in order to exclude newlines.