CVE-2025-47889:
Jenkins WSO2 Oauth Plugin Fails to Properly Authenticate User Credentials
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.27115%
CWE
Published
5/14/2025
Updated
5/16/2025
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:wso2id-oauth | maven | <= 1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description clearly indicates that the 'WSO2 Oauth' security realm fails to validate()
authentication claims. This points to the WSO2SecurityRealm
class as the location of the vulnerability. The doAuthenticate
method (or a similarly named method responsible for authentication) within this class is the most probable vulnerable function. Since no patch is available, this analysis is based on the description and common Jenkins
plugin development patterns. The confidence is medium because the exact function name and its parameters cannot be confirmed without source code or a patch.