CVE-2019-10326
Description
CVE-2019-10326 is a medium-severity CSRF in Jenkins Warnings NG Plugin ≤5.0.0 allowing attackers to reset warning counts for future builds.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CVE-2019-10326 is a medium-severity CSRF in Jenkins Warnings NG Plugin ≤5.0.0 allowing attackers to reset warning counts for future builds.
Vulnerability
CVE-2019-10326 is a cross-site request forgery (CSRF) vulnerability in the Jenkins Warnings Next Generation Plugin (warnings-ng) versions 5.0.0 and earlier. The plugin did not require that requests sent to the endpoint used to reset warning counts use the HTTP POST method, leaving it vulnerable to CSRF attacks [2].
Exploitation
An attacker can exploit this vulnerability by tricking an authenticated Jenkins user into visiting a maliciously crafted web page or link. No special privileges are required beyond the user having access to the Jenkins instance; the CSRF attack can be performed without the need for authentication on the attacker's part. The vulnerable endpoint, used to reset warning counts, accepts GET requests, which can be triggered by a cross-site request [1][2].
Impact
Successful exploitation allows an attacker to reset the warning counts for future builds. This can cause a loss of warning history, potentially hiding new warnings introduced in subsequent builds and undermining the monitoring and alerting capabilities of the plugin. The integrity of build analysis data is compromised [2][3].
Mitigation
The vulnerability is fixed in Warnings Next Generation Plugin version 5.1.0, released on 2019-05-31. The fix requires that all requests to the reset endpoint are sent via HTTP POST, which prevents CSRF attacks. Users should upgrade to version 5.1.0 or later immediately. There are no known workarounds [1][3][4].
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 |
|---|---|---|
io.jenkins.plugins:warnings-ngMaven | < 5.1.0 | 5.1.0 |
Affected products
2- Range: 5.0.0 and earlier
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6- github.com/advisories/GHSA-px35-882c-47hwghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-10326ghsaADVISORY
- www.openwall.com/lists/oss-security/2019/05/31/2ghsamailing-listx_refsource_MLISTWEB
- www.securityfocus.com/bid/108540ghsavdb-entryx_refsource_BIDWEB
- github.com/jenkinsci/warnings-ng-plugin/blob/main/CHANGELOG.mdghsaWEB
- jenkins.io/security/advisory/2019-05-31/ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.