Description
In Jenkins 2.579 and earlier, LTS 2.568.2 and earlier, the system log viewer does not escape log record metadata (source, level, and timestamp) resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers in control of agent processes.
Published: 2026-09-02
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Jenkins 2.579 and earlier, including LTS 2.568.2 and earlier, contain a stored XSS vulnerability in the system log viewer. The log viewer fails to escape log record metadata—including source, level, and timestamp—allowing a malicious actor to inject arbitrary JavaScript that is persisted with future log presentations. This flaw is a classic example of Improper Input Validation, documented as CWE‑79, and can lead to execution of attacker‑supplied code in the context of the Jenkins web interface, potentially abusing user sessions or executing unauthorized actions on the host.

Affected Systems

The affected systems are Jenkins installations running version 2.579 or earlier, and the LTS branch versions up to 2.568.2. The vulnerability resides in the core log viewer component of the Jenkins web UI, affecting all users who view the system log.

Risk and Exploitability

The CVSS score of 8.8 marks this flaw as high severity. Exploitability is limited to attackers who can control an agent process, giving them the ability to write malicious log entries. Although EPSS data is unavailable and the vulnerability is not listed in CISA KEV, the risk remains significant because agent controls are common in Jenkins deployments. The attack vector is local or remote, depending on who controls the agent, and the impact is fully contained within the Jenkins web interface.

Generated by OpenCVE AI on September 3, 2026 at 09:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Jenkins to version 2.580 or newer (or LTS 2.568.3 or newer) where the log viewer correctly escapes all metadata.
  • Restrict agent process permissions so that untrusted agents cannot write arbitrary log entries; consider using signed or verified agent plugins.
  • Deploy a web application firewall or enforce a strict Content Security Policy to mitigate any residual XSS risk in the Jenkins UI.

Generated by OpenCVE AI on September 3, 2026 at 09:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Title Stored XSS via Unescaped Log Metadata in Jenkins Prior to 2.580

Thu, 03 Sep 2026 09:30:00 +0000

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

Thu, 03 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Weaknesses CWE-79
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Description In Jenkins 2.579 and earlier, LTS 2.568.2 and earlier, the system log viewer does not escape log record metadata (source, level, and timestamp) resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers in control of agent processes.
References

Subscriptions

Jenkins Project Jenkins
cve-icon MITRE

Status: PUBLISHED

Assigner: jenkins

Published:

Updated: 2026-09-02T17:39:13.492Z

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

Link: CVE-2026-84648

cve-icon Vulnrichment

Updated: 2026-09-02T17:39:06.690Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-84648

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T10:00:12Z

Weaknesses
  • CWE-79

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