CVE-2025-15420
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-02

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security vulnerability has been detected in Yonyou KSOA 9.0. This affects an unknown part of the file /worksheet/agent_work_report.jsp. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-02
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2026-01-02
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
yonyou ksoa 9.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-15420 is a critical SQL injection vulnerability in Yonyou KSOA version 9.0, specifically in the file /worksheet/agent_work_report.jsp. The vulnerability occurs because the application does not properly sanitize the 'ID' parameter before using it in a SQL query. This allows remote attackers to inject malicious SQL commands without authentication, potentially manipulating the database. The attack complexity is low, and exploits are publicly available. [1, 2, 4]


How can this vulnerability impact me? :

This vulnerability can impact you by allowing remote attackers to execute arbitrary SQL commands on your database, which can lead to unauthorized access, data exfiltration, data manipulation, and denial of service through techniques like delaying server responses. It affects the confidentiality, integrity, and availability of your system, potentially exposing sensitive data and disrupting operations. [1, 2, 4]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the 'id' parameter in the /worksheet/agent_work_report.jsp file for SQL injection. One method is to use SQL injection payloads such as 'WAITFOR DELAY' to observe if the server response is delayed, confirming the injection point. Additionally, attackers can identify vulnerable targets using Google dorking with the query: inurl:worksheet/agent_work_report.jsp. For detection on your system, you can use tools like curl or sqlmap to test the parameter. Example command with curl: curl "http://target/worksheet/agent_work_report.jsp?id=1' WAITFOR DELAY '0:0:5'--" to check for delayed response indicating vulnerability. Using sqlmap: sqlmap -u "http://target/worksheet/agent_work_report.jsp?id=1" --risk=3 --level=5 to automate detection. [1, 2, 4]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include replacing the affected component or product, as no vendor-provided patches or mitigations are available. Avoid using the vulnerable version of Yonyou KSOA 9.0 or restrict access to the vulnerable endpoint to trusted users only. Implement web application firewalls (WAF) to detect and block SQL injection attempts targeting the 'id' parameter. Additionally, monitor network traffic for suspicious requests matching the attack patterns. Ultimately, consider migrating to a secure alternative product or version that properly sanitizes input parameters. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart