CVE-2024-31167
18.09.2024, 14:15
Unchecked Return Value to NULL Pointer Dereference vulnerability in Open Networking Foundation (ONF) libfluid (libfluid_msg module). This vulnerability is associated with program routinefluid_msg::QueuePropertyList::unpack13. This issue affects libfluid: 0.1.0.Enginsight
Vendor | Product | Version |
---|---|---|
opennetworking | libfluid_msg | 0.1.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-690 - Unchecked Return Value to NULL Pointer DereferenceThe product does not check for an error after calling a function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference.
- CWE-476 - NULL Pointer DereferenceA NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.