VYPR
Unrated severityNVD Advisory· Published Apr 15, 2022· Updated Aug 4, 2024

CVE-2021-44488

CVE-2021-44488

Description

An issue was discovered in YottaDB through r1.32 and V7.0-000. Using crafted input, attackers can control the size and input to calls to memcpy in op_fnfnumber in sr_port/op_fnfnumber.c in order to corrupt memory or crash the application.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

YottaDB r1.32 and V7.0-000 have a buffer overflow in op_fnfnumber via crafted input, allowing memory corruption or crash.

Vulnerability

CVE-2021-44488 affects YottaDB through r1.32 and V7.0-000. The bug resides in the function op_fnfnumber in sr_port/op_fnfnumber.c. By supplying crafted input, an attacker can control both the size and the data passed to a memcpy call, leading to a buffer overflow. The issue was discovered during fuzz testing and is tracked as YottaDB issue #828 [1].

Exploitation

An attacker needs the ability to supply crafted input to YottaDB. The vulnerability is reachable without authentication, as it is triggered by processing malicious data. The exact attack vector involves sending specially crafted arguments that influence the memcpy size and source parameters, causing out-of-bounds memory access. No user interaction beyond submitting the crafted input is required [1].

Impact

Successful exploitation allows an attacker to corrupt heap memory or crash the application. The impact is a denial of service (application crash) or potentially arbitrary memory corruption. The privilege level of the attacker is unauthenticated remote or local user. Information disclosure is not directly described in the references, but memory corruption could lead to that [1].

Mitigation

The issue was fixed in YottaDB r1.34, released in 2021. Users should upgrade to r1.34 or later. No workarounds are documented for versions prior to r1.34. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog [1].

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

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.