{
  "threat_severity" : "Moderate",
  "public_date" : "2020-05-14T00:00:00Z",
  "bugzilla" : {
    "description" : "camel: DNS Rebinding in JMX Connector could result in remote command execution",
    "id" : "1848433",
    "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=1848433"
  },
  "cvss3" : {
    "cvss3_base_score" : "7.5",
    "cvss3_scoring_vector" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
    "status" : "verified"
  },
  "cwe" : "CWE-20",
  "details" : [ "Apache Camel's JMX is vulnerable to Rebind Flaw. Apache Camel 2.22.x, 2.23.x, 2.24.x, 2.25.x, 3.0.0 up to 3.1.0 is affected. Users should upgrade to 3.2.0." ],
  "affected_release" : [ {
    "product_name" : "Red Hat Fuse 7.8.0",
    "release_date" : "2020-12-16T00:00:00Z",
    "advisory" : "RHSA-2020:5568",
    "cpe" : "cpe:/a:redhat:jboss_fuse:7",
    "package" : "camel-core"
  } ],
  "package_state" : [ {
    "product_name" : "Red Hat JBoss Data Grid 7",
    "fix_state" : "Out of support scope",
    "package_name" : "camel-core",
    "cpe" : "cpe:/a:redhat:jboss_data_grid:7"
  } ],
  "references" : [ "https://www.cve.org/CVERecord?id=CVE-2020-11971\nhttps://nvd.nist.gov/vuln/detail/CVE-2020-11971" ],
  "name" : "CVE-2020-11971",
  "mitigation" : {
    "value" : "The JMX instrumentation agent is the vulnerable component in this, if not being used it can be disabled in the following ways \n* As a Java system property - \n`-Dorg.apache.camel.jmx.disabled=true` as java system property \n* Using the CamelContext method -\n```java\nCamelContext camel = new DefaultCamelContext();\ncamel.disableJMX();\n```\n* If using spring altering the spring configuration -\n```xml\n<camelContext id=\"camel\" xmlns=\"http://camel.apache.org/schema/spring\">\n<jmxAgent id=\"agent\" disabled=\"true\"/>\n...\n</camelContext>\n```",
    "lang" : "en:us"
  },
  "csaw" : false
}