Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
5DescriptionCVE.org
NVIDIA FLARE SDK contains a vulnerability in FOBS, where an attacker may cause deserialization of untrusted data by sending a malicious FOBS- encoded message. A successful exploit of this vulnerability might lead to code execution.
AnalysisAI
Remote code execution in NVIDIA FLARE SDK allows authenticated attackers to execute arbitrary code by sending maliciously crafted FOBS-encoded messages that exploit unsafe deserialization in the FOBS component. The vulnerability affects federated learning deployments where NVIDIA FLARE SDK processes messages from low-privileged authenticated users, enabling complete system compromise with high impact to confidentiality, integrity, and availability. No active exploitation confirmed (not in CISA KEV) and public exploit status unknown at time of analysis.
Technical ContextAI
NVIDIA FLARE (Federated Learning Application Runtime Environment) SDK is a framework for privacy-preserving collaborative machine learning across distributed participants. FOBS (FLARE OBject Serialization) is NVIDIA's custom serialization mechanism for efficiently encoding and transmitting objects between federated learning nodes. This vulnerability stems from CWE-502 (Deserialization of Untrusted Data), where the FOBS deserializer fails to properly validate incoming serialized data before reconstructing objects. When malicious FOBS-encoded messages are processed, attackers can instantiate arbitrary Python objects and invoke methods during deserialization, leading to remote code execution. This class of vulnerability is particularly dangerous in distributed computing frameworks where nodes regularly exchange serialized data structures.
RemediationAI
Apply the security update detailed in NVIDIA Security Bulletin 5819 available at https://nvidia.custhelp.com/app/answers/detail/a_id/5819. Upgrade NVIDIA FLARE SDK to the patched version specified in the bulletin immediately. As interim mitigation until patching is feasible, restrict network access to FLARE SDK endpoints using firewall rules to allow only explicitly trusted federated learning participant IP addresses, reducing the pool of potential authenticated attackers. Implement additional authentication layers such as mutual TLS with certificate pinning for FLARE node-to-node communication to raise the authentication barrier beyond low-privilege credentials. Monitor FOBS message traffic for anomalous patterns such as unusually large serialized payloads or unexpected object types, though sophisticated attacks may evade signature-based detection. Note that access restrictions trade off the flexibility of federated learning participant onboarding against security, requiring manual IP allowlisting for each new participant.
The NVIDIA driver in the Graphics Drivers subsystem in Apple OS X before 10.11.4 allows attackers to execute arbitrary c
The NVIDIA driver before 307.78, and Release 310 before 311.00, in the NVIDIA Display Driver service on Windows does not
NVIDIA Windows GPU Display Driver (all versions) contains a vulnerability in DirectX drivers, in which a specially craft
Authentication bypass in NVIDIA Triton Inference Server allows unauthenticated remote attackers to reach protected funct
NVIDIA Windows GPU Display Driver (all versions) contains a vulnerability in DirectX drivers, in which a specially craft
NVIDIA Container Toolkit for Linux contains a Time-of-Check Time-of-Use (TOCTOU) vulnerability when used with default co
For the NVIDIA Quadro, NVS, and GeForce products, NVIDIA GeForce Experience R340 before GFE 2.11.4.125 and R375 before G
The NVIDIA Graphics Drivers subsystem in Apple OS X before 10.11.5 allows attackers to execute arbitrary code in a privi
NVIDIA Container Toolkit 1.16.1 or earlier contains a Time-of-check Time-of-Use (TOCTOU) vulnerability when used with de
The nvCommandQueue::GetHandleIndex method in the NVIDIA Graphics Drivers subsystem in Apple OS X before 10.11.5 allows a
nvSCPAPISvr.exe in the Stereoscopic 3D Driver Service in the NVIDIA GPU graphics driver R340 before 341.92, R352 before
For the NVIDIA Quadro, NVS, and GeForce products, NVIDIA Windows GPU Display Driver R340 before 342.00 and R375 before 3
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26076