LiveActive security incident?Get immediate response
CVE Record

CVE-2022-41229: Jenkins NS-ND Integration Performance Publisher Plugin 4.8.0.134 and earlier does not escape configuration...

Jenkins NS-ND Integration Performance Publisher Plugin 4.8.0.134 and earlier does not escape configuration options of the Execute NetStorm/NetCloud Test build step, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with Item/Configure permission.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This Jenkins plugin can store unsafe text in a job configuration. When another user views the affected configuration, that text could run as browser script. The attacker must already have Item/Configure permission, so this is not an unauthenticated takeover, but it can still expose or alter data visible to the victim.

Executive priority

Treat as a moderate Jenkins governance issue. Prioritize faster if job configuration rights are broadly delegated or Jenkins is used for sensitive deployment workflows.

Technical view

CVE-2022-41229 is stored XSS in Jenkins NS-ND Integration Performance Publisher Plugin 4.8.0.134 and earlier. The plugin fails to escape configuration options for the Execute NetStorm/NetCloud Test build step. Exploitation requires Item/Configure permission and user interaction. CVSS 3.1 is 5.4, with low confidentiality and integrity impact and no availability impact.

Likely exposure

Exposure is limited to Jenkins environments with NS-ND Integration Performance Publisher Plugin 4.8.0.134 or earlier installed, especially where non-administrators can configure jobs using the affected build step.

Exploitation context

The source bundle does not cite active exploitation, and CISA KEV status is false. Abuse requires an attacker with Jenkins Item/Configure permission and a victim who views affected configuration content.

Researcher notes

The key control boundary is Jenkins Item/Configure. Validate permission scope and affected build-step usage before escalating severity. The bundle does not provide exploit evidence or detailed remediation, so avoid claims beyond the CVE and Jenkins advisory.

Mitigation direction

  • Inventory Jenkins instances for this plugin and version 4.8.0.134 or earlier.
  • Review Jenkins SECURITY-2858 guidance for the fixed version or vendor mitigation.
  • Restrict Item/Configure permission to trusted administrators until remediation is complete.
  • Remove or disable the plugin where it is not operationally required.
  • Review job configuration changes by users with Item/Configure permission.

Validation and detection

  • Check each Jenkins controller for the plugin name and installed version.
  • Identify jobs using the Execute NetStorm/NetCloud Test build step.
  • Audit users and groups granted Item/Configure permission.
  • Review recent job configuration history for unexpected changes.
  • Confirm remediation against the Jenkins advisory before closing the finding.
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-41229 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
5.4 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Jenkins projectJenkins NS-ND Integration Performance Publisher Pluginunspecified, next of 4.8.0.134Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.