A vulnerability was found in Tiandy Easy7 Integrated Management Platform 7.17.0. This vulnerability affects unknown code of the file /Easy7/apps/WebService/GetDBDataEx.jsp. Performing a manipulation of the argument strTBName results in sql injection. Remote exploitation of the attack is possible. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
Tiandy Easy7 7.17.0 has a remotely reachable SQL injection issue in a web service page. A public exploit is reported, but the provided sources do not show confirmed active exploitation or an official patch.
Executive priority
Treat this as urgent for exposed Easy7 systems because it is unauthenticated, remote, and has public exploit information. Prioritize exposure reduction and vendor remediation tracking.
Technical view
CVE-2026-9465 affects /Easy7/apps/WebService/GetDBDataEx.jsp through manipulation of strTBName. It is rated CVSS v2 7.5 with network access, low complexity, and no authentication required. The sources cite CWE-89 and public proof-of-concept availability.
Likely exposure
Organizations running Tiandy Easy7 Integrated Management Platform 7.17.0, especially where the management platform is reachable from untrusted networks. Evidence for other versions is not provided.
Exploitation context
The source bundle says remote exploitation is possible and a public exploit exists. CISA KEV is false in the bundle, so active exploitation is not established from these sources.
Researcher notes
The disclosure states the vendor was contacted but did not respond. The affected code path and parameter are identified, but the bundle does not provide patch details, confirmed exploitation, or broader version impact.
Mitigation direction
Check Tiandy support channels for official remediation; none is cited in the provided sources.
Remove public exposure of Easy7 management services where possible.
Restrict access to trusted admin networks or VPN.
Monitor for requests targeting GetDBDataEx.jsp and unusual strTBName activity.
Review database privileges used by Easy7 and reduce unnecessary access.
Validation and detection
Inventory Easy7 deployments and confirm whether version 7.17.0 is present.
Check if /Easy7/apps/WebService/GetDBDataEx.jsp is reachable from untrusted networks.
Review web and database logs for suspicious GetDBDataEx.jsp activity.
Confirm whether any Tiandy advisory or fixed release has been published.
Assess database account permissions used by the Easy7 application.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-74: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-74 · source CWE mapping
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.