Description
In Stapler 2107.v8dfcb_e8ed317 and earlier, except 2088.2093.vd7c3e58008a_6, included in Jenkins 2.579 and earlier, LTS 2.568.2 and earlier, form data binding allows setting public static fields of the bound configuration object, allowing attackers who can submit configuration forms to modify public static fields of the configuration objects those forms are bound to, resulting in changes that apply globally to the Jenkins instance.
Published: 2026-09-02
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in Stapler’s form data binding permits an attacker who can submit configuration forms to alter public static fields on Jenkins configuration objects. The static fields persist across all job and global configurations, so a single compromised form submission can globally change settings that affect the entire Jenkins instance, as noted by the CWE-472 classification. This does not provide direct code execution but allows an attacker to change system behavior that may be leveraged for further attacks.

Affected Systems

Jenkins Project Jenkins version 2.579 and earlier, and LTS releases 2.568.2 and earlier are impacted. Any Jenkins installation using Stapler 2107.v8dfcb_e8ed317 or earlier, except those containing 2088.2093.vd7c3e58008a_6, is vulnerable.

Risk and Exploitability

The vulnerability carries a CVSS score of 5.4, indicating a moderate risk. EPSS data is unavailable, and it is not currently listed in the CISA KEV catalog. Attackers would need legitimate access to Jenkins’s web interface with permission to submit configuration forms, which may be achieved remotely if authentication is weak or misconfigured. The damage is limited to configuration changes rather than arbitrary code execution, but the impact can be significant if critical settings are altered.

Generated by OpenCVE AI on September 3, 2026 at 11:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Jenkins to a release that includes a patched Stapler component
  • Restrict web interface access to authorized administrators and enforce strong authentication for configuration forms
  • If patching is delayed, consider disabling Stapler’s static field binding or removing public static fields from configuration classes to mitigate risk

Generated by OpenCVE AI on September 3, 2026 at 11:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Title Public Static Field Binding Can Modify Global Jenkins Configuration

Thu, 03 Sep 2026 12:00:00 +0000

Type Values Removed Values Added
First Time appeared Jenkins Project
Jenkins Project jenkins
Vendors & Products Jenkins Project
Jenkins Project jenkins

Wed, 02 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-472
Metrics cvssV3_1

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

ssvc

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


Wed, 02 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
Description In Stapler 2107.v8dfcb_e8ed317 and earlier, except 2088.2093.vd7c3e58008a_6, included in Jenkins 2.579 and earlier, LTS 2.568.2 and earlier, form data binding allows setting public static fields of the bound configuration object, allowing attackers who can submit configuration forms to modify public static fields of the configuration objects those forms are bound to, resulting in changes that apply globally to the Jenkins instance.
References

Subscriptions

Jenkins Project Jenkins
cve-icon MITRE

Status: PUBLISHED

Assigner: jenkins

Published:

Updated: 2026-09-02T17:20:18.481Z

Reserved: 2026-09-01T21:55:27.033Z

Link: CVE-2026-84654

cve-icon Vulnrichment

Updated: 2026-09-02T17:20:07.875Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-02T16:17:30.080

Modified: 2026-09-03T17:13:16.490

Link: CVE-2026-84654

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T12:00:04Z

Weaknesses
  • CWE-472

    External Control of Assumed-Immutable Web Parameter