CVE-2021-47777
Description
Build Smart ERP 21.0817 contains an unauthenticated SQL injection vulnerability in the 'eidValue' parameter of the login validation endpoint. Attackers can inject stacked SQL queries using payloads like ';WAITFOR DELAY '0:0:3'-- to manipulate database queries and potentially extract or modify database information.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Unauthenticated SQL injection in Build Smart ERP 21.0817 allows stacked query execution via the 'eidValue' parameter.
Vulnerability
Overview
Build Smart ERP version 21.0817 contains an unauthenticated SQL injection vulnerability in the login validation endpoint. The 'eidValue' parameter is not properly sanitized, allowing attackers to inject malicious SQL statements. This vulnerability is documented in both advisory and exploit sources [1][2].
Exploitation
Details
The vulnerability is exploitable without authentication via a POST request to the /acc/validateLogin.asp endpoint. By supplying a payload such as ';WAITFOR DELAY '0:0:3'-- in the eidValue parameter, an attacker can perform stacked queries. The exploit requires no special privileges other than network access to the vulnerable server [2].
Impact
Successful exploitation allows an attacker to manipulate database queries, potentially extracting sensitive data, modifying records, or causing denial of service. As the database backend is Microsoft SQL Server, attackers could leverage stacked queries to execute arbitrary commands beyond initial data retrieval [2].
Mitigation
As of the disclosure date, no official patch has been confirmed. Users are advised to apply input validation or upgrade to a later version if available. The vulnerability has been publicly disclosed with a proof-of-concept exploit, increasing the risk of active exploitation [1][2].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: = 21.0817
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.