Bug 1848433 (CVE-2020-11971)

Summary: CVE-2020-11971 camel: DNS Rebinding in JMX Connector could result in remote command execution
Product: [Other] Security Response Reporter: Michael Kaplan <mkaplan>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: aileenc, chazlett, drieden, ggaughan, gmalinko, janstey, jochrist, jwon, pjindal
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: camel 3.2.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-12-16 16:18:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1848470    

Comment 4 Jonathan Christison 2020-06-26 10:27:58 UTC
Mitigation:

The JMX instrumentation agent is the vulnerable component in this, if not being used it can be disabled in the following ways 

* As a Java system property - 
`-Dorg.apache.camel.jmx.disabled=true` as java system property 

* Using the CamelContext method -
```java
CamelContext camel = new DefaultCamelContext();
camel.disableJMX();
```

* If using spring altering the spring configuration -
```xml
<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
  <jmxAgent id="agent" disabled="true"/>
    ...
</camelContext>
```

Comment 5 errata-xmlrpc 2020-12-16 12:13:57 UTC
This issue has been addressed in the following products:

  Red Hat Fuse 7.8.0

Via RHSA-2020:5568 https://access.redhat.com/errata/RHSA-2020:5568

Comment 6 Product Security DevOps Team 2020-12-16 16:18:54 UTC
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s):

https://access.redhat.com/security/cve/cve-2020-11971