You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2021/08/06 05:20:00 UTC

[jira] [Resolved] (AMQ-8348) XmlMessageRenderer has the risk of XStream deserialization

     [ https://issues.apache.org/jira/browse/AMQ-8348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved AMQ-8348.
---------------------------------------
    Resolution: Fixed

> XmlMessageRenderer has the risk of XStream deserialization
> ----------------------------------------------------------
>
>                 Key: AMQ-8348
>                 URL: https://issues.apache.org/jira/browse/AMQ-8348
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Transport
>            Reporter: Zixuan Liu
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 5.17.0, 5.16.3
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> XmlMessageRenderer.getXstream() method:
> {code:java}
> public XStream getXstream() {
>  if (xstream == null) {
>    xstream = new XStream();
>  }
>  return xstream;
> }{code}
> There is a risk of XStream deserialization



--
This message was sent by Atlassian Jira
(v8.3.4#803005)