LiveActive security incident?Get immediate response
CVE Record

CVE-2022-41247: Jenkins BigPanda Notifier Plugin 1.4.0 and earlier stores the BigPanda API key unencrypted in its global co...

Jenkins BigPanda Notifier Plugin 1.4.0 and earlier stores the BigPanda API key unencrypted in its global configuration file on the Jenkins controller where they can be viewed by users with access to the Jenkins controller file system.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Jenkins BigPanda Notifier Plugin 1.4.0 and earlier can leave the BigPanda API key stored in clear text on the Jenkins controller. The main business risk is credential disclosure to anyone who can access controller files, including through backups or over-permissive server access.

Executive priority

Treat this as a moderate-priority secrets exposure issue. It is unlikely to justify emergency response by itself, but affected Jenkins controllers should be checked promptly because leaked API keys can create downstream operational and monitoring-integrity risk.

Technical view

This is CWE-522: insufficiently protected credentials. The plugin stores the BigPanda API key unencrypted in its global configuration file on the Jenkins controller. The CVSS 3.1 score is 4.3, reflecting limited confidentiality impact and required low privileges.

Likely exposure

Exposure is likely limited to Jenkins environments running BigPanda Notifier Plugin 1.4.0 or earlier with a configured BigPanda API key. Risk is higher where many users, jobs, agents, administrators, backup systems, or support processes can access Jenkins controller files.

Exploitation context

The source bundle does not cite active exploitation, and the CVE is not marked KEV. Abuse depends on access to the Jenkins controller file system or exposed copies of its configuration. The issue is credential disclosure, not direct remote code execution.

Researcher notes

Evidence is narrow and vendor-specific: Jenkins BigPanda Notifier Plugin 1.4.0 and earlier stores the BigPanda API key unencrypted on the controller. The provided sources do not name a fixed version, public exploit, or broader product impact.

Mitigation direction

  • Check Jenkins advisory and plugin guidance for a fixed version or vendor workaround.
  • Restrict Jenkins controller file system access to the smallest necessary administrator group.
  • Rotate the BigPanda API key if the controller files may have been exposed.
  • Remove or disable the plugin if it is unused or cannot be safely maintained.
  • Review backups and support bundles for copies of the unencrypted credential.

Validation and detection

  • Inventory Jenkins controllers for BigPanda Notifier Plugin 1.4.0 or earlier.
  • Confirm whether a BigPanda API key is configured in affected Jenkins instances.
  • Review controller file access permissions for users, jobs, agents, and service accounts.
  • Check whether configuration backups include the affected global configuration file.
  • Look for evidence that controller files were broadly copied or accessed.
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-522: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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-41247 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-41247Attack 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 BigPanda Notifier Pluginunspecified, next of 1.4.0Listed
Weakness

CWE details

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

CWE-522 · source CWE mapping

Insufficiently Protected Credentials

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