CVE-2026-4288
Remote SQL Injection in Tiandy Easy7 Endpoint Component
Publication date: 2026-03-17
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tiandy | easy7_integrated_management_platform | 7.17.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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. |
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
[{'type': 'paragraph', 'content': "CVE-2026-4288 is a critical SQL injection vulnerability in Tiandy Easy7 Integrated Management Platform version 7.17.0. It exists in the REST API endpoint /rest/devStatus/getDevDetailedInfo due to insufficient input validation on the 'id' parameter."}, {'type': 'paragraph', 'content': 'This flaw allows a remote, unauthenticated attacker to inject malicious SQL code, enabling them to execute arbitrary SQL queries against the backend database.'}, {'type': 'paragraph', 'content': "Exploitation can be done using automated tools like SQLMap to extract the entire database schema and sensitive data, compromising the system's confidentiality and integrity."}] [1, 2]
How can this vulnerability impact me? :
This vulnerability impacts the confidentiality, integrity, and availability of the affected system.
- An attacker can remotely and without authentication execute arbitrary SQL commands.
- Sensitive data can be extracted from the backend database.
- The entire database schema can be compromised.
- The system can be fully compromised, leading to unauthorized data modification and potential service disruption.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
[{'type': 'paragraph', 'content': "This vulnerability can be detected by testing the REST API endpoint /rest/devStatus/getDevDetailedInfo for SQL injection vulnerabilities, specifically by manipulating the 'id' parameter."}, {'type': 'paragraph', 'content': 'Automated tools such as SQLMap can be used to detect and exploit this vulnerability by sending crafted requests to the endpoint and analyzing the responses for SQL injection behavior.'}, {'type': 'list_item', 'content': 'Example SQLMap command to test the endpoint: sqlmap -u "http://<target>/rest/devStatus/getDevDetailedInfo?id=1" --batch'}, {'type': 'list_item', 'content': "Monitor network traffic for unusual or suspicious requests targeting /rest/devStatus/getDevDetailedInfo with varying 'id' parameters."}] [1, 2]
What immediate steps should I take to mitigate this vulnerability?
Currently, no patches or countermeasures are available from the vendor, as they did not respond to the disclosure.
Immediate mitigation steps include restricting access to the vulnerable endpoint by implementing network-level controls such as firewalls or IP whitelisting to limit exposure.
Consider replacing the affected Tiandy Easy7 Integrated Management Platform version 7.17.0 with an alternative solution that is not vulnerable.
Monitor logs and network traffic for signs of exploitation attempts and respond accordingly.