Cyber Resilience

CVE-2026-4289

Medium

Published: 17 March 2026

Published
17 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0004 13.1th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-4289 is a medium-severity Injection (CWE-74) vulnerability in Feishu (inferred from references). Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-4289 is a SQL injection vulnerability in the Tiandy Easy7 Integrated Management Platform versions up to 7.17.0. The flaw resides in an unknown function within the /rest/preSetTemplate/getRecByTemplateId endpoint, where manipulation of the ID argument triggers the injection. It is classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection), with a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating high severity due to its network accessibility and lack of prerequisites.

The vulnerability can be exploited remotely by unauthenticated attackers with no privileges or user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling data exfiltration, modification of database contents, or denial-of-service conditions through crafted SQL payloads targeting the ID parameter.

Advisories from VulDB and related disclosures note that the exploit has been publicly released and is available for use, with the vendor contacted early but providing no response or patch. Practitioners should review the referenced URLs, including https://vuldb.com/?ctiid.351294, https://vuldb.com/?id.351294, and https://vuldb.com/?submit.771997, for PoC details and monitor for updates, as no official mitigation from Tiandy is available.

The vulnerability was published on 2026-03-17, and its public exploit disclosure heightens the risk of active exploitation in exposed Tiandy Easy7 deployments.

EU & UK References

Vulnerability details

A security vulnerability has been detected in Tiandy Easy7 Integrated Management Platform up to 7.17.0. This affects an unknown function of the file /rest/preSetTemplate/getRecByTemplateId. The manipulation of the argument ID leads to sql injection. The attack may be initiated remotely.…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in unauthenticated public REST endpoint directly enables remote exploitation of web app (T1190); crafted payloads allow unauthorized database queries for data exfiltration (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-0336Shared CWE-74, CWE-89
CVE-2025-2624Shared CWE-74, CWE-89
CVE-2025-0949Shared CWE-74, CWE-89
CVE-2025-0943Shared CWE-74, CWE-89
CVE-2026-7060Shared CWE-74, CWE-89
CVE-2025-0210Shared CWE-74, CWE-89
CVE-2025-7172Shared CWE-74, CWE-89
CVE-2025-2387Shared CWE-74, CWE-89
CVE-2026-3042Shared CWE-74, CWE-89
CVE-2025-3006Shared CWE-74, CWE-89

Affected Assets

Feishu
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents SQL injection by requiring validation and neutralization of special elements in the ID parameter at the vulnerable endpoint.

prevent

SI-2 ensures timely identification, reporting, and remediation of the SQL injection flaw, including patching despite vendor inaction.

preventdetect

RA-5 mandates vulnerability scanning that would detect the SQL injection in the /rest/preSetTemplate/getRecByTemplateId endpoint and trigger remediation.

References