CVE-2026-1179

7.3 HIGH

📋 TL;DR

This vulnerability allows remote attackers to execute SQL injection attacks against Yonyou KSOA 9.0 systems by manipulating the 'folderid' parameter in the /kmf/user_popedom.jsp endpoint. Successful exploitation could lead to unauthorized data access, modification, or system compromise. Organizations using Yonyou KSOA 9.0 are affected.

💻 Affected Systems

Products:
  • Yonyou KSOA
Versions: 9.0
Operating Systems: All platforms running Yonyou KSOA
Default Config Vulnerable: ⚠️ Yes
Notes: The vulnerability exists in the default installation of Yonyou KSOA 9.0

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete database compromise leading to data theft, system takeover, and lateral movement within the network

🟠

Likely Case

Unauthorized data access and potential privilege escalation within the KSOA application

🟢

If Mitigated

Limited impact with proper input validation and database permissions in place

🌐 Internet-Facing: HIGH - The vulnerability is remotely exploitable via HTTP GET requests
🏢 Internal Only: HIGH - Even internal systems are vulnerable to network-accessible attacks

🎯 Exploit Status

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

Exploit details are publicly available on GitHub, making this easily weaponizable

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: None available - vendor did not respond to disclosure

Restart Required: No

Instructions:

No official patch available. Consider upgrading to a newer version if available or implementing workarounds.

🔧 Temporary Workarounds

Web Application Firewall (WAF) Rules

all

Implement WAF rules to block SQL injection patterns targeting the /kmf/user_popedom.jsp endpoint

Input Validation Filter

all

Add input validation to sanitize the 'folderid' parameter before processing

🧯 If You Can't Patch

  • Block external access to the KSOA application at network perimeter
  • Implement strict database permissions and monitor for unusual SQL queries

🔍 How to Verify

Check if Vulnerable:

Test the /kmf/user_popedom.jsp endpoint with SQL injection payloads in the folderid parameter

Check Version:

Check KSOA version through application 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 or parameter manipulation in web logs

Network Indicators:

  • HTTP GET requests to /kmf/user_popedom.jsp with SQL injection patterns in parameters

SIEM Query:

source="web_logs" AND uri="/kmf/user_popedom.jsp" AND (param="folderid" AND value CONTAINS "' OR " OR "--" OR ";")

🔗 References

📤 Share & Export