GPU VulnDB

Database/NVIDIA / GPU stack

NVIDIA Triton Inference Server: MULTI-TENANT ISOLATION: an attacker who can locate and reach the Python backend's

CVE-2025-23329NVIDIA / GPU stackcurated

Impact

MULTI-TENANT ISOLATION: an attacker who can locate and reach the Python backend's shared memory region corrupts it directly. Anything co-located in that region belongs to other inference requests. On a shared inference tier this is a noisy-neighbour weapon: one tenant's request kills the server process and takes every co-resident model with it, and the GPU sits idle until the pod restarts.

Who can reach it

Network. Anyone who can reach the Triton HTTP or gRPC endpoint. In most clusters that is anything on the pod network; where ingress is loosely scoped it is the internet. No authentication step exists in Triton itself to stop it.

What to do

Roll to the fixed Triton container image per bulletin 5691. Cost: an ordinary rolling deployment restart - no driver, firmware or node change. Worth pairing with an audit of Triton endpoint exposure, since almost every bug in this component is only interesting because the endpoint is reachable.

References

This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.