Show filters
28 Total Results
Displaying 11-20 of 28
Sort by:
Attacker Value
Unknown

CVE-2021-44498

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in FIS GT.M through V7.0-000 (related to the YottaDB code base). Using crafted input, attackers can cause a type to be incorrectly initialized in the function f_incr in sr_port/f_incr.c and cause a crash due to a NULL pointer dereference.
Attacker Value
Unknown

CVE-2021-44497

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in FIS GT.M through V7.0-000 (related to the YottaDB code base). Using crafted input, can cause the bounds of a for loop to be miscalculated, which leads to a use after free condition a pointer is pushed into previously free memory by the loop.
Attacker Value
Unknown

CVE-2021-44496

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in FIS GT.M through V7.0-000 (related to the YottaDB code base). Using crafted input, an attacker can control the size variable and buffer that is passed to a call to memcpy. An attacker can use this to overwrite key data structures and gain control of the flow of execution.
Attacker Value
Unknown

CVE-2021-44495

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in YottaDB through r1.32 and V7.0-000 and FIS GT.M through V7.0-000. Using crafted input, an attacker can cause a NULL pointer dereference after calls to ZPrint.
Attacker Value
Unknown

CVE-2021-44494

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in YottaDB through r1.32 and V7.0-000 and FIS GT.M through V7.0-000. Using crafted input, an attacker can cause calls to ZRead to crash due to a NULL pointer dereference.
Attacker Value
Unknown

CVE-2021-44493

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in YottaDB through r1.32 and V7.0-000 and FIS GT.M through V7.0-000. Using crafted input, an attacker can cause a call to $Extract to force an signed integer holding the size of a buffer to take on a large negative number, which is then used as the length of a memcpy call that occurs on the stack, causing a buffer overflow.
Attacker Value
Unknown

CVE-2021-44492

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in YottaDB through r1.32 and V7.0-000 and FIS GT.M through V7.0-000. Using crafted input, attackers can cause a type to be incorrectly initialized in the function f_incr in sr_port/f_incr.c and cause a crash due to a NULL pointer dereference.
Attacker Value
Unknown

CVE-2021-44491

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in YottaDB through r1.32 and V7.0-000. Using crafted input, attackers can cause a calculation of the size of calls to memset in op_fnj3 in sr_port/op_fnj3.c to result in an extremely large value in order to cause a segmentation fault and crash the application. This is a digs-- calculation.
Attacker Value
Unknown

CVE-2021-44490

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in YottaDB through r1.32 and V7.0-000. Using crafted input, attackers can cause a calculation of the size of calls to memset in op_fnj3 in sr_port/op_fnj3.c to result in an extremely large value in order to cause a segmentation fault and crash the application. This is a "- (digs < 1 ? 1 : digs)" subtraction.
Attacker Value
Unknown

CVE-2021-44489

Disclosure Date: April 15, 2022 (last updated February 23, 2025)
An issue was discovered in YottaDB through r1.32 and V7.0-000. Using crafted input, attackers can cause an integer underflow of the size of calls to memset in op_fnj3 in sr_port/op_fnj3.c in order to cause a segmentation fault and crash the application. This is a "- digs" subtraction.