Cyber Resilience

CVE-2024-0088

Medium

Published: 14 May 2024

Published
14 May 2024
Modified
19 September 2025
KEV Added
Patch
CVSS Score v3.1 5.5 CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:H
EPSS Score 0.0604 90.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-0088 is a medium-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Nvidia Triton Inference Server. Its CVSS base score is 5.5 (Medium).

Operationally, ranked in the top 9.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

NVIDIA Triton Inference Server for Linux is affected by CVE-2024-0088, a vulnerability in its shared memory APIs that permits improper memory access when invoked through a network API. The flaw is tracked under CWE-119 and CWE-787 and carries a CVSS 3.1 score of 5.5, reflecting network attack vector, high attack complexity, and high privileges required.

An authenticated attacker with high privileges can send crafted requests over the network to trigger the flaw, resulting in denial of service and data tampering with limited impact on confidentiality and integrity. The published EPSS remains low at 0.0604 with a peak of only 0.0619, indicating no material increase in observed exploitation interest after disclosure.

NVIDIA has published advisory information at https://nvidia.custhelp.com/app/answers/detail/a_id/5535 describing available mitigations and patches for the issue.

EU & UK References

Vulnerability details

NVIDIA Triton Inference Server for Linux contains a vulnerability in shared memory APIs, where a user can cause an improper memory access issue by a network API. A successful exploit of this vulnerability might lead to denial of service and…

more

data tampering.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

nvidia
triton inference server
20.10 — 24.04

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-119 CWE-787

Memory protections (e.g., W^X, ASLR) make exploitation of buffer-boundary violations far harder to turn into code execution.

addresses: CWE-119

Ongoing control assessments and code testing (static/dynamic analysis, fuzzing) surface memory buffer restriction failures, which are then remediated before release.

addresses: CWE-119

Managed runtimes used by platform-independent applications (e.g., JVM, CLR) enforce memory safety, preventing most buffer overflows that require direct memory manipulation.

addresses: CWE-119

Detects exploitation attempts that produce memory corruption, crashes, or anomalous behavior.

References