CVE-2026-57290
Received Received - Intake
CSRF Vulnerability in Jenkins Priority Sorter Plugin

Publication date: 2026-06-24

Last updated on: 2026-06-24

Assigner: Jenkins Project

Description
A cross-site request forgery (CSRF) vulnerability in Jenkins Priority Sorter Plugin 936.v2c01c6b_84449 and earlier allows attackers to overwrite the global job priority configuration.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-24
Last Modified
2026-06-24
Generated
2026-06-24
AI Q&A
2026-06-24
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
jenkinsci priority_sorter_plugin to 936.v2c01c6b_84449 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a cross-site request forgery (CSRF) issue found in the Jenkins Priority Sorter Plugin version 936.v2c01c6b_84449 and earlier. It allows attackers to overwrite the global job priority configuration in Jenkins.

Impact Analysis

An attacker exploiting this vulnerability can change the global job priority settings in Jenkins without authorization. This could disrupt the normal job scheduling and execution priorities, potentially causing delays or resource misallocation in your Jenkins environment.

Detection Guidance

This vulnerability affects Jenkins Priority Sorter Plugin version 936.v2c01c6b_84449 and earlier. To detect if your system is vulnerable, you should check the installed version of the Priority Sorter Plugin in your Jenkins instance.

  • Access your Jenkins server and navigate to Manage Jenkins > Manage Plugins > Installed tab.
  • Look for the Priority Sorter Plugin and verify its version number.
  • Alternatively, you can use Jenkins CLI or API to query the installed plugins and their versions.
  • Example CLI command to list plugins and versions: java -jar jenkins-cli.jar -s http://your-jenkins-server/ list-plugins
  • Check for any unusual changes or overwrites in the global job priority configuration, which could indicate exploitation.
Mitigation Strategies

To mitigate this vulnerability, you should immediately update the Jenkins Priority Sorter Plugin to a version later than 936.v2c01c6b_84449 where the issue is fixed.

  • Go to Manage Jenkins > Manage Plugins > Updates tab and update the Priority Sorter Plugin.
  • If an update is not immediately available, restrict access to Jenkins to trusted users only to prevent CSRF attacks.
  • Enable CSRF protection in Jenkins if it is not already enabled.
  • Review and monitor global job priority configurations for unauthorized changes.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57290. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart