First published: Wed Jan 29 2020(Updated: )
Jenkins 2.218 and earlier, LTS 2.204.1 and earlier supports two network discovery services (UDP multicast/broadcast and DNS multicast) by default. The UDP multicast/broadcast service can be used in an amplification reflection attack, as very few bytes sent to the respective endpoint result in much larger responses: A single byte request to this service would respond with more than 100 bytes of Jenkins metadata which could be used in a DDoS attack on a Jenkins controller. Within the same network, spoofed UDP packets could also be sent to make two Jenkins controllers go into an infinite loop of replies to one another, thus causing a denial of service. Jenkins 2.219, LTS 2.204.2 now disables both UDP multicast/broadcast and DNS multicast by default. Administrators that need these features can re-enable them again by setting the system property `hudson.DNSMultiCast.disabled` to `false` (for DNS multicast) or the system property `hudson.udp` to `33848`, or another port (for UDP broadcast/multicast). These are the same system properties that controlled whether these features were enabled in the past, so any instances explicitly enabling these features by setting these system properties will continue to have them enabled.
Credit: jenkinsci-cert@googlegroups.com jenkinsci-cert@googlegroups.com jenkinsci-cert@googlegroups.com
Affected Software | Affected Version | How to fix |
---|---|---|
maven/org.jenkins-ci.main:jenkins-core | >=2.205<2.219 | 2.219 |
maven/org.jenkins-ci.main:jenkins-core | <2.204.2 | 2.204.2 |
Jenkins | <=2.204.1 | |
Jenkins | <=2.218 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2020-2100 has a medium severity rating due to its potential for abuse in amplification reflection attacks.
To mitigate CVE-2020-2100, upgrade Jenkins to version 2.219 or later, or to 2.204.2 if using an LTS version.
CVE-2020-2100 affects Jenkins versions 2.218 and earlier, including LTS versions up to 2.204.1.
CVE-2020-2100 is associated with amplification reflection attacks that exploit its UDP multicast/broadcast service.
CVE-2020-2100 affects Jenkins instances running versions 2.218 and earlier by default, particularly those using enabled network discovery services.