Skip to main content

Bionemo Framework CVE-2026-24164

| EUVDEUVD-2026-17516 CRITICAL
Deserialization of Untrusted Data (CWE-502)
2026-03-31 nvidia
9.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

6
Re-analysis Queued
Jul 24, 2026 - 20:22 vuln.today
cvss_changed
Severity Changed
Jul 24, 2026 - 20:22 NVD
HIGH CRITICAL
CVSS changed
Jul 24, 2026 - 20:22 NVD
8.8 (HIGH) 9.8 (CRITICAL)
EUVD ID Assigned
Mar 31, 2026 - 17:16 euvd
EUVD-2026-17516
Analysis Generated
Mar 31, 2026 - 17:16 vuln.today
CVE Published
Mar 31, 2026 - 16:24 nvd
HIGH 8.8

DescriptionNVD

NVIDIA BioNeMo contains a vulnerability where a user could cause a deserialization of untrusted data. A successful exploit of this vulnerability might lead to code execution, denial of service, information disclosure, and data tampering.

AnalysisAI

Insecure deserialization in NVIDIA BioNeMo Framework enables remote code execution when attackers can induce users to process malicious serialized data. This vulnerability (CWE-502) affects the BioNeMo Framework with network-reachable attack surface (AV:N) and low complexity (AC:L), requiring only user interaction (UI:R) but no authentication (PR:N). The CVSS 8.8 rating reflects critical impacts across confidentiality, integrity, and availability. No public exploit identified at time of analysis, though the deserialization vulnerability class is well-understood and commonly exploited. EPSS data not available for this CVE.

Technical ContextAI

NVIDIA BioNeMo Framework is a computational biology platform for AI-driven drug discovery and molecular simulation. The vulnerability stems from CWE-502 (Deserialization of Untrusted Data), a dangerous code pattern where applications deserialize data from untrusted sources without sufficient validation. In Python-based frameworks like BioNeMo, this commonly involves pickle, PyYAML, or similar serialization libraries that can instantiate arbitrary objects during deserialization. When user-controllable data flows into deserialization functions, attackers can craft malicious payloads containing executable code or object chains that trigger upon reconstruction. The CPE identifier (cpe:2.3:a:nvidia:bionemo_framework:*:*:*:*:*:*:*:*) indicates all versions of the framework are potentially affected, though specific version ranges require vendor advisory confirmation.

RemediationAI

Consult NVIDIA security advisory 5808 at https://nvidia.custhelp.com/app/answers/detail/a_id/5808 for official remediation guidance and patched BioNeMo Framework versions. Primary mitigation involves upgrading to the vendor-specified secure release that implements input validation and restricted deserialization mechanisms. Interim risk reduction measures include restricting BioNeMo Framework access to trusted users only, implementing network segmentation to limit framework exposure, validating and sandboxing all external data sources before processing, disabling automatic deserialization of user-supplied files, and monitoring for suspicious model loading or configuration parsing activities. Organizations unable to immediately patch should enforce strict data provenance controls and prohibit processing of untrusted serialized objects until updates are deployed.

Share

CVE-2026-24164 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy