LiveActive security incident?Get immediate response
CVE Record

CVE-2022-41233: Jenkins Rundeck Plugin 3.6.11 and earlier does not perform Run/Artifacts permission checks in multiple HTTP...

Jenkins Rundeck Plugin 3.6.11 and earlier does not perform Run/Artifacts permission checks in multiple HTTP endpoints, allowing attackers with Item/Read permission to obtain information about build artifacts of a given job, if the optional Run/Artifacts permission is enabled.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE affects Jenkins environments using Rundeck Plugin 3.6.11 or earlier. A user with basic job read access could view information about build artifacts without the stricter Run/Artifacts permission being enforced. The business risk is unintended exposure of artifact metadata or related build information, not system takeover.

Executive priority

Treat as a targeted access-control issue, not an emergency internet-wide takeover risk. Prioritize remediation where Jenkins artifacts contain secrets, customer data, deployment packages, or internal build outputs visible to broad authenticated users.

Technical view

Jenkins Rundeck Plugin endpoints failed to perform Run/Artifacts authorization checks when that optional permission model was enabled. The issue is CWE-862: missing authorization. Exploitation requires authenticated Item/Read permission and network access to Jenkins. Impact is limited confidentiality exposure, with no source-supported integrity or availability impact.

Likely exposure

Exposure is likely limited to Jenkins controllers that have Rundeck Plugin 3.6.11 or earlier installed, use jobs with build artifacts, and rely on Run/Artifacts to restrict artifact visibility beyond Item/Read users.

Exploitation context

The CVE is not listed as CISA KEV in the provided bundle. No active exploitation evidence is provided. The attack requires a logged-in user with Item/Read permission, so risk depends heavily on Jenkins account scope and job permissions.

Researcher notes

The core issue is missing permission enforcement across multiple HTTP endpoints. Evidence supports confidentiality impact only. The provided sources do not include exploit details or active exploitation. Validation should focus on authorization boundaries and plugin versioning, not offensive reproduction.

Mitigation direction

  • Check Jenkins advisory SECURITY-2170 for the vendor-recommended fixed plugin version.
  • Upgrade Jenkins Rundeck Plugin according to Jenkins project guidance.
  • Restrict Item/Read access to jobs containing sensitive artifacts.
  • Review whether Run/Artifacts is enabled and relied on for artifact confidentiality.
  • Remove or rotate sensitive data exposed through build artifacts where applicable.

Validation and detection

  • Inventory Jenkins controllers with Rundeck Plugin installed.
  • Confirm whether any installed version is 3.6.11 or earlier.
  • Identify jobs with artifacts that should require Run/Artifacts permission.
  • Review users and groups with Item/Read on those jobs.
  • Check Jenkins access logs for unusual artifact-related requests by low-privilege users.
Prepared
Confidence
high
Sources
3

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 · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
cve · low confidence lookup

CVE-2022-41233 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
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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
2Source 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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2022-41233Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Jenkins projectJenkins Rundeck Pluginunspecified, next of 3.6.11Listed
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.