Cyber Resilience

CVE-2024-12742

High

Published: 06 March 2025

Published
06 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.4 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:N/R:X/V:X/RE:X/U:X
EPSS Score 0.0051 66.7th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-12742 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Ni (inferred from references). Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked in the top 33.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

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

Deeper analysis

CVE-2024-12742 is a deserialization of untrusted data vulnerability (CWE-502) in NI G Web Development Software that can lead to arbitrary code execution. The issue affects G Web Development Software 2022 Q3 and prior versions. It has a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H) and was published on 2025-03-06.

Exploitation requires an attacker to trick a user into opening a specially crafted project file, as the attack vector is local with low complexity and no privileges required, though user interaction is necessary. Successful exploitation allows arbitrary code execution on the affected system, resulting in high impacts to confidentiality, integrity, and availability.

The official NI security advisory provides details on available critical and security updates for mitigation: https://www.ni.com/en/support/security/available-critical-and-security-updates-for-ni-software/deserialization-of-untrusted-data-vulnerability-in-ni-g-web-deve.html.

EU & UK References

Vulnerability details

A deserialization of untrusted data vulnerability exists in NI G Web Development Software that may result in arbitrary code execution. Successful exploitation requires an attacker to get a user to open a specially crafted project file. This vulnerability affects G…

more

Web Development Software 2022 Q3 and prior versions.

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.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

The deserialization vulnerability enables arbitrary code execution when a user opens a malicious project file, directly facilitating T1203 (Exploitation for Client Execution) and T1204.002 (User Execution: Malicious File).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-60037Shared CWE-502
CVE-2024-12703Shared CWE-502
CVE-2026-24151Shared CWE-502
CVE-2025-33253Shared CWE-502
CVE-2026-22187Shared CWE-502
CVE-2025-60038Shared CWE-502
CVE-2026-24141Shared CWE-502
CVE-2026-31224Shared CWE-502
CVE-2025-33248Shared CWE-502
CVE-2025-60036Shared CWE-502

Affected Assets

Ni
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 remediates the deserialization vulnerability by requiring timely application of vendor-provided critical security updates for NI G Web Development Software.

prevent

Requires validation of untrusted project file inputs prior to deserialization, addressing the root cause of CWE-502 exploitation.

preventdetect

Deploys malicious code protection mechanisms to prevent and detect arbitrary code execution resulting from successful deserialization.

References