LiveActive security incident?Get immediate response
CVE Record

CVE-2022-41246: A missing permission check in Jenkins Worksoft Execution Manager Plugin 10.0.3.503 and earlier allows attac...

A missing permission check in Jenkins Worksoft Execution Manager Plugin 10.0.3.503 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw lets a low-privileged Jenkins user abuse the Worksoft Execution Manager Plugin to make Jenkins contact an attacker-controlled URL and potentially leak stored credentials. The main business risk is credential exposure from Jenkins, not direct system takeover.

Executive priority

Treat as a credential-protection issue. Prioritize Jenkins environments that store production, deployment, or cloud credentials, especially where many users have Overall/Read access.

Technical view

Jenkins Worksoft Execution Manager Plugin 10.0.3.503 and earlier lacks a required permission check. An attacker with Overall/Read permission and separately obtained credentials IDs can trigger a connection to an attacker-specified URL using those IDs, exposing credential material. CVSS is 6.5 with high confidentiality impact.

Likely exposure

Exposure is limited to Jenkins environments that have Worksoft Execution Manager Plugin 10.0.3.503 or earlier installed. Attackers need authenticated Overall/Read access and credential IDs obtained through another method.

Exploitation context

The supplied sources do not show CISA KEV listing or active exploitation. The vulnerability is remotely reachable by an authenticated Jenkins user and targets stored Jenkins credentials through plugin behavior.

Researcher notes

This is CWE-862, a missing authorization check. The attack requires authenticated Jenkins access and prior knowledge of credential IDs. The published impact is confidentiality loss only; integrity and availability impacts are not claimed in the supplied sources.

Mitigation direction

  • Inventory Jenkins controllers for Worksoft Execution Manager Plugin usage and version.
  • Check Jenkins advisory and plugin guidance for supported remediation or upgrade instructions.
  • Restrict Overall/Read access to trusted users only.
  • Review who can view or infer Jenkins credential IDs.
  • Rotate Jenkins credentials suspected of exposure.
  • Monitor Jenkins outbound connections and unusual credential use.

Validation and detection

  • Confirm whether Worksoft Execution Manager Plugin is installed.
  • Verify installed plugin version is not 10.0.3.503 or earlier.
  • Review Jenkins role assignments for Overall/Read permission.
  • Check audit, proxy, and network logs for suspicious Jenkins outbound requests.
  • Identify credentials used by affected plugin workflows.
  • Assess whether credential IDs were exposed through other Jenkins views or logs.
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-41246 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.5 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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 Worksoft Execution Manager Pluginunspecified, next of 10.0.3.503Listed
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.