VYPR
Moderate severityNVD Advisory· Published May 31, 2019· Updated Aug 4, 2024

CVE-2019-10326

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.

PackageAffected versionsPatched versions
io.jenkins.plugins:warnings-ngMaven
< 5.1.05.1.0

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

6

News mentions

0

No linked articles in our index yet.