CVE-2026-94492
6.3Yonyou · U8cloud
Yonyou U8cloud 5.x contains a SQL injection vulnerability in the /u8cloud/openapi/so.saleorder.sendaudit endpoint, allowing remote attackers to manipulate the operator argument to execute SQL queries.
Executive summary
A SQL injection vulnerability in Yonyou U8cloud 5.x allows remote, authenticated attackers to execute unauthorized database queries and potentially exfiltrate sensitive information.
Vulnerability
The application fails to properly sanitize the operator argument within the /u8cloud/openapi/so.saleorder.sendaudit endpoint, enabling SQL injection. This vulnerability requires the attacker to be authenticated, as indicated by the CVSS vector's PR:L (Privileges Required: Low) designation.
Business impact
Successful exploitation allows an attacker to execute arbitrary SQL commands against the backend database. This can lead to the unauthorized disclosure of sensitive enterprise data, potential modification of business records, or total database compromise. While the CVSS score is 6.3, the presence of a public proof-of-concept and the potential for significant data leakage necessitate prompt attention.
Remediation
Immediate Action: Since no official vendor patch is currently available, prioritize restricting network access to the affected OpenAPI endpoint to authorized internal sources only.
Proactive Monitoring: Review web server and application access logs for anomalous POST requests directed at /u8cloud/openapi/so.saleorder.sendaudit, specifically monitoring for SQL syntax patterns or unexpected character strings in the operator field.
Compensating Controls: Deploy a Web Application Firewall (WAF) with custom rules designed to detect and block SQL injection attempts targeting the vulnerable parameter. Ensure all database queries are validated and sanitized at the application level where possible.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, attributed to the security research documented in the referenced GitHub repository.
Analyst recommendation
Given the availability of functional proof-of-concept code and the vendor's lack of response, this vulnerability poses a credible risk to the integrity and confidentiality of your ERP data. Organizations should immediately implement the recommended compensating controls and restrict access to the vulnerable endpoint until an official security update is released by Yonyou.
More Yonyou CVEs all →
History
- Analyst report written
Sources
Originally found and disclosed by mjh_123 (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-408192 | Yonyou U8cloud OpenAPI so.saleorder.sendaudit sql injection Vulnerability database entry
- VDB-408192 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-94492 | CVE Analysis and Report Third-party advisory
- Submit #895368 | Yonyou Yonyou U8cloud (用友U8cloud) 5.x SQL Injection (CWE-89) Third-party advisory
- Exploit / PoC