CVE-2017-2651
Description
jenkins-mailer-plugin before version 1.20 is vulnerable to an information disclosure while using the feature to send emails to a dynamically created list of users based on the changelogs. This could in some cases result in emails being sent to people who have no user account in Jenkins, and in rare cases even people who were not involved in whatever project was being built, due to some mapping based on the local-part of email addresses.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Jenkins Mailer Plugin before 1.20 sends emails to addresses not associated with actual users, potentially disclosing project involvement to unintended recipients.
Vulnerability
The Jenkins Mailer Plugin (jenkins-mailer-plugin) versions before 1.20 provides a feature to send emails to a dynamically created list of users based on changelogs, such as "authors of SCM changes since the last successful build". Due to mapping based on the local-part of email addresses, emails could in some cases be sent to people who have no user account in Jenkins, and in rare cases even to people who were not involved in the project being built. [1][2][3]
Exploitation
The vulnerability is not actively exploitable by an attacker; it is triggered automatically when a Jenkins job uses the "send emails to authors of SCM changes" option. The plugin extracts email addresses from changelogs and, due to insufficient validation, may send emails to addresses derived from the local-part without verifying if those addresses belong to legitimate Jenkins users or project participants. [2]
Impact
Successful triggering results in information disclosure: the content of the emails (which may include project details) is sent to unintended recipients, potentially revealing project involvement and sensitive information to outsiders. No further privileges are gained. [1][2]
Mitigation
The issue is fixed in Mailer Plugin version 1.20, released on March 20, 2017. [2] Users should upgrade to version 1.20 or later. There is no known workaround for versions prior to 1.20.
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.jenkins-ci.plugins:mailerMaven | < 1.20 | 1.20 |
Affected products
3- Range: <1.20
- Range: 1.20
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6- github.com/advisories/GHSA-9v72-p5p3-9w65ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2017-2651ghsaADVISORY
- www.securityfocus.com/bid/96984ghsavdb-entryx_refsource_BIDWEB
- bugzilla.redhat.com/show_bug.cgighsax_refsource_CONFIRMWEB
- jenkins.io/security/advisory/2017-03-20ghsaWEB
- jenkins.io/security/advisory/2017-03-20/mitrex_refsource_CONFIRM
News mentions
0No linked articles in our index yet.