CVE-2021-44504
Description
An issue was discovered in FIS GT.M through V7.0-000 (related to the YottaDB code base). Using crafted input, an attacker can cause a size variable, stored as an signed int, to equal an extremely large value, which is interpreted as a negative value during a check. This value is then used in a memcpy call on the stack, causing a memory segmentation fault.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Crafted input causes a signed integer overflow that bypasses bounds checking and leads to a stack-based memcpy segmentation fault in FIS GT.M through V7.0-000 and related YottaDB code.
Vulnerability
An issue in FIS GT.M through V7.0-000 (and the related YottaDB code base) allows a crafted input to cause a size variable stored as a signed int to equal an extremely large value. This large value is incorrectly interpreted as a negative number during a subsequent sanity check, which passes the check. The negative-turned-positive large value is then used as the size argument in a memcpy call on the stack, resulting in a memory segmentation fault [2].
Exploitation
An attacker needs the ability to supply crafted input to an application using the vulnerable GT.M or YottaDB database engine. No authentication or special privileges are required beyond the ability to send the specially prepared data. The exploitation sequence involves providing input that triggers the signed integer overflow, causing the size variable to overflow to a negative value that circumvents a size validation check and subsequently causes an out-of-bounds stack memcpy [2].
Impact
Successful exploitation causes a segmentation fault, leading to a denial of service (DoS) of the database engine and any dependent applications. The impact is limited to service availability; there is no evidence of information disclosure or remote code execution in the available references [1][2].
Mitigation
The issues were fixed in YottaDB r1.34 release [2]. Users of FIS GT.M should consult the vendor for patched versions or apply the equivalent fixes from the YottaDB repository. If an immediate patch is unavailable, restricting untrusted user input to the database engine may reduce the risk [1][2].
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
3- FIS/GT.Mdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- tinco.pair.com/bhaskar/gtm/doc/articles/GTM_V7.0-002_Release_Notes.htmlmitrex_refsource_MISC
- gitlab.com/YottaDB/DB/YDB/-/issues/828mitrex_refsource_MISC
- sourceforge.net/projects/fis-gtm/files/mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.