LiveActive security incident?Get immediate response
CVE Record

CVE-2023-32261: Dimensions CM Plugin for Jenkins 0.8.17 – 0.9.3

A potential vulnerability has been identified in the Micro Focus Dimensions CM Plugin for Jenkins. The vulnerability allows attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins. See the following Jenkins security advisory for details: * https://www.jenkins.io/security/advisory/2023-06-14/ https://www.jenkins.io/security/advisory/2023-06-14/

MediumCVSS 4.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects the Dimensions CM Plugin for Jenkins. A logged-in user with basic Jenkins read access may be able to list Jenkins credential IDs. The sources do not say secrets are directly exposed, but credential IDs can reveal sensitive integration details and support later attacks.

Executive priority

Treat this as a medium-priority Jenkins hardening issue. It does not indicate direct secret theft or known exploitation, but credential metadata leakage in CI/CD can increase the blast radius of other weaknesses.

Technical view

CVE-2023-32261 is a CWE-863 authorization flaw in the Micro Focus Dimensions CM Plugin for Jenkins, identified for versions 0.8.17 through 0.9.3. Attackers with Overall/Read permission can enumerate stored Jenkins credential IDs. CVSS 3.1 is 4.2, with network access, low privileges, high attack complexity, and low confidentiality and integrity impact.

Likely exposure

Exposure is most likely on Jenkins controllers using the Dimensions CM Plugin in the affected version range, especially where Overall/Read is granted broadly to developers, contractors, or service accounts.

Exploitation context

The source bundle does not report active exploitation, and the CVE is not in KEV. Exploitation requires authenticated Jenkins access with Overall/Read permission. The impact is credential metadata disclosure, not confirmed credential secret disclosure.

Researcher notes

Evidence is limited to the CVE record, Jenkins advisory reference, plugin page, and Micro Focus reference. Validate against vendor advisory details before asserting a fixed version or exact vulnerable code path.

Mitigation direction

  • Inventory Jenkins installations for the Dimensions CM Plugin and its version.
  • Review the Jenkins advisory and Micro Focus guidance for supported remediation.
  • Upgrade, remove, or disable affected plugin versions according to vendor guidance.
  • Restrict Jenkins Overall/Read permission to users with a clear business need.
  • Review credential usage and naming for unnecessary sensitive disclosure.

Validation and detection

  • Confirm whether the Jenkins Dimensions CM Plugin is installed and record its version.
  • Compare installed versions against the affected 0.8.17 through 0.9.3 range.
  • Review Jenkins authorization strategy for users or groups with Overall/Read.
  • Check audit logs for unusual credential or plugin configuration access.
  • Document vendor guidance followed and remaining exposed Jenkins instances.
Prepared
Confidence
medium
Sources
5

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-863: 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-2023-32261 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.2 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

4.2Medium
CVSS 3.1 vector shape for CVE-2023-32261Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/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
Micro FocusDimensions CM0.8.17unaffected
Weakness

CWE details

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

CWE-863 · source CWE mapping

Incorrect Authorization

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