Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-53658

CVE-2025-53658: Jenkins Applitools Eyes XSS Vulnerability

CVE-2025-53658 is a stored cross-site scripting flaw in Jenkins Applitools Eyes Plugin that allows attackers with Item/Configure permission to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-53658 Overview

A stored cross-site scripting (XSS) vulnerability has been identified in the Jenkins Applitools Eyes Plugin version 1.16.5 and earlier. The vulnerability exists due to improper escaping of the Applitools URL on the build page, allowing attackers with Item/Configure permission to inject malicious scripts that persist and execute in the context of other users' browsers when they view the affected build page.

Critical Impact

Attackers with Item/Configure permission can inject persistent malicious scripts that execute in other users' browsers, potentially enabling session hijacking, credential theft, or further compromise of Jenkins environments.

Affected Products

  • Jenkins Applitools Eyes Plugin version 1.16.5 and earlier
  • Jenkins instances utilizing the Applitools Eyes Plugin for visual testing integration

Discovery Timeline

  • 2025-07-09 - CVE-2025-53658 published to NVD
  • 2025-07-09 - Jenkins releases security advisory (SECURITY-3509)
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-53658

Vulnerability Analysis

This stored XSS vulnerability stems from the Jenkins Applitools Eyes Plugin's failure to properly sanitize and escape user-controlled input when rendering the Applitools URL on build pages. When a user with Item/Configure permission configures the plugin, they can specify an Applitools URL that is later displayed on build result pages. Because this URL value is not properly escaped before being rendered in the HTML context, an attacker can craft a malicious URL containing JavaScript code that will be stored in the Jenkins configuration and executed whenever another user views the build page.

The vulnerability requires authentication and specific permissions (Item/Configure), but the impact is amplified because the malicious payload persists and affects all users who subsequently view the compromised build page. This includes administrators and other privileged users whose sessions could be hijacked.

Root Cause

The root cause of CVE-2025-53658 is inadequate output encoding in the Applitools Eyes Plugin's view layer. When the plugin renders the Applitools URL on build pages, it fails to apply proper HTML entity encoding or JavaScript escaping to the URL value before inserting it into the page's HTML. This allows special characters used in JavaScript injection attacks (such as <, >, ", and ') to be interpreted as HTML/JavaScript code rather than being displayed as literal text.

Attack Vector

The attack vector is network-based and requires the attacker to have authenticated access to the Jenkins instance with at least Item/Configure permission. The attack scenario involves:

  1. An attacker with Item/Configure permission accesses a Jenkins job configuration
  2. The attacker modifies the Applitools URL field to include malicious JavaScript payload
  3. The malicious payload is stored in the job configuration
  4. When any user (including administrators) views the build page, the unescaped URL is rendered
  5. The victim's browser executes the injected JavaScript in the context of the Jenkins session

The stored nature of this XSS means the attack persists until the malicious configuration is removed, potentially affecting many users over time. Successful exploitation could lead to session token theft, unauthorized actions performed as the victim user, or phishing attacks within the trusted Jenkins interface.

Detection Methods for CVE-2025-53658

Indicators of Compromise

  • Unusual or suspicious values in Applitools URL configuration fields containing JavaScript code, <script> tags, or event handlers
  • Build pages containing unexpected inline scripts or suspicious HTML elements
  • Jenkins audit logs showing configuration changes to Applitools Eyes Plugin settings by unusual users
  • User reports of unexpected browser behavior when viewing build pages

Detection Strategies

  • Review Jenkins job configurations for Applitools Eyes Plugin settings containing script tags, event handlers (e.g., onerror, onclick), or javascript: URI schemes
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor Jenkins audit logs for configuration changes to job settings, particularly the Applitools URL field
  • Perform regular security scans of Jenkins configurations using plugins like OWASP Dependency-Check

Monitoring Recommendations

  • Enable and regularly review Jenkins security audit logs for suspicious configuration modifications
  • Configure browser-based XSS detection mechanisms and CSP violation reporting
  • Implement alerting on plugin configuration changes, especially for plugins handling external URLs
  • Conduct periodic manual review of job configurations for anomalous URL patterns

How to Mitigate CVE-2025-53658

Immediate Actions Required

  • Upgrade the Jenkins Applitools Eyes Plugin to the latest patched version immediately
  • Review existing Applitools Eyes Plugin configurations across all jobs for suspicious or malicious URL values
  • Restrict Item/Configure permissions to only trusted users who require this access
  • Implement Content Security Policy headers on Jenkins to provide defense-in-depth against XSS attacks

Patch Information

Jenkins has released a security advisory addressing this vulnerability. Organizations should update the Applitools Eyes Plugin to the latest available version through the Jenkins Plugin Manager. Refer to the Jenkins Security Advisory SECURITY-3509 for specific patch details and upgrade instructions.

Workarounds

  • Temporarily disable the Applitools Eyes Plugin if it is not critical to operations until the patch can be applied
  • Restrict Item/Configure permissions to a minimal set of highly trusted users
  • Implement strict input validation at the network perimeter if using a reverse proxy in front of Jenkins
  • Consider implementing Content Security Policy headers that block inline script execution as an additional layer of defense
bash
# Configuration example
# Review Jenkins job configurations for suspicious Applitools URLs
# Navigate to Jenkins > Manage Jenkins > Script Console and run:
# This Groovy script lists all jobs with Applitools Eyes configurations

# Jenkins.instance.getAllItems(Job.class).each { job ->
#   def config = job.getConfigFile().asString()
#   if (config.contains('ApplitoolsEyes') || config.contains('applitools')) {
#     println "Review Applitools config in: ${job.fullName}"
#   }
# }

# Apply Content Security Policy headers via reverse proxy (nginx example)
# add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';" always;

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechJenkins

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Openwall OSS Security Post
  • Vendor Resources
  • Jenkins Security Advisory #SECURITY-3509
  • Related CVEs
  • CVE-2026-27099: Jenkins Stored XSS Vulnerability

  • CVE-2023-27905: Jenkins Update-center2 XSS Vulnerability

  • CVE-2023-27898: Jenkins Stored XSS Vulnerability

  • CVE-2023-39151: Jenkins Stored XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English