CVE-2025-9391
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-24

Last updated on: 2026-04-29

Assigner: VulDB

Description
A weakness has been identified in Bjskzy Zhiyou ERP up to 11.0. Affected by this issue is the function getFieldValue of the component com.artery.workflow.ServiceImpl. This manipulation of the argument sql causes sql injection. The attack may be initiated remotely. The exploit has been made available to the public and could be exploited. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-24
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2025-08-24
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
zhiyou-group zhiyou_erp to 11.0 (inc)
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-9391 is a SQL injection vulnerability in Bjskzy Zhiyou ERP up to version 11.0, specifically in the getFieldValue function of the component com.artery.workflow.ServiceImpl. The vulnerability occurs because the sql argument is not properly sanitized, allowing an attacker to inject malicious SQL commands remotely. This can lead to unauthorized access or manipulation of the database. [1, 2]


How can this vulnerability impact me? :

This vulnerability can impact you by allowing attackers to remotely execute arbitrary SQL commands on the affected ERP system. This can compromise the confidentiality, integrity, and availability of your data, potentially leading to unauthorized data access, data manipulation, or disruption of services. [1, 2]


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

This vulnerability can be detected by monitoring for unusual or suspicious SQL queries targeting the getFieldValue function in the com.artery.workflow.ServiceImpl component, especially those manipulating the sql argument. Since a proof-of-concept exploit is publicly available, you can attempt to test the system by sending crafted SQL injection payloads to the vulnerable interface (such as the sqlresult interface) to see if the system is vulnerable. Specific commands would depend on your environment, but using tools like sqlmap or manual curl requests with SQL injection payloads targeting the affected endpoint could help detect exploitation attempts. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting network access to the vulnerable ERP system to trusted users only, implementing web application firewalls (WAF) to detect and block SQL injection attempts, and monitoring logs for suspicious activity. Since no vendor patches or fixes are available and the vendor did not respond, consider replacing the affected product with an alternative ERP solution. Additionally, avoid exposing the vulnerable interface to the internet and apply strict input validation and parameterized queries if you have access to the source code. [1]


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