Description
In ShutdownSocketThread it logs an unsucessful command with:
LOG.log(Level.WARNING, "Karaf shutdown socket: Invalid command '" + command.toString() + "' received");
Here we should make sure to sanitize the command.toString() output, as otherwise it gives an attacker the opportunity to pollute the logs with CRLF characters.
Attachments
Issue Links
- links to