Jenkins analysis-core Plugin has the capability to allow other plugins to display trend graphs for their static analysis results. analysis-core Plugin provides the configuration form for the default settings of each graph.
The configuration form and form submission handler did not perform a permission check, allowing attackers with Job/Read access to change the per-job graph configuration defaults for all users.
Additionally, the form submission handler did not require POST requests, resulting in a cross-site request forgery vulnerability.
analysis-core Plugin now requires Job/Configure permission and POST requests to configure the per-job graph defaults for all users.
{
"github_reviewed_at": "2023-10-26T21:39:36Z",
"github_reviewed": true,
"cwe_ids": [
"CWE-352"
],
"nvd_published_at": "2019-04-30T13:29:00Z",
"severity": "MODERATE"
}