cve/2021/CVE-2021-44504.md
2025-09-29 21:09:30 +02:00

838 B

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.

POC

Reference

Github

No PoCs found on GitHub currently.