Role Based Authorization StrategyApplication · Jenkins

CVE-2017-1000090

HIGH · 8.8 CVSS v3.0 Published 2017-10-05
Fix available
A fix is available. Upgrade to after 2.5.0 or later.
See remediation →
95/100
Remediation priority · Urgent
Remotely reachable No privileges

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Role-based Authorization Strategy Plugin was not requiring requests to its API be sent via POST, thereby opening itself to Cross-Site Request Forgery attacks. This allowed attackers to add administrator role to any user, or to remove the authorization configuration, preventing legitimate access to Jenkins.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

The Role-based Authorization Strategy Jenkins plugin failed to enforce POST method requirements on its API endpoints, allowing Cross-Site Request Forgery (CSRF) attacks. Attackers could exploit this by tricking authenticated administrators into visiting malicious pages that silently trigger API calls to add administrator roles to arbitrary users or completely remove authorization configuration, locking out legitimate users.

MitigationEnable and enforce Jenkins CSRF protection (crumb issuer) for all API requests and upgrade the Role-based Authorization Strategy Plugin to a patched version that requires POST for API endpoints.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Role Based Authorization StrategyApplication
Affected:<= 2.5.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check if Role-based Authorization Strategy plugin is installed
    Navigate to Manage Jenkins > Manage Plugins > Installed and look for 'Role-based Authorization Strategy' in the list, or query the plugin manager API at /pluginManager/plugin/{plugin}/api/json
    Affected if The plugin is not listed or not installed - then not affected by this specific plugin vulnerability
  2. Identify installed version of Role-based Authorization Strategy plugin
    In the installed plugins list, find the version number listed next to 'Role-based Authorization Strategy', or use the API: /pluginManager/plugin/role-strategy/api/json
    Affected if Version is 2.5.0 or lower - this indicates a vulnerable version
  3. Verify CSRF protection status
    Go to Manage Jenkins > Configure Global Security and locate the 'CSRF Protection' section. Confirm whether 'Enable crumb verification' is checked, or query the security configuration API at /api/json?tree=useCrumb
    Affected if CSRF protection is disabled or no crumb issuer is configured - this means the CSRF attack vector is fully exposed with no defense in place
  4. Check if the vulnerable API endpoints are accessible
    Test that POST is required for Role Strategy API endpoints (such as /role-strategy/strategy/assign and /role-strategy/strategy/remove). Attempt a GET request to these endpoints - they should reject GET requests in patched versions
    Affected if GET requests to these API endpoints succeed without requiring POST - this indicates the POST requirement is not enforced and the vulnerability is present

A user is affected if the Role-based Authorization Strategy plugin version 2.5.0 or lower is installed AND CSRF protection is disabled, allowing CSRF attacks to modify authorization roles.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Upgrade available Upgrade to a release after 2.5.0
Interim mitigation

Enable and enforce Jenkins CSRF protection (crumb issuer) for all API requests and upgrade the Role-based Authorization Strategy Plugin to a patched version that requires POST for API endpoints.

Fix this in Role Based Authorization Strategy Scoped from the published advisory
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing2.0 h
  • Review / QA1.0 h
7.0 hours of engineering $1,240
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2017-1000090 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2017-1000090 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data