CVE-2021-44484
Description
An issue was discovered in YottaDB through r1.32 and V7.0-000. A lack of NULL checks in calls to emit_trip in sr_port/emit_code.c allows attackers to crash the application by dereferencing a NULL pointer.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A NULL pointer dereference in YottaDB's emit_trip function allows attackers to crash the application via crafted input.
Vulnerability
A NULL pointer dereference vulnerability exists in the emit_trip function in sr_port/emit_code.c of YottaDB through r1.32 and V7.0-000. The lack of NULL checks before dereferencing a pointer allows an attacker to cause a crash by providing input that triggers this code path. The issue was discovered during fuzz testing and is tracked in YottaDB issue #828 [1].
Exploitation
An attacker can exploit this vulnerability by sending specially crafted input to the YottaDB database engine that reaches the emit_trip function with a NULL pointer. No authentication or special privileges are required if the attacker can submit queries or commands to the database. The crash occurs immediately upon dereferencing the NULL pointer.
Impact
Successful exploitation results in a denial of service (DoS) by crashing the YottaDB application. The attacker gains no code execution or data access; the impact is limited to application termination.
Mitigation
The vulnerability is fixed in YottaDB release r1.34, which includes patches for 40 bugs discovered through fuzz testing [1]. Users should upgrade to r1.34 or later. No workaround is available for affected versions. The CVE is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.
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
2- YottaDB/YottaDBdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- gitlab.com/YottaDB/DB/YDB/-/issues/828mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.