LiveActive security incident?Get immediate response
CVE Record

CVE-2021-41111: Authorization Bypass Through User-Controlled Key in Rundeck

Rundeck is an open source automation service with a web console, command line tools and a WebAPI. Prior to versions 3.4.5 and 3.3.15, an authenticated user with authorization to read webhooks in one project can craft a request to reveal Webhook definitions and tokens in another project. The user could use the revealed webhook tokens to trigger webhooks. Severity depends on trust level of authenticated users and whether any webhooks exist that trigger sensitive actions. There are patches for this vulnerability in versions 3.4.5 and 3.3.15. There are currently no known workarounds.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

An authenticated Rundeck user who can read webhooks in one project could expose webhook definitions and tokens from another project. Those tokens could then trigger webhooks. Business risk depends on whether Rundeck webhooks perform sensitive automation and how much trust is placed in authenticated users.

Executive priority

Prioritize patching where Rundeck controls production, deployment, or privileged automation. This is not described as unauthenticated or actively exploited, but token disclosure across projects can turn ordinary user access into unauthorized automation control.

Technical view

CVE-2021-41111 is a CWE-639 authorization bypass in Rundeck before 3.3.15 and 3.4.5. A low-privileged authenticated user with webhook read authorization in one project can craft a request that crosses project boundaries and discloses webhook definitions and tokens, enabling webhook triggering.

Likely exposure

Exposure is limited to Rundeck deployments running versions below 3.3.15 or 3.4.0 through below 3.4.5, where authenticated users can read webhooks and projects use webhook tokens. Instances without webhooks or without lower-trust authenticated users have lower practical risk.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires authenticated access and existing webhook read authorization in at least one project. Impact increases if exposed webhooks launch deployments, jobs, or other sensitive automation.

Researcher notes

The key issue is cross-project object access through a user-controlled key, matching CWE-639. Validate authorization boundaries around webhook lookup paths without publishing request construction details. Severity is context-dependent because confidentiality and integrity impact depend on the webhooks exposed.

Mitigation direction

  • Upgrade Rundeck to 3.3.15, 3.4.5, or later patched versions.
  • Treat vendor sources as naming no workaround for unpatched systems.
  • Inventory webhook usage and identify tokens present during the vulnerable period.
  • Check vendor guidance before rotating webhook tokens or changing webhook definitions.
  • Limit webhook read permissions to users who require them.

Validation and detection

  • Confirm all Rundeck servers are not running affected versions.
  • Verify the patched version is deployed across every Rundeck environment.
  • Inventory projects with webhooks and map sensitive automated actions.
  • Review audit or job history for unexpected webhook-triggered activity.
  • Confirm webhook read access is restricted to intended roles.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-41111 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.4 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2021-41111Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
rundeckrundeck< 3.3.15, >= 3.4.0, < 3.4.5Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.