The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-47889

CVE-2025-47889: Jenkins WSO2 Oauth Auth Bypass Flaw

CVE-2025-47889 is an authentication bypass flaw in Jenkins WSO2 Oauth Plugin that allows attackers to log in using any credentials without validation. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-47889 Overview

CVE-2025-47889 is a critical authentication bypass vulnerability in the Jenkins WSO2 OAuth Plugin version 1.0 and earlier. The vulnerability stems from improper validation of authentication claims by the "WSO2 Oauth" security realm, allowing unauthenticated attackers to log in to Jenkins controllers using any username and any password combination, including usernames that do not exist in the system.

Critical Impact

Unauthenticated attackers can gain complete access to Jenkins controllers by bypassing authentication entirely, potentially leading to unauthorized code execution, data theft, and supply chain compromise.

Affected Products

  • Jenkins WSO2 OAuth Plugin version 1.0 and earlier
  • Jenkins controllers configured to use the WSO2 OAuth security realm

Discovery Timeline

  • May 14, 2025 - CVE-2025-47889 published to NVD
  • June 12, 2025 - Last updated in NVD database

Technical Details for CVE-2025-47889

Vulnerability Analysis

This vulnerability is classified as CWE-287 (Improper Authentication), representing a fundamental failure in the plugin's authentication mechanism. The WSO2 OAuth Plugin fails to properly validate authentication claims received during the OAuth authentication flow. When a user attempts to authenticate through the WSO2 OAuth security realm, the plugin accepts any authentication claim without verifying its authenticity or validity against the OAuth provider.

This architectural flaw means that an attacker can craft arbitrary authentication responses that the plugin will accept as valid, completely bypassing the intended authentication controls. The vulnerability is particularly severe because it affects the security realm itself—the core component responsible for protecting access to the Jenkins controller.

Root Cause

The root cause of CVE-2025-47889 lies in the complete absence of validation logic for OAuth authentication claims within the WSO2 OAuth Plugin. The plugin trusts authentication responses without cryptographic verification, signature validation, or token introspection. This design oversight allows any incoming authentication claim to be processed as legitimate, regardless of its origin or content.

Attack Vector

The attack vector for this vulnerability is network-based and requires no prior authentication or user interaction. An attacker can exploit this vulnerability remotely by:

  1. Navigating to a Jenkins controller configured with the WSO2 OAuth security realm
  2. Submitting a login request with any arbitrary username and password combination
  3. The vulnerable plugin accepts the authentication claim without validation
  4. The attacker gains authenticated access to the Jenkins controller with the privileges of the specified username

The vulnerability allows attackers to impersonate any user, including administrators, by simply specifying their username during the authentication attempt. Even non-existent usernames are accepted, potentially creating sessions for users that were never intended to have access.

Due to the nature of this authentication bypass vulnerability, exploitation does not require specialized code. Attackers can simply submit standard HTTP login requests to the Jenkins authentication endpoint. For detailed technical information about this vulnerability, refer to the Jenkins Security Advisory #SECURITY-3481.

Detection Methods for CVE-2025-47889

Indicators of Compromise

  • Unexpected or anomalous login events in Jenkins audit logs, particularly for users with elevated privileges
  • Authentication events from unusual IP addresses or geographic locations
  • Login attempts for usernames that do not exist in your identity provider
  • Sudden appearance of new user sessions without corresponding valid OAuth provider authentication records

Detection Strategies

  • Enable and monitor Jenkins audit logging for all authentication events
  • Cross-reference Jenkins authentication logs with WSO2 Identity Server logs to identify discrepancies
  • Implement network monitoring to detect authentication attempts that bypass the expected OAuth flow
  • Deploy intrusion detection rules to alert on direct authentication submissions to Jenkins endpoints

Monitoring Recommendations

  • Configure real-time alerting for any authentication events involving administrative accounts
  • Establish baseline authentication patterns and alert on deviations
  • Monitor for bulk login attempts or credential stuffing patterns targeting the Jenkins authentication endpoint
  • Review Jenkins access control configurations and user permission changes regularly

How to Mitigate CVE-2025-47889

Immediate Actions Required

  • Immediately disable the WSO2 OAuth Plugin if it is installed and in use
  • Switch to an alternative authentication method such as Jenkins' built-in user database, LDAP, or a different OAuth plugin
  • Audit all recent Jenkins authentications to identify potential unauthorized access
  • Review and revoke any suspicious user sessions currently active on the Jenkins controller

Patch Information

As of the latest information available, administrators should consult the Jenkins Security Advisory #SECURITY-3481 for official patch information and remediation guidance. Until a patched version is available, the plugin should be disabled entirely.

Workarounds

  • Disable the WSO2 OAuth Plugin and configure an alternative security realm
  • Implement network-level access controls to restrict Jenkins access to trusted networks only
  • Enable Jenkins security hardening features including CSRF protection and agent-to-controller security
  • Consider placing Jenkins behind a reverse proxy with additional authentication requirements
bash
# Disable the WSO2 OAuth Plugin via Jenkins CLI
java -jar jenkins-cli.jar -s http://your-jenkins-url/ disable-plugin wso2-oauth-plugin

# Alternatively, remove the plugin directory manually (requires Jenkins restart)
# Navigate to $JENKINS_HOME/plugins/ and remove:
rm -rf $JENKINS_HOME/plugins/wso2-oauth-plugin*

# Restart Jenkins to apply changes
systemctl restart jenkins

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechJenkins

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Vendor Resources
  • Jenkins Security Advisory #SECURITY-3481
  • Related CVEs
  • CVE-2026-33002: Jenkins Auth Bypass Vulnerability

  • CVE-2025-47884: Jenkins OpenID Connect Auth Bypass Flaw

  • CVE-2025-24399: Jenkins OpenID Connect Auth Bypass Flaw

  • CVE-2025-32754: Jenkins Ssh-agent Auth Bypass Vulnerability
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