Cyber Resilience

CVE-2024-31175

Memory Safety in Opennetworking Libfluid Msg 0.1.0

Published
18 September 2024
Modified
20 September 2024
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0055 43th percentile
Risk Priority 45 floored blend · peak EPSS

Summary

CVE-2024-31175 is a medium-severity Unchecked Return Value to NULL Pointer Dereference (CWE-690) vulnerability in Opennetworking Libfluid Msg. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 43th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Unchecked Return Value to NULL Pointer Dereference vulnerability in Open Networking Foundation (ONF) libfluid (libfluid_msg module). This vulnerability is associated with program routine fluid_msg::of13::TablePropertiesList::unpack. This issue affects libfluid: 0.1.0.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
T1489 Service Stop Impact
Adversaries may stop or disable services on a system to render those services unavailable to legitimate users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-23916Same product: Opennetworking Libfluid Msg
CVE-2024-23915Same product: Opennetworking Libfluid Msg
CVE-2024-31196Same product: Opennetworking Libfluid Msg
CVE-2024-31167Same product: Opennetworking Libfluid Msg
CVE-2024-31165Same product: Opennetworking Libfluid Msg
CVE-2024-31164Same product: Opennetworking Libfluid Msg
CVE-2024-31182Same product: Opennetworking Libfluid Msg
CVE-2024-31185Same product: Opennetworking Libfluid Msg
CVE-2024-31171Same product: Opennetworking Libfluid Msg
CVE-2024-31194Same product: Opennetworking Libfluid Msg

Affected Assets

opennetworking
libfluid msg
0.1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover missing NULL checks on function returns that may dereference.

Requiring documented development standards and tools can enforce mandatory error-return checking before dereference.

Engineering principles can mandate defensive coding such as explicit null checks before dereference.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly include static analysis, code review, and error-handling standards that prevent unchecked return values.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect missing NULL checks before release.

prevents

Secure SDLC mandates error-handling and input-validation practices that reduce unchecked return values.

prevents

Application security requirements include defensive coding rules that address missing NULL checks.

prevents

Secure architecture principles require robust error handling and pointer validation.

prevents

Secure coding standards explicitly forbid unchecked return values leading to NULL dereference.

References