You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2019/07/07 09:52:00 UTC

[jira] [Created] (KARAF-6353) Sanitize ShutdownSocketThread command log

Colm O hEigeartaigh created KARAF-6353:
------------------------------------------

             Summary: Sanitize ShutdownSocketThread command log
                 Key: KARAF-6353
                 URL: https://issues.apache.org/jira/browse/KARAF-6353
             Project: Karaf
          Issue Type: Improvement
            Reporter: Colm O hEigeartaigh
             Fix For: 4.3.0, 4.2.7


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)