You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Daniil Kirilyuk (Jira)" <ji...@apache.org> on 2022/07/11 06:10:00 UTC

[jira] [Created] (QPID-8593) [Broker-J] Header validation in management-http plugin

Daniil Kirilyuk created QPID-8593:
-------------------------------------

             Summary: [Broker-J] Header validation in management-http plugin
                 Key: QPID-8593
                 URL: https://issues.apache.org/jira/browse/QPID-8593
             Project: Qpid
          Issue Type: Improvement
          Components: Broker-J
    Affects Versions: qpid-java-broker-8.0.6
            Reporter: Daniil Kirilyuk


The method accept() in RestServlet.java (HTTP management plugin) includes unvalidated data in an HTTP response header. This enables attacks such as cache-poisoning, cross-site scripting, cross-user defacement, page hijacking, cookie manipulation or open redirect.

Same issue affects method setContentDispositionHeaderIfNecessary() in AbstractServlet.java.

Appropriate validation should be added.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org