CVE-2025-15424

7.3 HIGH

📋 TL;DR

This CVE describes a SQL injection vulnerability in Yonyou KSOA 9.0 through the /worksheet/agent_worksdel.jsp endpoint. Attackers can manipulate the ID parameter to execute arbitrary SQL commands, potentially compromising database integrity and confidentiality. Organizations using Yonyou KSOA 9.0 are affected, especially those with internet-facing instances.

💻 Affected Systems

Products:
  • Yonyou Space-Time Enterprise Information Integration KSOA Platform
Versions: 9.0
Operating Systems: All platforms running Yonyou KSOA
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability exists in default configuration through the HTTP GET parameter handler

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete database compromise leading to data theft, data manipulation, or full system takeover via SQL injection to RCE chaining

🟠

Likely Case

Unauthorized data access, data exfiltration, and potential privilege escalation within the database

🟢

If Mitigated

Limited impact with proper input validation, parameterized queries, and network segmentation in place

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Public proof-of-concept available, remote exploitation possible without authentication

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: None available

Restart Required: No

Instructions:

No official patch available. Vendor was contacted but did not respond. Consider workarounds or alternative solutions.

🔧 Temporary Workarounds

Web Application Firewall (WAF) Rules

all

Implement WAF rules to block SQL injection patterns targeting /worksheet/agent_worksdel.jsp endpoint

Input Validation Filter

all

Add input validation to sanitize ID parameter before processing

🧯 If You Can't Patch

  • Implement network segmentation to restrict access to KSOA instances
  • Deploy database monitoring to detect SQL injection attempts

🔍 How to Verify

Check if Vulnerable:

Test the /worksheet/agent_worksdel.jsp endpoint with SQL injection payloads in the ID parameter

Check Version:

Check KSOA version through administrative interface or configuration files

Verify Fix Applied:

Verify that SQL injection attempts no longer succeed and return appropriate error handling

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts following SQL injection patterns
  • HTTP requests to /worksheet/agent_worksdel.jsp with suspicious ID parameters

Network Indicators:

  • Unusual outbound database connections from web servers
  • HTTP traffic patterns matching known SQL injection payloads

SIEM Query:

source="web_logs" AND uri="/worksheet/agent_worksdel.jsp" AND (param="ID" AND value MATCHES "(?i)(union|select|insert|delete|update|drop|exec|sleep|waitfor|benchmark)")

🔗 References

📤 Share & Export