RundeckApplication · Pagerduty

CVE-2020-11009

MEDIUM · 6.5 CVSS v3.1 Published 2020-04-29
Fix available
A fix is available. Upgrade to 3.2.6 or later.
See remediation →
71/100
Remediation priority · Elevated
Remotely reachable Zero-click

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
In Rundeck before version 3.2.6, authenticated users can craft a request that reveals Execution data and logs and Job details that they are not authorized to see. Depending on the configuration and the way that Rundeck is used, this could result in anything between a high severity risk, or a very low risk. If access is tightly restricted and all users on the system have access to all projects, this is not really much of an issue. If access is wider and allows login for users that do not have access to any projects, or project access is restricted, there is a larger issue. If access is meant to be restricted and secrets, sensitive data, or intellectual property are exposed in Rundeck execution output and job data, the risk becomes much higher. This vulnerability is patched in version 3.2.6

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

Rundeck before 3.2.6 contains an authorization bypass vulnerability where authenticated users can craft specific requests to access Execution data, logs, and Job details that they are not authorized to view. This is essentially an Insecure Direct Object Reference (IDOR) flaw allowing unauthorized access to sensitive execution output and job information.

MitigationUpgrade Rundeck to version 3.2.6 or later to patch this authorization bypass vulnerability.

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
RundeckApplication
Affected:< 3.2.6

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
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

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

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 Rundeck version from the web interface
    Log into the Rundeck UI and navigate to the 'System' menu (gear icon) > 'About' or check the footer of any page for the version number
    Affected if The displayed version is lower than 3.2.6 (for example, 3.2.5, 3.2.4, etc.)
  2. Check Rundeck version via API
    Make an authenticated GET request to the Rundeck API endpoint: /api/14/system/info or /api/41/system/info (depending on your version). Example: curl -k -H "Accept: application/json" https://your-rundeck-server/api/14/system/info
    Affected if The API response shows a version field lower than 3.2.6
  3. Check Rundeck version from startup logs
    Inspect the Rundeck server logs produced at startup, typically found in /var/log/rundeck/service.log or /opt/rundeck/var/logs/service.log, or the rundeck bootstrap log
    Affected if The startup log contains a version identifier lower than 3.2.6
  4. Check package or installation manager version
    If installed via a package manager (yum, apt, RPM), run: rpm -q rundeck or dpkg -l rundeck. If using Docker, check the image tag: docker images | grep rundeck
    Affected if The installed package or container image version is tagged or reported as lower than 3.2.6

If the installed Rundeck version is below 3.2.6, the environment is affected by this IDOR authorization bypass vulnerability.

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 3.2.6 or later
Fixed in 3.2.6
Interim mitigation

Upgrade Rundeck to version 3.2.6 or later to patch this authorization bypass vulnerability.

Fix this in Rundeck Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA1.0 h
10.0 hours of engineering $1,750
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2020-11009 — 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-2020-11009 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