Description
Jenkins Bitbucket Push and Pull Request Plugin 3.3.8 and earlier unconditionally disables SSL/TLS certificate and hostname validation for connections sending Bearer token authenticated requests to the configured Bitbucket Server endpoint, allowing attackers able to intercept network traffic to capture the token.
Published: 2026-06-24
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Jenkins Bitbucket Push and Pull Request Plugin, versions 3.3.8 and earlier, unconditionally disables SSL/TLS certificate and hostname verification for requests that use a Bearer token to authenticate with a Bitbucket Server. This flaw allows an attacker who can position themselves on the network path between Jenkins and the Bitbucket endpoint to perform a man‑in‑the‑middle and capture the token. The stolen token can then be used to access Bitbucket repositories or services with the attacker's permissions, resulting in direct authentication credential compromise. The weakness arises from ignoring certificate chain validation (CWE‑295) and exposing the bearer token in transit (CWE‑310).

Affected Systems

The vulnerability affects any Jenkins instance that has the Bitbucket Push and Pull Request Plugin 3.3.8 or older installed. Users of the Jenkins Project’s Bitbucket plugin should verify their plugin version; only the 3.3.8 release series and earlier releases are impacted.

Risk and Exploitability

An attacker who can sniff or modify traffic between Jenkins and the Bitbucket Server can exploit the lack of TLS verification and intercept bearer tokens. The EPSS score is not available, but the CVSS score of 4.8 indicates medium severity. The vulnerability is not listed in the CISA KEV catalog. Given that the attack requires a network-level position and does not need privileged access to the Jenkins or Bitbucket servers, the overall risk is considered medium but with a potentially high impact if tokens are captured.

Generated by OpenCVE AI on June 24, 2026 at 16:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Jenkins Bitbucket Push and Pull Request Plugin to version 3.4.0 or later, which restores SSL/TLS certificate and hostname validation for Bearer token requests (CWE‑295).
  • Configure the plugin or Jenkins global security settings to enforce certificate chain verification and hostname matching against the Bitbucket Server endpoint, ensuring the TLS handshake cannot be bypassed when tokens are used (CWE‑295).
  • Implement network segmentation between Jenkins workers and the Bitbucket Server, and enable traffic monitoring or intrusion detection systems to detect unencrypted bearer token transmission, mitigating token leakage (CWE‑310).

Generated by OpenCVE AI on June 24, 2026 at 16:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Title Bitbucket Plugin Disables SSL/TLS Validation, Allowing Token Capture
Weaknesses CWE-310

Wed, 24 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.8, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 24 Jun 2026 15:00:00 +0000

Type Values Removed Values Added
Title Bitbucket Plugin Disables SSL/TLS Validation, Allowing Token Capture
Weaknesses CWE-295
CWE-310

Wed, 24 Jun 2026 13:45:00 +0000

Type Values Removed Values Added
Description Jenkins Bitbucket Push and Pull Request Plugin 3.3.8 and earlier unconditionally disables SSL/TLS certificate and hostname validation for connections sending Bearer token authenticated requests to the configured Bitbucket Server endpoint, allowing attackers able to intercept network traffic to capture the token.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: jenkins

Published:

Updated: 2026-06-24T14:15:52.030Z

Reserved: 2026-06-24T08:41:44.358Z

Link: CVE-2026-57289

cve-icon Vulnrichment

Updated: 2026-06-24T14:15:43.265Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T17:00:13Z

Weaknesses
  • CWE-295

    Improper Certificate Validation