Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
7DescriptionCVE.org
A security flaw has been discovered in YunaiV yudao-cloud up to 2026.01. This impacts the function getAccessToken of the file yudao-module-system-biz/src/main/java/io/github/ruoyi/common/oauth2/service/impl/OAuth2TokenServiceImpl.java. Performing a manipulation results in improper authentication. The attack can be initiated remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Authentication bypass in YunaiV yudao-cloud (versions up to 2026.01) allows remote unauthenticated attackers to obtain unauthorized access tokens via manipulation of the getAccessToken function in OAuth2TokenServiceImpl.java. Public exploit code exists (GitHub PoC available), enabling attackers to bypass authentication controls and gain low-level access to confidential data, integrity, and availability. EPSS risk assessment unavailable, but the combination of network attack vector, low complexity (AC:L), no authentication requirement (PR:N), and publicly available exploit creates immediate exploitation risk. Vendor was notified but did not respond, leaving no official patch timeline.
Technical ContextAI
This vulnerability affects the OAuth2 token generation mechanism in yudao-cloud, a Java-based microservices framework. The flaw resides in OAuth2TokenServiceImpl.java within the yudao-module-system-biz module, specifically in the getAccessToken function responsible for issuing OAuth2 access tokens. CWE-287 (Improper Authentication) indicates the implementation fails to correctly verify authentication credentials or authorization context before token issuance. This likely involves insufficient validation of client credentials, missing state checks, or improper token generation logic that allows attackers to craft requests that bypass authentication gates. The affected CPE (cpe:2.3:a:yunaiv:yudao-cloud) confirms all versions through 2026.01 contain the vulnerable code path.
RemediationAI
No vendor-released patch exists at time of analysis-YunaiV was contacted during responsible disclosure but did not respond per the CVE description. Organizations must implement compensating controls immediately. Primary mitigation: Restrict network access to OAuth2 token endpoints (specifically paths invoking OAuth2TokenServiceImpl.getAccessToken) using firewall rules or reverse proxy ACLs to trusted IP ranges only, eliminating remote unauthenticated access (trade-off: breaks public API integrations requiring token issuance). Secondary mitigation: Implement additional authentication layer via API gateway or WAF with strict request validation before requests reach the vulnerable getAccessToken function (trade-off: added latency and operational complexity). Review application logs for suspicious token generation patterns-unusual client IDs, high-frequency token requests from single sources, or tokens issued without corresponding authentication events. Monitor the GitHub PoC at https://github.com/9str0IL/CVE/issues/1 and VulDB references for potential community patches or updated exploitation techniques. Consider migrating to alternative OAuth2 implementations or forking yudao-cloud to apply custom patches if source code access permits. All mitigations are temporary until vendor provides official security update.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26814