Cyber Resilience

CVE-2026-24156

High

Published: 07 April 2026

Published
07 April 2026
Modified
08 April 2026
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0006 19.3th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-24156 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Custhelp (inferred from references). Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 19.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-24156 is a vulnerability in NVIDIA DALI that enables deserialization of untrusted data, which could allow an attacker to achieve arbitrary code execution. The affected component is NVIDIA DALI, with the issue tracked under CWE-502 (Deserialization of Untrusted Data). The vulnerability received a CVSS v3.1 base score of 7.3 (High) and was published on 2026-04-07T18:16:39.647.

Exploitation requires local access (AV:L), low attack complexity (AC:L), low privileges (PR:L), and user interaction (UI:R), with no change in scope (S:U). A successful attack can result in high impacts to confidentiality, integrity, and availability (C:H/I:H/A:H), potentially leading to arbitrary code execution on the affected system.

Mitigation details are available in official advisories, including NVIDIA's security bulletin at https://nvidia.custhelp.com/app/answers/detail/a_id/5811, the NVD entry at https://nvd.nist.gov/vuln/detail/CVE-2026-24156, and the CVE record at https://www.cve.org/CVERecord?id=CVE-2026-24156.

EU & UK References

Vulnerability details

NVIDIA DALI contains a vulnerability where an attacker could cause a deserialization of untrusted data. A successful exploit of this vulnerability might lead to arbitrary code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Deserialization of untrusted data (CWE-502) directly enables client-side arbitrary code execution (T1203) with user interaction; resulting RCE facilitates command/script execution (T1059).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-33248Shared CWE-502
CVE-2025-60036Shared CWE-502
CVE-2026-42471Shared CWE-502
CVE-2026-24216Shared CWE-502
CVE-2025-67729Shared CWE-502
CVE-2026-48207Shared CWE-502
CVE-2025-33252Shared CWE-502
CVE-2026-24142Shared CWE-502
CVE-2025-64512Shared CWE-502
CVE-2025-33210Shared CWE-502

Affected Assets

Custhelp
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mandates timely remediation of identified flaws like CVE-2026-24156 through patching to prevent deserialization-based arbitrary code execution.

prevent

Requires validation of untrusted inputs to NVIDIA DALI to block malicious serialized data that could be deserialized leading to code execution.

prevent

Implements memory protections such as ASLR and DEP to hinder reliable arbitrary code execution even if deserialization of untrusted data succeeds.

References