| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| io.jenkins.plugins:zoom | maven | < 1.4 | 1.4 |
The vulnerability centers on cleartext storage of credentials in Jenkins configuration files. Jenkins plugins typically use Descriptor/Builder classes and GlobalConfiguration implementations to handle sensitive data. The absence of Jenkins' Secret handling (e.g., using getSecret() or credential bindings) in these classes would leave credentials exposed in config.xml. The medium confidence reflects the lack of direct code evidence, but aligns with CWE-312 patterns in Jenkins plugin vulnerabilities.
KEV Misses 88% of Exploited CVEs- Get the report