-
CVSS Score
-The vulnerability stems from two network discovery services being enabled by default. The DNSMultiCast.disabled flag and UDPBroadcastThread.PORT initialization controlled these services. In vulnerable versions, DNSMultiCast.disabled defaulted to false (enabling DNS multicast) and UDPBroadcastThread.PORT defaulted to 33848 (enabling UDP). The commit diff shows these defaults were changed to 'true' and '-1' respectively to disable services by default. The static initializers for these variables directly controlled the vulnerable behavior.
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.main:jenkins-core | maven | < 2.204.2 | 2.204.2 |
| org.jenkins-ci.main:jenkins-core | maven | >= 2.205, < 2.219 | 2.219 |